/external/chromium_org/content/browser/dom_storage/ |
dom_storage_session.h | 38 int64 namespace_id() const { return namespace_id_; } function in class:content::DOMStorageSession 63 int64 namespace_id,
|
dom_storage_area.h | 42 DOMStorageArea(int64 namespace_id, 49 int64 namespace_id() const { return namespace_id_; } function in class:content::DOMStorageArea
|
dom_storage_context_impl.cc | 64 int64 namespace_id) { 67 StorageNamespaceMap::iterator found = namespaces_.find(namespace_id); 69 if (namespace_id == kLocalStorageNamespaceId) { 150 int64 namespace_id = AllocateSessionId(); local 151 CreateSessionNamespace(namespace_id, usage_info.persistent_namespace_id); 152 dom_storage_namespace = GetStorageNamespace(namespace_id); 242 int64 namespace_id, 246 OnDOMSessionStorageReset(namespace_id)); 258 int64 namespace_id, 262 DCHECK(namespace_id != kLocalStorageNamespaceId) [all...] |
dom_storage_namespace.h | 48 DOMStorageNamespace(int64 namespace_id, 53 int64 namespace_id() const { return namespace_id_; } function in class:content::DOMStorageNamespace
|
session_storage_database_unittest.cc | 37 std::string* namespace_id); 39 std::string* namespace_id); 49 void CheckAreaData(const std::string& namespace_id, 57 const std::string& namespace_id, 59 std::string GetMapForArea(const std::string& namespace_id, 112 std::string* namespace_id) { 124 *namespace_id = key.substr( 133 std::string* namespace_id) { 143 *namespace_id = key.substr( 221 std::string namespace_id; local [all...] |
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.h | 30 DOMStorageCachedArea(int64 namespace_id, 34 int64 namespace_id() const { return namespace_id_; } function in class:content::DOMStorageCachedArea
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder.cc | 4728 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local 4764 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local 4802 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | 8913 uint32 namespace_id; member in struct:GenSharedIdsCHROMIUM 8967 uint32 namespace_id; member in struct:DeleteSharedIdsCHROMIUM 9018 uint32 namespace_id; member in struct:RegisterSharedIdsCHROMIUM [all...] |