| /external/chromium_org/content/browser/dom_storage/ |
| D | session_storage_database.cc | 106 void SessionStorageDatabase::ReadAreaValues(const std::string& namespace_id, in ReadAreaValues() 131 const std::string& namespace_id, in CommitAreaChanges() 181 const std::string& namespace_id, const std::string& new_namespace_id) { in CloneNamespace() 224 bool SessionStorageDatabase::DeleteArea(const std::string& namespace_id, in DeleteArea() 238 bool SessionStorageDatabase::DeleteNamespace(const std::string& namespace_id) { in DeleteNamespace() 417 bool SessionStorageDatabase::CreateNamespace(const std::string& namespace_id, in CreateNamespace() 441 const std::string& namespace_id, in GetAreasInNamespace() 470 void SessionStorageDatabase::AddAreaToNamespace(const std::string& namespace_id, in AddAreaToNamespace() 479 const std::string& namespace_id, in DeleteAreaHelper() 515 bool SessionStorageDatabase::GetMapForArea(const std::string& namespace_id, in GetMapForArea() [all …]
|
| D | dom_storage_context_impl.cc | 64 int64 namespace_id) { in GetStorageNamespace() 150 int64 namespace_id = AllocateSessionId(); in DeleteSessionStorage() local 231 int64 namespace_id, in NotifyAliasSessionMerged() 247 int64 namespace_id, in CreateSessionNamespace() 261 int64 namespace_id, bool should_persist_data) { in DeleteSessionNamespace() 461 void DOMStorageContextImpl::AddTransactionLogProcessId(int64 namespace_id, in AddTransactionLogProcessId() 470 void DOMStorageContextImpl::RemoveTransactionLogProcessId(int64 namespace_id, in RemoveTransactionLogProcessId()
|
| D | dom_storage_session.h | 38 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
|
| D | dom_storage_host.cc | 28 bool DOMStorageHost::OpenStorageArea(int connection_id, int namespace_id, in OpenStorageArea() 156 int64 namespace_id, const GURL& origin, int64* alias_namespace_id) const { in HasAreaOpen() 168 bool DOMStorageHost::ResetOpenAreasForNamespace(int64 namespace_id) { in ResetOpenAreasForNamespace()
|
| D | session_storage_database_unittest.cc | 112 std::string* namespace_id) { in IsNamespaceKey() 133 std::string* namespace_id) { in IsNamespaceOriginKey() 221 std::string namespace_id; in CheckDatabaseConsistency() local 319 const std::string& namespace_id, const GURL& origin, in CheckAreaData() 355 const std::string& namespace_id, in CheckOrigins() 368 const std::string& namespace_id, const GURL& origin) const { in GetMapForArea() argument
|
| D | dom_storage_message_filter.cc | 93 int64 namespace_id, in OnOpenStorageArea() 196 void DOMStorageMessageFilter::OnDOMSessionStorageReset(int64 namespace_id) { in OnDOMSessionStorageReset()
|
| D | dom_storage_area.h | 49 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
|
| D | dom_storage_session.cc | 105 int64 namespace_id, in DOMStorageSession()
|
| D | dom_storage_namespace.h | 53 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
|
| D | dom_storage_area.cc | 77 int64 namespace_id, in DOMStorageArea()
|
| D | dom_storage_namespace.cc | 44 int64 namespace_id, in DOMStorageNamespace()
|
| /external/chromium_org/gpu/command_buffer/client/ |
| D | share_group.h | 33 IdHandlerData* id_handler_data(int namespace_id) { in id_handler_data() 74 IdHandlerInterface* GetIdHandler(int namespace_id) const { in GetIdHandler()
|
| D | gles2_c_lib_autogen.h | 715 void GLES2GenSharedIdsCHROMIUM(GLuint namespace_id, in GLES2GenSharedIdsCHROMIUM() 721 void GLES2DeleteSharedIdsCHROMIUM(GLuint namespace_id, in GLES2DeleteSharedIdsCHROMIUM() 726 void GLES2RegisterSharedIdsCHROMIUM(GLuint namespace_id, in GLES2RegisterSharedIdsCHROMIUM()
|
| D | gles2_trace_implementation_impl_autogen.h | 1143 void GLES2TraceImplementation::GenSharedIdsCHROMIUM(GLuint namespace_id, in GenSharedIdsCHROMIUM() 1151 void GLES2TraceImplementation::DeleteSharedIdsCHROMIUM(GLuint namespace_id, in DeleteSharedIdsCHROMIUM() 1158 void GLES2TraceImplementation::RegisterSharedIdsCHROMIUM(GLuint namespace_id, in RegisterSharedIdsCHROMIUM()
|
| D | gles2_implementation.cc | 958 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { in GenSharedIdsCHROMIUM() 986 GLuint namespace_id, GLsizei n, const GLuint* ids) { in DeleteSharedIdsCHROMIUM() 1012 GLuint namespace_id, GLsizei n, const GLuint* ids) { in RegisterSharedIdsCHROMIUM()
|
| D | gles2_cmd_helper_autogen.h | 1552 void GenSharedIdsCHROMIUM(GLuint namespace_id, in GenSharedIdsCHROMIUM() 1564 void DeleteSharedIdsCHROMIUM(GLuint namespace_id, in DeleteSharedIdsCHROMIUM() 1575 void RegisterSharedIdsCHROMIUM(GLuint namespace_id, in RegisterSharedIdsCHROMIUM()
|
| /external/chromium_org/content/renderer/dom_storage/ |
| D | dom_storage_dispatcher.cc | 161 std::string GetCachedAreaKey(int64 namespace_id, const GURL& origin) { in GetCachedAreaKey() 185 int64 namespace_id, const GURL& origin) { in OpenCachedArea() 210 int64 namespace_id, const GURL& origin) { in LookupCachedArea() 218 void DomStorageDispatcher::ProxyImpl::ResetAllCachedAreas(int64 namespace_id) { in ResetAllCachedAreas() 289 int connection_id, int64 namespace_id, const GURL& origin) { in OpenCachedArea() 360 void DomStorageDispatcher::OnResetCachedValues(int64 namespace_id) { in OnResetCachedValues()
|
| D | webstoragenamespace_impl.cc | 24 int64 namespace_id) in WebStorageNamespaceImpl()
|
| D | dom_storage_cached_area.h | 34 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
|
| D | webstoragearea_impl.cc | 38 int64 namespace_id, const GURL& origin) in WebStorageAreaImpl()
|
| D | dom_storage_cached_area.cc | 21 DOMStorageCachedArea::DOMStorageCachedArea(int64 namespace_id, in DOMStorageCachedArea()
|
| /external/chromium_org/gpu/command_buffer/service/ |
| D | context_group.cc | 331 IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) { in GetIdAllocator()
|
| D | gles2_cmd_decoder_unittest_base.h | 100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) { in GetIdAllocator()
|
| D | gles2_cmd_decoder.cc | 5003 GLuint namespace_id, GLsizei n, const GLuint* ids) { in DoDeleteSharedIdsCHROMIUM() 5015 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); in HandleDeleteSharedIdsCHROMIUM() local 5035 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { in DoGenSharedIdsCHROMIUM() 5054 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); in HandleGenSharedIdsCHROMIUM() local 5075 GLuint namespace_id, GLsizei n, const GLuint* ids) { in DoRegisterSharedIdsCHROMIUM() 5095 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); in HandleRegisterSharedIdsCHROMIUM() local
|
| /external/chromium_org/gpu/command_buffer/common/ |
| D | gles2_cmd_format_autogen.h | 7470 uint32_t namespace_id; member 7526 uint32_t namespace_id; member 7579 uint32_t namespace_id; member
|