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

  /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);
231 int64 namespace_id,
235 OnDOMSessionStorageReset(namespace_id));
247 int64 namespace_id,
251 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 4843 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local
4879 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local
4917 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 7360 uint32_t namespace_id; member in struct:GenSharedIdsCHROMIUM
7416 uint32_t namespace_id; member in struct:DeleteSharedIdsCHROMIUM
7469 uint32_t namespace_id; member in struct:RegisterSharedIdsCHROMIUM
    [all...]

Completed in 358 milliseconds