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

/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.h75 bool versionMatchesExpected() const;
H A DSQLTransactionSync.cpp82 if (!m_database->versionMatchesExpected()) {
H A DAbstractDatabase.cpp399 bool AbstractDatabase::versionMatchesExpected() const function in class:WebCore::AbstractDatabase
H A DSQLTransaction.cpp108 if (!m_database->versionMatchesExpected())

Completed in 79 milliseconds