Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteFileSystemPosix.cpp72 fd = blink::Platform::current()->databaseOpenFile(String(fileName), desiredFlags); in chromiumOpen()
75 fd = blink::Platform::current()->databaseOpenFile(String(fileName), newFlags); in chromiumOpen()
DSQLiteFileSystemWin.cpp58 HANDLE h = blink::Platform::current()->databaseOpenFile(String(fileName), desiredFlags); in chromiumOpen()
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.h65 virtual blink::Platform::FileHandle databaseOpenFile(
Dworker_webkitplatformsupport_impl.cc183 WorkerWebKitPlatformSupportImpl::databaseOpenFile( in databaseOpenFile() function in content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/content/child/
Dblink_platform_impl.h47 virtual blink::Platform::FileHandle databaseOpenFile( in NON_EXPORTED_BASE()
Dblink_platform_impl.cc922 blink::Platform::FileHandle BlinkPlatformImpl::databaseOpenFile( in databaseOpenFile() function in content::BlinkPlatformImpl
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h80 virtual blink::Platform::FileHandle databaseOpenFile(
Drenderer_webkitplatformsupport_impl.cc638 RendererWebKitPlatformSupportImpl::databaseOpenFile( in databaseOpenFile() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h181 …virtual FileHandle databaseOpenFile(const WebString& vfsFileName, int desiredFlags) { return FileH… in databaseOpenFile() function