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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DAsyncFileSystemCallbacks.h51 virtual void didOpenFileSystem(const String& name, const KURL& rootURL, PassOwnPtr<AsyncFileSystem>) { ASSERT_NOT_REACHED(); } function in class:WebCore::AsyncFileSystemCallbacks
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFileSystemCallbacksImpl.cpp116 void WebFileSystemCallbacksImpl::didOpenFileSystem(const WebString& name, const WebURL& rootURL) function in class:WebKit::WebFileSystemCallbacksImpl
122 m_callbacks->didOpenFileSystem(name, rootURL, WorkerAsyncFileSystemChromium::create(m_context, m_synchronousType));
125 m_callbacks->didOpenFileSystem(name, rootURL, AsyncFileSystemChromium::create());
H A DWorkerFileSystemCallbacksBridge.cpp102 virtual void didOpenFileSystem(const WebString& name, const WebURL& rootURL) function in class:WebKit::MainThreadFileSystemCallbacks
434 bridge->m_callbacksOnWorkerThread->didOpenFileSystem(name, rootURL);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileSystemCallbacks.cpp148 void FileSystemCallbacks::didOpenFileSystem(const String& name, const KURL& rootURL, PassOwnPtr<AsyncFileSystem> asyncFileSystem) function in class:WebCore::FileSystemCallbacks
212 void ResolveURICallbacks::didOpenFileSystem(const String& name, const KURL& rootURL, PassOwnPtr<AsyncFileSystem> asyncFileSystem) function in class:WebCore::ResolveURICallbacks

Completed in 102 milliseconds