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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.h 135 String databaseDebugName() const { return m_contextThreadSecurityOrigin->toString() + "::" + m_name; }
DatabaseBackendBase.cpp 377 WTF_LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), databaseDebugName().ascii().data());
379 WTF_LOG(StorageAPI, "Setting version %s in database %s that was just created", m_expectedVersion.ascii().data(), databaseDebugName().ascii().data());
395 WTF_LOG(StorageAPI, "Database %s does not have its version set", databaseDebugName().ascii().data());
470 WTF_LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data());
Database.cpp 217 WTF_LOG_ERROR("Unable to retrieve list of tables for database %s", databaseDebugName().ascii().data());
233 WTF_LOG_ERROR("Error getting tables for database %s", databaseDebugName().ascii().data());

Completed in 36 milliseconds