OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:databaseOpenFile
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp
72
fd = blink::Platform::current()->
databaseOpenFile
(String(fileName), desiredFlags);
75
fd = blink::Platform::current()->
databaseOpenFile
(String(fileName), newFlags);
SQLiteFileSystemWin.cpp
58
HANDLE h = blink::Platform::current()->
databaseOpenFile
(String(fileName), desiredFlags);
/external/chromium/webkit/glue/
webkitclient_impl.h
32
virtual base::PlatformFile
databaseOpenFile
(
webkitclient_impl.cc
500
base::PlatformFile WebKitClientImpl::
databaseOpenFile
(
/external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h
64
virtual blink::Platform::FileHandle
databaseOpenFile
(
worker_webkitplatformsupport_impl.cc
182
WorkerWebKitPlatformSupportImpl::
databaseOpenFile
(
184
return DatabaseUtil::
DatabaseOpenFile
(
/external/chromium_org/webkit/child/
webkitplatformsupport_impl.h
38
virtual base::PlatformFile
databaseOpenFile
(
webkitplatformsupport_impl.cc
[
all
...]
/external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h
76
virtual blink::Platform::FileHandle
databaseOpenFile
(
renderer_webkitplatformsupport_impl.cc
582
RendererWebKitPlatformSupportImpl::
databaseOpenFile
(
584
return DatabaseUtil::
DatabaseOpenFile
(
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
Platform.h
177
virtual FileHandle
databaseOpenFile
(const WebString& vfsFileName, int desiredFlags) { return FileHandle(); }
Completed in 183 milliseconds