HomeSort by relevance Sort by last modified time
    Searched refs:lastActionChangedDatabase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.h 101 bool lastActionChangedDatabase();
DatabaseAuthorizer.h 103 bool lastActionChangedDatabase() const { return m_lastActionChangedDatabase; }
Database.cpp 665 bool Database::lastActionChangedDatabase()
668 return m_databaseAuthorizer->lastActionChangedDatabase();
    [all...]
SQLTransactionBackend.cpp 679 if (m_database->lastActionChangedDatabase()) {
    [all...]

Completed in 1069 milliseconds