HomeSort by relevance Sort by last modified time
    Searched full:namespace_id (Results 26 - 46 of 46) sorted by null

12

  /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 154 IdAllocatorInterface* GetIdAllocator(unsigned namespace_id);
gles2_cmd_decoder_unittest_base.h 100 IdAllocatorInterface* GetIdAllocator(GLuint namespace_id) {
101 return group_->GetIdAllocator(namespace_id);
gles2_cmd_decoder.cc 5015 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local
5054 GLuint namespace_id = static_cast<GLuint>(c.namespace_id); local
5095 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 326 IdHandlerInterface* GLES2Implementation::GetIdHandler(int namespace_id) const {
327 return share_group_->GetIdHandler(namespace_id);
331 int namespace_id) const {
332 if (namespace_id == id_namespaces::kQueries)
958 GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids) {
960 << namespace_id << ", " << id_offset << ", " << n << ", " <<
971 namespace_id, id_offset, id_buffer.num_elements(),
980 GPU_CLIENT_LOG(" " << i << ": " << namespace_id << ", " << ids[i]);
986 GLuint namespace_id, GLsizei n, const GLuint* ids) {
988 << namespace_id << ", " << n << ",
    [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 7470 uint32_t namespace_id; member in struct:GenSharedIdsCHROMIUM
7526 uint32_t namespace_id; member in struct:DeleteSharedIdsCHROMIUM
7579 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 416 // TODO(rsesek): There's no easy way to get the namespace_id for a session
    [all...]

Completed in 1223 milliseconds

12