webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
Inspector::ApplicationCacheBackendDispatcherHandler Class Referenceabstract

#include <InspectorBackendDispatchers.h>

Inheritance diagram for Inspector::ApplicationCacheBackendDispatcherHandler:
WebCore::InspectorApplicationCacheAgent

Public Member Functions

virtual void getFramesWithManifests (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &out_frameIds)=0
 
virtual void enable (ErrorString &)=0
 
virtual void getManifestForFrame (ErrorString &, const String &in_frameId, String *out_manifestURL)=0
 
virtual void getApplicationCacheForFrame (ErrorString &, const String &in_frameId, RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &out_applicationCache)=0
 
virtual void getFramesWithManifests (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &out_frameIds)=0
 
virtual void enable (ErrorString &)=0
 
virtual void getManifestForFrame (ErrorString &, const String &in_frameId, String *out_manifestURL)=0
 
virtual void getApplicationCacheForFrame (ErrorString &, const String &in_frameId, RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &out_applicationCache)=0
 

Protected Member Functions

virtual ~ApplicationCacheBackendDispatcherHandler ()
 
virtual ~ApplicationCacheBackendDispatcherHandler ()
 

Constructor & Destructor Documentation

◆ ~ApplicationCacheBackendDispatcherHandler() [1/2]

Inspector::ApplicationCacheBackendDispatcherHandler::~ApplicationCacheBackendDispatcherHandler ( )
protectedvirtual

◆ ~ApplicationCacheBackendDispatcherHandler() [2/2]

virtual Inspector::ApplicationCacheBackendDispatcherHandler::~ApplicationCacheBackendDispatcherHandler ( )
protectedvirtual

Member Function Documentation

◆ enable() [1/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::enable ( ErrorString )
pure virtual

◆ enable() [2/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::enable ( ErrorString )
pure virtual

◆ getApplicationCacheForFrame() [1/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::getApplicationCacheForFrame ( ErrorString ,
const String &  in_frameId,
RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &  out_applicationCache 
)
pure virtual

◆ getApplicationCacheForFrame() [2/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::getApplicationCacheForFrame ( ErrorString ,
const String &  in_frameId,
RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &  out_applicationCache 
)
pure virtual

◆ getFramesWithManifests() [1/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::getFramesWithManifests ( ErrorString ,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &  out_frameIds 
)
pure virtual

◆ getFramesWithManifests() [2/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::getFramesWithManifests ( ErrorString ,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &  out_frameIds 
)
pure virtual

◆ getManifestForFrame() [1/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::getManifestForFrame ( ErrorString ,
const String &  in_frameId,
String *  out_manifestURL 
)
pure virtual

◆ getManifestForFrame() [2/2]

virtual void Inspector::ApplicationCacheBackendDispatcherHandler::getManifestForFrame ( ErrorString ,
const String &  in_frameId,
String *  out_manifestURL 
)
pure virtual

The documentation for this class was generated from the following files: