OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ensureDatabaseFileExists
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.h
93
static bool
ensureDatabaseFileExists
(const String& fileName, bool checkPathOnly);
SQLiteFileSystem.cpp
98
bool SQLiteFileSystem::
ensureDatabaseFileExists
(const String& fileName, bool checkPathOnly)
/external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp
79
bool SQLiteFileSystem::
ensureDatabaseFileExists
(const String&, bool)
/external/webkit/Source/WebCore/storage/
StorageTracker.cpp
110
if (!SQLiteFileSystem::
ensureDatabaseFileExists
(databasePath, createIfDoesNotExist)) {
DatabaseTracker.cpp
116
if (!SQLiteFileSystem::
ensureDatabaseFileExists
(databasePath, createIfDoesNotExist))
[
all
...]
Completed in 490 milliseconds