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

  /external/webkit/Source/WebCore/storage/
SQLStatement.cpp 80 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());
DatabaseTracker.cpp 725 LOG_ERROR("Failed to add database %s to origin %s: %s\n", name.ascii().data(), origin->databaseIdentifier().ascii().data(), m_database.lastErrorMsg());
    [all...]
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 103 const char* lastErrorMsg();
SQLiteDatabase.cpp 290 LOG(SQLDatabase, "Unable to vacuum database - %s", lastErrorMsg());
299 LOG(SQLDatabase, "Unable to run incremental vacuum - %s", lastErrorMsg());
323 const char* SQLiteDatabase::lastErrorMsg()
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 116 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());
    [all...]
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp     [all...]

Completed in 898 milliseconds