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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h 53 extern const int SQLResultInterrupt;
SQLiteDatabase.cpp 44 const int SQLResultInterrupt = SQLITE_INTERRUPT;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 62 if (result == SQLResultInterrupt)
SQLStatementBackend.cpp 128 if (result == SQLResultInterrupt)

Completed in 64 milliseconds