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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 499 WTF_LOG(StorageAPI, "Retrieved current version %s from database %s", currentVersion.ascii().data(), databaseDebugName().ascii().data());
501 WTF_LOG(StorageAPI, "Setting version %s in database %s that was just created", m_expectedVersion.ascii().data(), databaseDebugName().ascii().data());
517 WTF_LOG(StorageAPI, "Database %s does not have its version set", databaseDebugName().ascii().data());
591 WTF_LOG_ERROR("Failed to retrieve version from database %s", databaseDebugName().ascii().data());
    [all...]
Database.h 151 String databaseDebugName() const { return m_contextThreadSecurityOrigin->toString() + "::" + m_name; }

Completed in 171 milliseconds