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

/external/webkit/Source/WebKit/chromium/public/
H A DWebFileSystem.h108 virtual void directoryExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebFileSystem
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileSystemChromium.cpp104 void AsyncFileSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemChromium
106 m_webFileSystem->directoryExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks));
H A DWorkerAsyncFileSystemChromium.cpp130 void WorkerAsyncFileSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::WorkerAsyncFileSystemChromium

Completed in 1989 milliseconds