#include <InspectorBackendDispatchers.h>
|
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 |
|
◆ ~ApplicationCacheBackendDispatcherHandler() [1/2]
Inspector::ApplicationCacheBackendDispatcherHandler::~ApplicationCacheBackendDispatcherHandler |
( |
| ) |
|
|
protectedvirtual |
◆ ~ApplicationCacheBackendDispatcherHandler() [2/2]
virtual Inspector::ApplicationCacheBackendDispatcherHandler::~ApplicationCacheBackendDispatcherHandler |
( |
| ) |
|
|
protectedvirtual |
◆ 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]
◆ getApplicationCacheForFrame() [2/2]
◆ getFramesWithManifests() [1/2]
◆ getFramesWithManifests() [2/2]
◆ 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: