HomeSort by relevance Sort by last modified time
    Searched refs:SQLResultFull (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h 51 extern const int SQLResultFull;
SQLiteDatabase.cpp 41 const int SQLResultFull = SQLITE_FULL;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementBackend.cpp 154 if (result == SQLResultFull) {
192 } else if (result == SQLResultFull) {

Completed in 610 milliseconds