Home
last modified time | relevance | path

Searched defs:namespaces_and_origins (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_context_impl.cc113 std::map<std::string, std::vector<GURL> > namespaces_and_origins; in GetSessionStorageUsage() local
416 std::map<std::string, std::vector<GURL> > namespaces_and_origins; in FindUnusedNamespacesInCommitSequence() local
Dsession_storage_database_unittest.cc343 std::map<std::string, std::vector<GURL> > namespaces_and_origins; in CheckNamespaceIds() local
357 std::map<std::string, std::vector<GURL> > namespaces_and_origins; in CheckOrigins() local
Dsession_storage_database.cc260 bool SessionStorageDatabase::ReadNamespacesAndOrigins( in ReadNamespacesAndOrigins()