Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefResourceSkipCallback

CefBaseRefCounted
   |
   +--CefResourceSkipCallback

   in cef_resource_handler.h

class CefResourceSkipCallback
extends CefBaseRefCounted

Callback for asynchronous continuation of CefResourceHandler::Skip().


Method Summary
 virtual void Continue( int64 bytes_skipped )= 0
          Callback for asynchronous continuation of Skip().
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

Continue

public virtual void Continue( int64 bytes_skipped )= 0;
Callback for asynchronous continuation of Skip(). If |bytes_skipped| > 0 then either Skip() will be called again until the requested number of bytes have been skipped or the request will proceed. If |bytes_skipped| <= 0 the request will fail with ERR_REQUEST_RANGE_NOT_SATISFIABLE.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt