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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 79 SQLDatabaseError, // Naming conflict with DatabaseError class.
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 63 exceptionState.throwDOMException(SQLDatabaseError, "Connection to the database interrupted.");
72 exceptionState.throwDOMException(SQLDatabaseError, "Connection to the database interrupted.");
88 exceptionState.throwDOMException(SQLDatabaseError, "Could not bind value.");
113 exceptionState.throwDOMException(SQLDatabaseError, "Could not iterate results.");
131 exceptionState.throwDOMException(SQLDatabaseError, "Could not execute statement.");
DatabaseSync.cpp 83 exceptionState.throwDOMException(SQLDatabaseError, "Unable to change version from within a transaction.");
160 exceptionState.throwDOMException(SQLDatabaseError, "Unable to start a transaction from within a transaction.");
SQLTransactionBackendSync.cpp 174 exceptionState.throwDOMException(SQLDatabaseError, "Unable to begin transaction.");
187 exceptionState.throwDOMException(SQLDatabaseError, "Unable to read version.");
229 exceptionState.throwDOMException(SQLDatabaseError, "Unable to commit transaction.");

Completed in 484 milliseconds