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

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

Completed in 63 milliseconds