Home
last modified time | relevance | path

Searched refs:namespace1_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_context_impl.cc481 int64 namespace1_id, bool actually_merge, int process_id, in MergeSessionStorage() argument
483 DCHECK_NE(kLocalStorageNamespaceId, namespace1_id); in MergeSessionStorage()
485 StorageNamespaceMap::const_iterator it = namespaces_.find(namespace1_id); in MergeSessionStorage()
Ddom_storage_context_impl.h186 int64 namespace1_id, bool actually_merge, int process_id,