HomeSort by relevance Sort by last modified time
    Searched refs:namespace_id (Results 26 - 42 of 42) 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/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/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/gpu/command_buffer/client/
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_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_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_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_cmd_helper_autogen.h     [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...]

Completed in 142 milliseconds

12