OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestFileContentCallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.h
55
virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<
RequestFileContentCallback
>) OVERRIDE;
InspectorFileSystemAgent.cpp
71
typedef WebCore::InspectorBackendDispatcher::FileSystemCommandHandler::
RequestFileContentCallback
RequestFileContentCallback
;
378
static PassRefPtr<FileContentRequest> create(PassRefPtr<
RequestFileContentCallback
> requestCallback, const String& url, bool readAsText, long long start, long long end, const String& charset)
419
FileContentRequest(PassRefPtr<
RequestFileContentCallback
> requestCallback, const String& url, bool readAsText, long long start, long long end, const String& charset)
428
RefPtr<
RequestFileContentCallback
> m_requestCallback;
660
void InspectorFileSystemAgent::requestFileContent(ErrorString* error, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<
RequestFileContentCallback
> requestCallback)
Completed in 32 milliseconds