Searched refs:lastErrorMsg (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DSQLStatement.cpp80 LOG(StorageAPI, "Unable to verify correctness of statement %s - error %i (%s)", m_statement.ascii().data(), result, database->lastErrorMsg());
81 m_error = SQLError::create(result == SQLResultInterrupt ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, database->lastErrorMsg());
102 m_error = SQLError::create(SQLError::DATABASE_ERR, database->lastErrorMsg());
126 m_error = SQLError::create(SQLError::DATABASE_ERR, database->lastErrorMsg());
138 m_error = SQLError::create(SQLError::DATABASE_ERR, database->lastErrorMsg());
H A DDatabaseTracker.cpp725 LOG_ERROR("Failed to add database %s to origin %s: %s\n", name.ascii().data(), origin->databaseIdentifier().ascii().data(), m_database.lastErrorMsg());
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.h103 const char* lastErrorMsg();
H A DSQLiteDatabase.cpp290 LOG(SQLDatabase, "Unable to vacuum database - %s", lastErrorMsg());
299 LOG(SQLDatabase, "Unable to run incremental vacuum - %s", lastErrorMsg());
323 const char* SQLiteDatabase::lastErrorMsg() function in class:WebCore::SQLiteDatabase
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp116 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg());
260 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg());
331 LOG_ERROR("Could not load cache group, error \"%s\"", m_database.lastErrorMsg());
455 LOG_ERROR("Could not get the quota of an origin, error \"%s\"", m_database.lastErrorMsg());
479 LOG_ERROR("Could not get the quota of an origin, error \"%s\"", m_database.lastErrorMsg());
528 LOG_ERROR("Could not get the remaining size of an origin's quota, error \"%s\"", m_database.lastErrorMsg());
558 sql.utf8().data(), m_database.lastErrorMsg());
664 statement.query().utf8().data(), m_database.lastErrorMsg());
1061 LOG_ERROR("Could not prepare cache statement, error \"%s\"", m_database.lastErrorMsg());
1108 LOG_ERROR("Could not load cache resources, error \"%s\"", m_database.lastErrorMsg());
[all...]
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp988 LOG_ERROR("Unable to open icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m_syncDB.lastErrorMsg());
1076 LOG_ERROR("Could not create PageURL table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1081 LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1086 LOG_ERROR("Could not create IconInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1091 LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1096 LOG_ERROR("Could not create IconData table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1101 LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1106 LOG_ERROR("Could not create IconDatabaseInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1111 LOG_ERROR("Could not insert icon database version into IconDatabaseInfo table (%i) - %s", db.lastError(), db.lastErrorMsg());
1140 LOG_ERROR("Unable to open icon database at path %s - %s", m_completeDatabasePath.ascii().data(), m_syncDB.lastErrorMsg());
[all...]

Completed in 78 milliseconds