HomeSort by relevance Sort by last modified time
    Searched defs:HasExtension (Results 1 - 5 of 5) 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/clang/lib/Lex/
PPMacroExpansion.cpp 744 /// HasExtension - Return true if we recognize and implement the feature
747 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) {
    [all...]

Completed in 89 milliseconds