Searched refs:openingStrategy (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageAreaSync.h83 void openDatabase(OpenDatabaseParamType openingStrategy);
H A DStorageAreaSync.cpp230 void StorageAreaSync::openDatabase(OpenDatabaseParamType openingStrategy) argument
240 if (!fileExists(databaseFilename) && openingStrategy == SkipIfNonExistent)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabase.cpp72 void LocalStorageDatabase::openDatabase(DatabaseOpeningStrategy openingStrategy) argument
77 if (!tryToOpenDatabase(openingStrategy)) {
86 bool LocalStorageDatabase::tryToOpenDatabase(DatabaseOpeningStrategy openingStrategy) argument
88 if (!fileExists(m_databasePath) && openingStrategy == SkipIfNonExistent)
H A DLocalStorageDatabaseTracker.cpp173 void LocalStorageDatabaseTracker::openTrackerDatabase(DatabaseOpeningStrategy openingStrategy) argument
180 if (!fileExists(databasePath) && openingStrategy == SkipIfNonExistent)

Completed in 187 milliseconds