Home
last modified time | relevance | path

Searched defs:namespace_id (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Dsession_storage_database.cc106 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 …]
Ddom_storage_context_impl.cc64 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()
Ddom_storage_session.h38 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
Ddom_storage_host.cc28 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()
Dsession_storage_database_unittest.cc112 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
Ddom_storage_message_filter.cc93 int64 namespace_id, in OnOpenStorageArea()
196 void DOMStorageMessageFilter::OnDOMSessionStorageReset(int64 namespace_id) { in OnDOMSessionStorageReset()
Ddom_storage_area.h49 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
Ddom_storage_session.cc105 int64 namespace_id, in DOMStorageSession()
Ddom_storage_namespace.h53 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
Ddom_storage_area.cc77 int64 namespace_id, in DOMStorageArea()
Ddom_storage_namespace.cc44 int64 namespace_id, in DOMStorageNamespace()
/external/chromium_org/gpu/command_buffer/client/
Dshare_group.h33 IdHandlerData* id_handler_data(int namespace_id) { in id_handler_data()
74 IdHandlerInterface* GetIdHandler(int namespace_id) const { in GetIdHandler()
Dgles2_c_lib_autogen.h715 void GLES2GenSharedIdsCHROMIUM(GLuint namespace_id, in GLES2GenSharedIdsCHROMIUM()
721 void GLES2DeleteSharedIdsCHROMIUM(GLuint namespace_id, in GLES2DeleteSharedIdsCHROMIUM()
726 void GLES2RegisterSharedIdsCHROMIUM(GLuint namespace_id, in GLES2RegisterSharedIdsCHROMIUM()
Dgles2_trace_implementation_impl_autogen.h1143 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()
Dgles2_implementation.cc958 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()
Dgles2_cmd_helper_autogen.h1552 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/
Ddom_storage_dispatcher.cc161 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()
Dwebstoragenamespace_impl.cc24 int64 namespace_id) in WebStorageNamespaceImpl()
Ddom_storage_cached_area.h34 int64 namespace_id() const { return namespace_id_; } in namespace_id() function
Dwebstoragearea_impl.cc38 int64 namespace_id, const GURL& origin) in WebStorageAreaImpl()
Ddom_storage_cached_area.cc21 DOMStorageCachedArea::DOMStorageCachedArea(int64 namespace_id, in DOMStorageCachedArea()
/external/chromium_org/gpu/command_buffer/service/
Dcontext_group.cc331 IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) { in GetIdAllocator()
Dgles2_cmd_decoder_unittest_base.h100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) { in GetIdAllocator()
Dgles2_cmd_decoder.cc5003 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/
Dgles2_cmd_format_autogen.h7470 uint32_t namespace_id; member
7526 uint32_t namespace_id; member
7579 uint32_t namespace_id; member