/external/webkit/Source/WebCore/storage/ |
D | SQLStatement.cpp | 81 …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()
|
D | ChangeVersionWrapper.cpp | 53 …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()
|
D | SQLError.h | 39 class SQLError : public ThreadSafeRefCounted<SQLError> { 41 …static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQL… in create() 58 …SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy())… in SQLError() function
|
D | SQLTransaction.cpp | 249 …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()
|
D | ChangeVersionWrapper.h | 39 class SQLError; variable 48 virtual SQLError* sqlError() const { return m_sqlError.get(); } in sqlError() 55 RefPtr<SQLError> m_sqlError;
|
D | SQLStatement.h | 43 class SQLError; variable 63 SQLError* sqlError() const { return m_error.get(); } in sqlError() 75 RefPtr<SQLError> m_error;
|
D | SQLTransactionErrorCallback.h | 38 class SQLError; variable 43 virtual bool handleEvent(SQLError*) = 0;
|
D | SQLStatementErrorCallback.h | 39 class SQLError; variable 44 virtual bool handleEvent(SQLTransaction*, SQLError*) = 0;
|
D | SQLTransaction.h | 43 class SQLError; variable 59 virtual SQLError* sqlError() const = 0; 121 RefPtr<SQLError> m_transactionError;
|
D | SQLStatementErrorCallback.idl | 34 [Custom] boolean handleEvent(in SQLTransaction transaction, in SQLError error);
|
D | SQLTransactionErrorCallback.idl | 34 boolean handleEvent(in SQLError error);
|
D | SQLError.idl | 35 ] SQLError {
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorDatabaseAgent.cpp | 80 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/ |
D | JSCustomSQLStatementErrorCallback.cpp | 43 bool JSSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CustomSQLStatementErrorCallback.cpp | 46 bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) in handleEvent()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 346 SQLError \
|
D | CodeGenerators.pri | 368 storage/SQLError.idl \
|
D | CMakeLists.txt | 370 storage/SQLError.idl
|
D | WebCore.gypi | 1016 'storage/SQLError.h', 1373 'storage/SQLError.idl',
|
D | GNUmakefile.list.am | 3167 Source/WebCore/storage/SQLError.h \
|
D | GNUmakefile.am | 3151 Source/WebCore/storage/SQLError.h \
|
D | ChangeLog-2008-08-10 | 30419 * 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 …]
|
D | ChangeLog-2010-05-24 | 5995 * storage/SQLError.idl: 10771 * storage/SQLError.idl: 13801 * storage/SQLError.idl: 14110 * storage/SQLError.idl: 21567 * storage/SQLError.idl: 21680 * storage/SQLError.idl:
|
D | ChangeLog-2010-01-29 | 18103 * 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/ |
D | project.pbxproj | 1408 …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 */,
|