Home
last modified time | relevance | path

Searched refs:databaseOpenFile (Results 1 – 11 of 11) 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/webkit/glue/
Dwebkitclient_impl.h32 virtual base::PlatformFile databaseOpenFile(
Dwebkitclient_impl.cc500 base::PlatformFile WebKitClientImpl::databaseOpenFile( in databaseOpenFile() function in webkit_glue::WebKitClientImpl
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.h64 virtual blink::Platform::FileHandle databaseOpenFile(
Dworker_webkitplatformsupport_impl.cc182 WorkerWebKitPlatformSupportImpl::databaseOpenFile( in databaseOpenFile() function in content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.h38 virtual base::PlatformFile databaseOpenFile( in NON_EXPORTED_BASE()
Dwebkitplatformsupport_impl.cc801 base::PlatformFile WebKitPlatformSupportImpl::databaseOpenFile( in databaseOpenFile() function in webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h76 virtual blink::Platform::FileHandle databaseOpenFile(
Drenderer_webkitplatformsupport_impl.cc582 RendererWebKitPlatformSupportImpl::databaseOpenFile( in databaseOpenFile() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h177 …virtual FileHandle databaseOpenFile(const WebString& vfsFileName, int desiredFlags) { return FileH… in databaseOpenFile() function