OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUOTA_ERR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl
40
const unsigned short
QUOTA_ERR
= 4;
SQLError.h
58
QUOTA_ERR
= 4,
SQLStatementBackend.cpp
229
database->reportExecuteStatementResult(8, SQLError::
QUOTA_ERR
, 0);
230
m_error = SQLError::create(SQLError::
QUOTA_ERR
, "there was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space");
241
return m_error && m_error->code() == SQLError::
QUOTA_ERR
;
Completed in 69 milliseconds