Home
last modified time | relevance | path

Searched refs:lastErrorMsg (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/storage/
DSQLStatement.cpp80 …ss of statement %s - error %i (%s)", m_statement.ascii().data(), result, database->lastErrorMsg()); in execute()
81 …t == SQLResultInterrupt ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, database->lastErrorMsg()); 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()
DDatabaseTracker.cpp725 …s\n", name.ascii().data(), origin->databaseIdentifier().ascii().data(), m_database.lastErrorMsg()); in addDatabase()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp116 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in loadCacheGroup()
260 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in cacheGroupForURL()
331 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg()); in fallbackCacheGroupForURL()
455 LOG_ERROR("Could not get the quota of an origin, error \"%s\"", m_database.lastErrorMsg()); in quotaForOrigin()
479 LOG_ERROR("Could not get the quota of an origin, error \"%s\"", m_database.lastErrorMsg()); in usageForOrigin()
528 …("Could not get the remaining size of an origin's quota, error \"%s\"", m_database.lastErrorMsg()); in remainingSizeForOriginExcludingCache()
558 sql.utf8().data(), m_database.lastErrorMsg()); in executeSQLCommand()
664 statement.query().utf8().data(), m_database.lastErrorMsg()); in executeStatement()
1061 LOG_ERROR("Could not prepare cache statement, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
1108 LOG_ERROR("Could not load cache resources, error \"%s\"", m_database.lastErrorMsg()); in loadCache()
[all …]
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp290 LOG(SQLDatabase, "Unable to vacuum database - %s", lastErrorMsg()); in runVacuumCommand()
299 LOG(SQLDatabase, "Unable to run incremental vacuum - %s", lastErrorMsg()); in runIncrementalVacuumCommand()
323 const char* SQLiteDatabase::lastErrorMsg() in lastErrorMsg() function in WebCore::SQLiteDatabase
DSQLiteDatabase.h103 const char* lastErrorMsg();
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp988 …en icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m_syncDB.lastErrorMsg()); in iconDatabaseSyncThread()
1076 …G_ERROR("Could not create PageURL table in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1081 …G_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1086 …_ERROR("Could not create IconInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1091 …G_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1096 …_ERROR("Could not create IconData table in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1101 …G_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1106 …Could not create IconDatabaseInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1111 …t icon database version into IconDatabaseInfo table (%i) - %s", db.lastError(), db.lastErrorMsg()); in createDatabaseTables()
1140 …en icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m_syncDB.lastErrorMsg()); in performOpenInitialization()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3134159 (WebCore::SQLDatabase::lastErrorMsg): Ditto
37298 (WebCore::SQLStatement::lastErrorMsg):
49049 (WebCore::SQLDatabase::lastErrorMsg):
49052 (WebCore::SQLStatement::lastErrorMsg):
DChangeLog-2008-08-1055397 returnTextResults16, lastError, and lastErrorMsg. Changed prepareAndStep so that it
78888 (WebCore::SQLiteDatabase::lastErrorMsg):