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

1 2

  /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_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...]
extension_service.cc 272 if (i->get()->HasExtension(id))
    [all...]
  /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/protobuf/src/google/protobuf/
test_util_lite.cc     [all...]
test_util.cc     [all...]
extension_set_unittest.cc 131 EXPECT_FALSE(message.HasExtension(unittest::optional_int64_extension));
135 EXPECT_TRUE(message.HasExtension(unittest::optional_int32_extension));
136 EXPECT_TRUE(message.HasExtension(unittest::optional_uint32_extension));
327 EXPECT_TRUE(message.HasExtension(unittest::optional_string_extension));
extension_set.h 150 // message's HasExtension(), GetExtension(), MutableExtension(), and
    [all...]
  /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)) {
password_change_processor.cc 147 DCHECK(changes[i].specifics.HasExtension(sync_pb::password))
autofill_profile_change_processor.cc 76 DCHECK(changes[i].specifics.HasExtension(
autofill_change_processor.cc 213 DCHECK(changes[i].specifics.HasExtension(sync_pb::autofill))
typed_url_change_processor.cc 208 DCHECK(changes[i].specifics.HasExtension(sync_pb::typed_url)) <<
  /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/chrome/browser/sync/engine/
build_commit_command.cc 68 DCHECK(meta_entry->Get(SPECIFICS).HasExtension(sync_pb::bookmark));
174 if (meta_entry.Get(SPECIFICS).HasExtension(sync_pb::bookmark)) {
syncer_util.cc 294 if (specifics.HasExtension(sync_pb::nigori)) {
340 } else if (specifics.HasExtension(sync_pb::password)) {
    [all...]
syncapi.cc 203 if (!specifics.HasExtension(sync_pb::password))
221 if (specifics.HasExtension(sync_pb::password)) {
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 736 self.assertTrue(not extendee_proto.HasExtension(extension))
740 self.assertTrue(not extendee_proto.HasExtension(extension))
744 self.assertTrue(extendee_proto.HasExtension(extension))
748 self.assertTrue(not extendee_proto.HasExtension(extension))
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 86 if (specifics.HasExtension(ns::field)) { \
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 725 /// HasExtension - Return true if we recognize and implement the feature
728 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) {
    [all...]
  /external/chromium/net/tools/testserver/
chromiumsync.py 125 if specifics.HasExtension(extension)]
    [all...]

Completed in 193 milliseconds

1 2