Home
last modified time | relevance | path

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

/external/webkit/WebCore/storage/
DSQLStatement.cpp97 if (result == SQLResultFull) { in execute()
135 } else if (result == SQLResultFull) { in execute()
/external/webkit/WebCore/platform/sql/
DSQLiteDatabase.h50 extern const int SQLResultFull;
DSQLiteDatabase.cpp44 const int SQLResultFull = SQLITE_FULL; variable
/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.cpp1080 if (m_database.lastError() == SQLResultFull) in checkForMaxSizeReached()
/external/webkit/WebCore/
DChangeLog-2008-08-1067865 * platform/sql/SQLiteDatabase.cpp: Add the new SQLResultFull constant