HomeSort by relevance Sort by last modified time
    Searched refs:HasExtension (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_android.cc 47 if (context->HasExtension("EGL_KHR_fence_sync") &&
48 context->HasExtension("EGL_KHR_image") &&
49 context->HasExtension("EGL_KHR_image_base") &&
50 context->HasExtension("EGL_KHR_gl_texture_2D_image") &&
51 context->HasExtension("GL_OES_EGL_image") &&
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_cpp_generated_test.py 65 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_int32_extension))
67 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_message_extension))
71 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_int32_extension))
73 pb1.HasExtension(more_extensions_dynamic_pb2.dynamic_message_extension))
80 pb2.HasExtension(more_extensions_dynamic_pb2.dynamic_int32_extension))
82 pb2.HasExtension(more_extensions_dynamic_pb2.dynamic_message_extension))
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 58 virtual bool HasExtension(const std::string& id) const = 0;
external_extension_provider_impl.h 55 virtual bool HasExtension(const std::string& id) const;
  /external/chromium_org/gpu/command_buffer/tests/
gl_chromium_framebuffer_multisample_unittest.cc 31 if (!GLTestHelper::HasExtension("GL_CHROMIUM_framebuffer_multisample")) {
gl_test_utils.h 17 static bool HasExtension(const char* extension);
gl_query_unittests.cc 31 EXPECT_TRUE(GLTestHelper::HasExtension("GL_CHROMIUM_get_error_query"));
54 EXPECT_TRUE(GLTestHelper::HasExtension(
occlusion_query_unittests.cc 72 EXPECT_TRUE(GLTestHelper::HasExtension("GL_EXT_occlusion_query_boolean"))
76 if (!GLTestHelper::HasExtension("GL_EXT_occlusion_query_boolean")) {
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 151 if (specifics.HasExtension(sync_pb::bookmark))
154 if (specifics.HasExtension(sync_pb::password))
157 if (specifics.HasExtension(sync_pb::preference))
160 if (specifics.HasExtension(sync_pb::autofill))
163 if (specifics.HasExtension(sync_pb::autofill_profile))
166 if (specifics.HasExtension(sync_pb::theme))
169 if (specifics.HasExtension(sync_pb::typed_url))
172 if (specifics.HasExtension(sync_pb::extension))
175 if (specifics.HasExtension(sync_pb::nigori))
178 if (specifics.HasExtension(sync_pb::app)
    [all...]
directory_backing_store_unittest.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util_lite.cc     [all...]
test_util.cc     [all...]
extension_set_unittest.cc 133 EXPECT_FALSE(message.HasExtension(unittest::optional_int64_extension));
137 EXPECT_TRUE(message.HasExtension(unittest::optional_int32_extension));
138 EXPECT_TRUE(message.HasExtension(unittest::optional_uint32_extension));
147 EXPECT_FALSE(message.HasExtension(
153 EXPECT_TRUE(message.HasExtension(
170 EXPECT_FALSE(message.HasExtension(
176 EXPECT_FALSE(message.HasExtension(
184 EXPECT_TRUE(message.HasExtension(
191 EXPECT_FALSE(message.HasExtension(
404 EXPECT_TRUE(message.HasExtension(unittest::optional_string_extension))
    [all...]
  /external/protobuf/src/google/protobuf/
test_util_lite.cc     [all...]
test_util.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
external_provider_interface.h 75 virtual bool HasExtension(const std::string& id) const = 0;
external_provider_impl.h 61 virtual bool HasExtension(const std::string& id) const OVERRIDE;
  /external/chromium_org/ui/gl/
gl_context_glx.cc 183 if (HasExtension("GLX_EXT_swap_control") &&
189 } else if (HasExtension("GLX_MESA_swap_control") &&
213 if (HasExtension("GL_NVX_gpu_memory_info")) {
gl_context.h 77 bool HasExtension(const char* name);
gl_surface.h 63 bool HasExtension(const char* name);
gl_context.cc 61 bool GLContext::HasExtension(const char* name) {
  /external/chromium/chrome/browser/sync/glue/
extension_sync_traits.cc 53 if (!entity_specifics.HasExtension(sync_pb::extension)) {
115 if (!entity_specifics.HasExtension(sync_pb::app)) {
  /external/protobuf/python/google/protobuf/
message.py 223 def HasExtension(self, extension_handle):
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 112 bool HasExtension(const Descriptor* descriptor) {
117 if (HasExtension(descriptor->nested_type(i))) {
383 if (HasExtension(file->message_type(i))) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 240 def HasExtension(self, extension_handle):

Completed in 3642 milliseconds

1 2 3