Searched refs:SQLResultFull (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DSQLStatementSync.cpp74 if (result == SQLResultFull) {
111 } else if (result == SQLResultFull) {
H A DSQLStatement.cpp95 if (result == SQLResultFull) {
133 } else if (result == SQLResultFull) {
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.h50 extern const int SQLResultFull;
H A DSQLiteDatabase.cpp47 const int SQLResultFull = SQLITE_FULL; member in namespace:WebCore
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp1403 if (m_database.lastError() == SQLResultFull)

Completed in 166 milliseconds