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

  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 103 bool lastActionChangedDatabase() const { return m_lastActionChangedDatabase; }
AbstractDatabase.cpp 441 bool AbstractDatabase::lastActionChangedDatabase()
444 return m_databaseAuthorizer->lastActionChangedDatabase();

Completed in 56 milliseconds