HomeSort by relevance Sort by last modified time
    Searched defs:HasExtension (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 178 bool ExternalExtensionProviderImpl::HasExtension(
extension_service_unittest.cc 168 virtual bool HasExtension(const std::string& id) const {
274 EXPECT_TRUE(provider_->HasExtension(id));
308 EXPECT_TRUE(provider_->HasExtension(id));
    [all...]
  /external/protobuf/python/google/protobuf/
message.py 223 def HasExtension(self, extension_handle):
reflection.py 218 raise KeyError('HasExtension() expects an extension handle, got: %s' %
703 def HasExtension(self, extension_handle):
713 cls.HasExtension = HasExtension
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 240 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/ui/gl/
gl_context.cc 61 bool GLContext::HasExtension(const char* name) {
gl_surface.cc 100 bool GLSurface::HasExtension(const char* name) {
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 292 bool ExternalProviderImpl::HasExtension(
  /external/chromium_org/gpu/command_buffer/tests/
gl_test_utils.cc 18 bool GLTestHelper::HasExtension(const char* extension) {
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 339 def HasExtension(self, extension):
515 def HasExtension(self, extension):
516 return self.Extensions.HasExtension(extension)
python_message.py 146 raise KeyError('HasExtension() expects an extension handle, got: %s' %
654 def HasExtension(self, extension_handle):
664 cls.HasExtension = HasExtension
    [all...]

Completed in 492 milliseconds