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

  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseResource.cpp 64 frontend->addDatabase(jsonObject);
  /external/webkit/Source/WebCore/storage/
OriginQuotaManager.h 55 void addDatabase(SecurityOrigin*, const String& databaseIdentifier, const String& fullPath);
OriginUsageRecord.h 47 void addDatabase(const String& identifier, const String& fullPath);
OriginQuotaManager.cpp 87 void OriginQuotaManager::addDatabase(SecurityOrigin* origin, const String& databaseIdentifier, const String& fullPath)
94 usageRecord->addDatabase(databaseIdentifier.threadsafeCopy(), fullPath.threadsafeCopy());
OriginUsageRecord.cpp 42 void OriginUsageRecord::addDatabase(const String& identifier, const String& fullPath)
DatabaseTracker.h 134 bool addDatabase(SecurityOrigin*, const String& name, const String& path);
DatabaseTracker.cpp 314 if (!addDatabase(origin, name, fileName))
321 originQuotaManager().addDatabase(origin, name, fullFilePath);
542 originQuotaManager().addDatabase(database->securityOrigin(), database->stringIdentifier(), database->fileName());
630 originQuotaManager().addDatabase(origin, names[i], fullPathForDatabaseNoLock(origin, names[i], false));
704 bool DatabaseTracker::addDatabase(SecurityOrigin* origin, const String& name, const String& path)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Database.js 113 addDatabase: function(payload)
120 WebInspector.panels.resources.addDatabase(database);
ResourcesPanel.js 284 addDatabase: function(database)
    [all...]

Completed in 440 milliseconds