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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFileSystemAgent.cpp116 class FileSystemRootRequest : public RefCounted<FileSystemRootRequest> { class in namespace:WebCore::__anon10196
117 WTF_MAKE_NONCOPYABLE(FileSystemRootRequest);
119 static PassRefPtr<FileSystemRootRequest> create(PassRefPtr<RequestFileSystemRootCallback> requestCallback, const String& type)
121 return adoptRef(new FileSystemRootRequest(requestCallback, type));
140 FileSystemRootRequest(PassRefPtr<RequestFileSystemRootCallback> requestCallback, const String& type) function in class:WebCore::__anon10196::FileSystemRootRequest
148 void FileSystemRootRequest::start(ScriptExecutionContext* scriptExecutionContext)
152 RefPtr<ErrorCallback> errorCallback = CallbackDispatcherFactory<ErrorCallback>::create(this, &FileSystemRootRequest::didHitError);
163 RefPtr<EntryCallback> successCallback = CallbackDispatcherFactory<EntryCallback>::create(this, &FileSystemRootRequest::didGetEntry);
169 bool FileSystemRootRequest
[all...]

Completed in 63 milliseconds