Searched defs:InspectorFileSystemAgent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.cpp32 #include "modules/filesystem/InspectorFileSystemAgent.h"
600 PassOwnPtrWillBeRawPtr<InspectorFileSystemAgent> InspectorFileSystemAgent::create(Page* page)
602 return adoptPtrWillBeNoop(new InspectorFileSystemAgent(page));
605 InspectorFileSystemAgent::~InspectorFileSystemAgent()
609 void InspectorFileSystemAgent::enable(ErrorString*)
617 void InspectorFileSystemAgent::disable(ErrorString*)
625 void InspectorFileSystemAgent::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtrWillBeRawPtr<RequestFileSystemRootCallback> requestCallback)
637 void InspectorFileSystemAgent
700 InspectorFileSystemAgent::InspectorFileSystemAgent(Page* page) function in class:blink::InspectorFileSystemAgent
[all...]

Completed in 1774 milliseconds