HomeSort by relevance Sort by last modified time
    Searched defs:InspectorFileSystemAgent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.h 44 class InspectorFileSystemAgent : public InspectorBaseAgent<InspectorFileSystemAgent>, public InspectorBackendDispatcher::FileSystemCommandHandler {
46 static PassOwnPtr<InspectorFileSystemAgent> create(InstrumentingAgents*, InspectorPageAgent*, InspectorCompositeState*);
47 virtual ~InspectorFileSystemAgent();
62 InspectorFileSystemAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorCompositeState*);
InspectorFileSystemAgent.cpp 32 #include "core/inspector/InspectorFileSystemAgent.h"
604 PassOwnPtr<InspectorFileSystemAgent> InspectorFileSystemAgent::create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* state)
606 return adoptPtr(new InspectorFileSystemAgent(instrumentingAgents, pageAgent, state));
609 InspectorFileSystemAgent::~InspectorFileSystemAgent()
613 void InspectorFileSystemAgent::enable(ErrorString*)
621 void InspectorFileSystemAgent::disable(ErrorString*)
629 void InspectorFileSystemAgent::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtr<RequestFileSystemRootCallback> requestCallback)
641 void InspectorFileSystemAgent::requestDirectoryContent(ErrorString* error, const String& url, PassRefPtr<RequestDirectoryContent (…)
    [all...]

Completed in 2450 milliseconds