OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2483 milliseconds