OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastExecutionFailedDueToQuota
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.h
51
bool
lastExecutionFailedDueToQuota
() const;
SQLStatementBackend.cpp
235
if (
lastExecutionFailedDueToQuota
())
239
bool SQLStatementBackend::
lastExecutionFailedDueToQuota
() const
SQLTransactionBackend.cpp
650
if (m_currentStatementBackend && m_currentStatementBackend->
lastExecutionFailedDueToQuota
()) {
[
all
...]
Completed in 28 milliseconds