Searched refs:directoryExists (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DAsyncFileSystemEfl.cpp106 void AsyncFileSystemEfl::directoryExists(const KURL&, PassOwnPtr<AsyncFileSystemCallbacks>) function in class:WebCore::AsyncFileSystemEfl
H A DAsyncFileSystemEfl.h51 virtual void directoryExists(const KURL&, PassOwnPtr<AsyncFileSystemCallbacks>);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DAsyncFileSystemGtk.h45 virtual void directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DAsyncFileSystemGtk.cpp105 void AsyncFileSystemGtk::directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemGtk
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAsyncFileSystemBlackBerry.cpp121 void AsyncFileSystemBlackBerry::directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemBlackBerry
123 m_platformFileSystem->directoryExists(fileSystemURLToPath(path), new PlatformAsyncFileSystemCallbacks(callbacks));
H A DAsyncFileSystemBlackBerry.h61 virtual void directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemBlackBerry.h56 virtual void directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemBlackBerry.cpp114 platformFileSystem->directoryExists(fileSystemURLToPath(path), callbacks);
184 void WorkerAsyncFileSystemBlackBerry::directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::WorkerAsyncFileSystemBlackBerry
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DAsyncFileSystem.h116 virtual void directoryExists(const KURL& path, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecFileLocations.c177 __block bool directoryExists = false; local
182 directoryExists = keychain_verify_create_path(utf8Str);
184 require(directoryExists, done);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecFileLocations.c177 __block bool directoryExists = false; local
182 directoryExists = keychain_verify_create_path(utf8Str);
184 require(directoryExists, done);
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DDOMFileSystemBase.cpp221 m_asyncFileSystem->directoryExists(createFileSystemURL(path), EntryCallbacks::create(successCallback, errorCallback, this, path, true));
249 m_asyncFileSystem->directoryExists(createFileSystemURL(absolutePath), callbacks.release());

Completed in 136 milliseconds