Home
last modified time | relevance | path

Searched refs:directoryExists (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DAsyncFileSystemChromium.cpp104 void AsyncFileSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbac… in directoryExists() function in WebCore::AsyncFileSystemChromium
106 m_webFileSystem->directoryExists(path, new WebKit::WebFileSystemCallbacksImpl(callbacks)); in directoryExists()
DAsyncFileSystemChromium.h64 virtual void directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
DWorkerAsyncFileSystemChromium.h73 virtual void directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>);
DWorkerAsyncFileSystemChromium.cpp130 void WorkerAsyncFileSystemChromium::directoryExists(const String& path, PassOwnPtr<AsyncFileSystemC… in directoryExists() function in WebCore::WorkerAsyncFileSystemChromium
DWorkerFileSystemCallbacksBridge.cpp269 fileSystem->directoryExists(path, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode)); in directoryExistsOnMainThread()
/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h108 …virtual void directoryExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_R… in directoryExists() function
/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.h118 virtual void directoryExists(const String& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
/external/webkit/Source/WebCore/fileapi/
DDOMFileSystemBase.cpp204 …m_asyncFileSystem->directoryExists(platformPath, EntryCallbacks::create(successCallback, errorCall… in getParent()
234 m_asyncFileSystem->directoryExists(platformPath, callbacks.release()); in getDirectory()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-166977 (WebCore::WorkerAsyncFileSystemChromium::directoryExists):
10210 (WebCore::AsyncFileSystemChromium::directoryExists):