Home
last modified time | relevance | path

Searched refs:SQLError (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
DSQLStatement.cpp81 …m_error = SQLError::create(result == SQLResultInterrupt ? SQLError::DATABASE_ERR : SQLError::SYNTA… in execute()
89 …m_error = SQLError::create(db->isInterrupted() ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, "n… in execute()
102 m_error = SQLError::create(SQLError::DATABASE_ERR, database->lastErrorMsg()); in execute()
126 m_error = SQLError::create(SQLError::DATABASE_ERR, database->lastErrorMsg()); in execute()
138 m_error = SQLError::create(SQLError::DATABASE_ERR, database->lastErrorMsg()); in execute()
154 …m_error = SQLError::create(SQLError::UNKNOWN_ERR, "unable to execute statement, because the user d… in setDatabaseDeletedError()
160 …m_error = SQLError::create(SQLError::VERSION_ERR, "current version of the database and `oldVersion… in setVersionMismatchedError()
186 …m_error = SQLError::create(SQLError::QUOTA_ERR, "there was not enough remaining storage space, or … in setFailureDueToQuota()
197 return m_error && m_error->code() == SQLError::QUOTA_ERR; in lastExecutionFailedDueToQuota()
DChangeVersionWrapper.cpp53 …m_sqlError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to verify current version of database… in performPreflight()
59 …m_sqlError = SQLError::create(SQLError::VERSION_ERR, "current version of the database and `oldVers… in performPreflight()
72 … m_sqlError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to set new version in database"); in performPostflight()
DSQLError.h39 class SQLError : public ThreadSafeRefCounted<SQLError> {
41 …static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQL… in create()
58SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy())… in SQLError() function
DSQLTransaction.cpp249 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, becaus… in openTransactionAndPreflight()
270 …m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "unable to open a transaction to the… in openTransactionAndPreflight()
280 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unknown error occured setting up tra… in openTransactionAndPreflight()
305 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "the SQLTransactionCallback was null … in deliverTransactionCallback()
412 … m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "the statement failed to execute"); in handleCurrentStatementError()
428 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "the statement callback raised an exc… in deliverStatementCallback()
454 …m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unknown error occured setting up tra… in postflightAndCommit()
469 … m_transactionError = SQLError::create(SQLError::DATABASE_ERR, "failed to commit the transaction"); in postflightAndCommit()
DChangeVersionWrapper.h39 class SQLError; variable
48 virtual SQLError* sqlError() const { return m_sqlError.get(); } in sqlError()
55 RefPtr<SQLError> m_sqlError;
DSQLStatement.h43 class SQLError; variable
63 SQLError* sqlError() const { return m_error.get(); } in sqlError()
75 RefPtr<SQLError> m_error;
DSQLTransactionErrorCallback.h38 class SQLError; variable
43 virtual bool handleEvent(SQLError*) = 0;
DSQLStatementErrorCallback.h39 class SQLError; variable
44 virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
DSQLTransaction.h43 class SQLError; variable
59 virtual SQLError* sqlError() const = 0;
121 RefPtr<SQLError> m_transactionError;
DSQLStatementErrorCallback.idl34 [Custom] boolean handleEvent(in SQLTransaction transaction, in SQLError error);
DSQLTransactionErrorCallback.idl34 boolean handleEvent(in SQLError error);
DSQLError.idl35 ] SQLError {
/external/webkit/Source/WebCore/inspector/
DInspectorDatabaseAgent.cpp80 void reportTransactionFailed(InspectorFrontend::Database* frontend, int transactionId, SQLError* er… in reportTransactionFailed()
142 virtual bool handleEvent(SQLTransaction*, SQLError* error) in handleEvent()
196 virtual bool handleEvent(SQLError* error) in handleEvent()
/external/webkit/Source/WebCore/bindings/js/
DJSCustomSQLStatementErrorCallback.cpp43 bool JSSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CustomSQLStatementErrorCallback.cpp46 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent()
/external/webkit/Source/WebCore/
DDerivedSources.make346 SQLError \
DCodeGenerators.pri368 storage/SQLError.idl \
DCMakeLists.txt370 storage/SQLError.idl
DWebCore.gypi1016 'storage/SQLError.h',
1373 'storage/SQLError.idl',
DGNUmakefile.list.am3167 Source/WebCore/storage/SQLError.h \
DGNUmakefile.am3151 Source/WebCore/storage/SQLError.h \
DChangeLog-2008-08-1030419 * storage/SQLError.h:
30420 (WebCore::SQLError::create):
30421 (WebCore::SQLError::SQLError):
47025 * storage/SQLError.h:
73725 * storage/SQLError.h: New API object
76729 Add new SQLError implementation.
76734 * storage/SQLError.h: Added.
76735 (WebCore::SQLError::SQLError):
76736 (WebCore::SQLError::code):
76737 (WebCore::SQLError::message):
[all …]
DChangeLog-2010-05-245995 * storage/SQLError.idl:
10771 * storage/SQLError.idl:
13801 * storage/SQLError.idl:
14110 * storage/SQLError.idl:
21567 * storage/SQLError.idl:
21680 * storage/SQLError.idl:
DChangeLog-2010-01-2918103 * storage/SQLError.idl:
50240 * storage/SQLError.h:
50241 (WebCore::SQLError::message):
50242 (WebCore::SQLError::SQLError):
65507 * storage/SQLError.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1408 …51EC92590CE90DB400F90308 /* SQLError.h in Headers */ = {isa = PBXBuildFile; fileRef = 51EC92570CE9…
7992 …70CE90DB400F90308 /* SQLError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
7993 …C92580CE90DB400F90308 /* SQLError.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…
13170 51EC92570CE90DB400F90308 /* SQLError.h */,
13171 51EC92580CE90DB400F90308 /* SQLError.idl */,
22454 51EC92590CE90DB400F90308 /* SQLError.h in Headers */,

12