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

  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 51 extern const int SQLResultInterrupt;
SQLiteDatabase.cpp 48 const int SQLResultInterrupt = SQLITE_INTERRUPT;
  /external/webkit/Source/WebCore/storage/
SQLStatementSync.cpp 63 ec = (result == SQLResultInterrupt ? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
SQLStatement.cpp 81 m_error = SQLError::create(result == SQLResultInterrupt ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, database->lastErrorMsg());

Completed in 60 milliseconds