/external/chromium_org/content/browser/dom_storage/ |
dom_storage_namespace.cc | 44 int64 namespace_id, 48 : namespace_id_(namespace_id), 57 DCHECK_NE(kLocalStorageNamespaceId, namespace_id); 413 context->NotifyAliasSessionMerged(namespace_id(), old_master.get());
|
dom_storage_area_unittest.cc | 85 EXPECT_EQ(1, area->namespace_id()); 94 EXPECT_EQ(2, copy->namespace_id());
|
/external/chromium_org/gpu/command_buffer/service/ |
context_group.h | 160 IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
|
gles2_cmd_decoder_unittest_base.h | 102 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) { 103 return group_->GetIdAllocator(namespace_id);
|
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/content/renderer/dom_storage/ |
dom_storage_cached_area.cc | 21 DOMStorageCachedArea::DOMStorageCachedArea(int64 namespace_id, 25 namespace_id_(namespace_id),
|
dom_storage_cached_area_unittest.cc | 169 EXPECT_EQ(kNamespaceId, cached_area->namespace_id()); 177 EXPECT_EQ(kNamespaceId, cached_area->namespace_id());
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_autogen.h | 556 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id, 561 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, 565 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id,
|
gles2_interface_autogen.h | 371 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id, 375 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, 378 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id,
|
gles2_interface_stub_autogen.h | 402 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id, 406 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, 409 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id,
|
gles2_interface_stub_impl_autogen.h | 655 void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */, 660 void GLES2InterfaceStub::DeleteSharedIdsCHROMIUM(GLuint /* namespace_id */, 664 void GLES2InterfaceStub::RegisterSharedIdsCHROMIUM(GLuint /* namespace_id */, [all...] |
gles2_trace_implementation_autogen.h | 402 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id, 406 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, 409 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id,
|
gles2_c_lib_autogen.h | 715 void GLES2GenSharedIdsCHROMIUM(GLuint namespace_id, 719 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); 721 void GLES2DeleteSharedIdsCHROMIUM(GLuint namespace_id, 724 gles2::GetGLContext()->DeleteSharedIdsCHROMIUM(namespace_id, n, ids); 726 void GLES2RegisterSharedIdsCHROMIUM(GLuint namespace_id, 729 gles2::GetGLContext()->RegisterSharedIdsCHROMIUM(namespace_id, n, ids); [all...] |
gles2_trace_implementation_impl_autogen.h | [all...] |
gles2_implementation.cc | 324 IdHandlerInterface* GLES2Implementation::GetIdHandler(int namespace_id) const { 325 return share_group_->GetIdHandler(namespace_id); 948 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) { 950 << namespace_id << ", " << id_offset << ", " << n << ", " << 961 namespace_id, id_offset, id_buffer.num_elements(), 970 GPU_CLIENT_LOG(" " << i << ": " << namespace_id << ", " << ids[i]); 976 GLuint namespace_id, GLsizei n, const GLuint* ids) { 978 << namespace_id << ", " << n << ", " 982 GPU_CLIENT_LOG(" " << i << ": " << namespace_id << ", " << ids[i]); [all...] |
gles2_cmd_helper_autogen.h | [all...] |
/external/chromium_org/gpu/command_buffer/ |
cmd_buffer_functions.txt | 175 GL_APICALL void GL_APIENTRY glGenSharedIdsCHROMIUM (GLuint namespace_id, GLuint id_offset, GLsizeiNotNegative n, GLuint* ids); 176 GL_APICALL void GL_APIENTRY glDeleteSharedIdsCHROMIUM (GLuint namespace_id, GLsizeiNotNegative n, const GLuint* ids); 177 GL_APICALL void GL_APIENTRY glRegisterSharedIdsCHROMIUM (GLuint namespace_id, GLsizeiNotNegative n, const GLuint* ids);
|
/external/chromium_org/gpu/command_buffer/docs/ |
gles2_cmd_format_docs.txt | [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...] |
gles2_cmd_format_test_autogen.h | [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
cookies_tree_model.cc | 400 // TODO(rsesek): There's no easy way to get the namespace_id for a session [all...] |