OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:didExceedQuota
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionClient.h
48
bool
didExceedQuota
(Database*);
SQLTransactionClient.cpp
66
bool SQLTransactionClient::
didExceedQuota
(Database* database)
SQLTransaction.cpp
223
bool shouldRetryCurrentStatement = m_database->transactionClient()->
didExceedQuota
(database());
Completed in 731 milliseconds