HomeSort by relevance Sort by last modified time
    Searched defs:addDatabase (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/storage/
OriginQuotaManager.cpp 75 void OriginQuotaManager::addDatabase(SecurityOrigin* origin, const String& databaseIdentifier, const String& fullPath)
82 usageRecord->addDatabase(databaseIdentifier.threadsafeCopy(), fullPath.threadsafeCopy());
OriginUsageRecord.cpp 42 void OriginUsageRecord::addDatabase(const String& identifier, const String& fullPath)
DatabaseTracker.cpp 240 if (!addDatabase(origin, name, fileName))
249 originQuotaManager().addDatabase(origin, name, fullFilePath);
515 originQuotaManager().addDatabase(origin, names[i], fullPathForDatabase(origin, names[i], false));
576 bool DatabaseTracker::addDatabase(SecurityOrigin* origin, const String& name, const String& path)
  /external/webkit/WebCore/inspector/
InspectorFrontend.cpp 477 bool InspectorFrontend::addDatabase(const ScriptObject& dbObject)
480 function.appendArgument("addDatabase");
  /external/webkit/WebCore/inspector/front-end/
inspector.js     [all...]

Completed in 46 milliseconds