OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
599
PassOwnPtr<
InspectorFileSystemAgent
>
InspectorFileSystemAgent
::create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* state)
601
return adoptPtr(new
InspectorFileSystemAgent
(instrumentingAgents, pageAgent, state));
604
InspectorFileSystemAgent
::~
InspectorFileSystemAgent
()
608
void
InspectorFileSystemAgent
::enable(ErrorString*)
616
void
InspectorFileSystemAgent
::disable(ErrorString*)
624
void
InspectorFileSystemAgent
::requestFileSystemRoot(ErrorString* error, const String& origin, const String& type, PassRefPtr<RequestFileSystemRootCallback> requestCallback)
636
void
InspectorFileSystemAgent
::requestDirectoryContent(ErrorString* error, const String& url, PassRefPtr<RequestDirectoryContent (…)
[
all
...]
Completed in 30 milliseconds