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

1 2 3

  /external/chromium_org/chrome/browser/sync/
user_selectable_sync_type.h 31 EXTENSIONS = 6,
profile_sync_components_factory_impl_unittest.cc 45 datatypes.push_back(syncer::EXTENSIONS);
148 syncer::EXTENSIONS);
sync_prefs.cc 124 model_set.Put(syncer::EXTENSIONS);
319 case syncer::EXTENSIONS:
411 pref_groups_[syncer::EXTENSIONS].Put(syncer::EXTENSION_SETTINGS);
  /external/chromium/chrome/browser/sync/glue/
extension_model_associator.h 22 // Contains all logic for associating the Chrome extensions model and
23 // the sync extensions model.
33 static syncable::ModelType model_type() { return syncable::EXTENSIONS; }
extension_data_type_controller.cc 26 return syncable::EXTENSIONS;
extension_sync_traits.cc 13 #include "chrome/common/extensions/extension.h"
87 return ExtensionSyncTraits(syncable::EXTENSIONS,
  /external/chromium_org/chrome/browser/sync/glue/
extension_data_type_controller.cc 8 #include "chrome/browser/extensions/extension_system.h"
23 DCHECK(type == syncer::EXTENSIONS || type == syncer::APPS);
29 extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true);
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 32 EXTENSIONS = 1 << 4,
38 COOKIES_AND_SITE_DATA | EXTENSIONS | STARTUP_PAGES | PINNED_TABS
resettable_settings_snapshot.h 22 EXTENSIONS = 1 << 5,
25 HOMEPAGE_IS_NTP | DSE_URL | EXTENSIONS,
profile_resetter.cc 11 #include "chrome/browser/extensions/extension_service.h"
12 #include "chrome/browser/extensions/extension_system.h"
13 #include "chrome/browser/extensions/management_policy.h"
71 { EXTENSIONS, &ProfileResetter::ResetExtensions },
210 MarkAsDone(EXTENSIONS);
resettable_settings_snapshot.cc 9 #include "chrome/browser/extensions/extension_service.h"
51 const ExtensionSet* enabled_ext = extension_service->extensions();
73 std::vector<std::string> extensions; local
77 std::back_inserter(extensions));
78 enabled_extensions_.swap(extensions);
102 bit_mask |= EXTENSIONS;
135 if (field_mask & ResettableSettingsSnapshot::EXTENSIONS) {
137 const std::vector<std::string>& extensions = snapshot.enabled_extensions(); local
138 for (std::vector<std::string>::const_iterator i = extensions.begin();
139 i != extensions.end(); ++i
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 48 case EXTENSIONS:
98 case EXTENSIONS:
173 return EXTENSIONS;
201 case EXTENSIONS:
202 return "Extensions";
256 else if (model_type_string == "Extensions")
257 return EXTENSIONS;
327 case EXTENSIONS:
380 case EXTENSIONS: {
440 case EXTENSIONS
    [all...]
model_type.h 65 EXTENSIONS,
90 // is inferred from the presence of particular datatype extensions in the
nigori_util.cc 52 encrypted_types.insert(EXTENSIONS);
69 nigori->set_encrypt_extensions(types.count(EXTENSIONS) > 0);
  /external/chromium_org/tools/checkdeps/
cpp_checker.py 17 EXTENSIONS = [
110 """Returns True iff the given path ends in one of the extensions
113 return os.path.splitext(file_path)[1] in CppChecker.EXTENSIONS
java_checker.py 34 EXTENSIONS = ['.java']
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client_unittest.cc 165 OnInvalidate(MakeMap(syncable::EXTENSIONS, "")))
184 OnInvalidate(MakeMap(syncable::EXTENSIONS, "")));
207 OnInvalidate(MakeMap(syncable::EXTENSIONS, "")));
220 types.insert(syncable::EXTENSIONS);
229 types.insert(syncable::EXTENSIONS);
  /external/chromium_org/sync/util/
data_type_histogram.h 60 case ::syncer::EXTENSIONS: \
61 PER_DATA_TYPE_MACRO("Extensions"); \
  /external/chromium_org/sync/syncable/
model_type.cc 56 case EXTENSIONS:
152 case EXTENSIONS:
269 return EXTENSIONS;
352 set.Put(EXTENSIONS);
449 case EXTENSIONS:
450 return "Extensions";
520 case EXTENSIONS:
607 else if (model_type_string == "Extensions")
608 return EXTENSIONS;
697 case EXTENSIONS
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 42 datatypes.push_back(syncable::EXTENSIONS);
123 syncable::EXTENSIONS);
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 74 (*mutable_routing_info())[syncable::EXTENSIONS] = GROUP_PASSIVE;
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 70 EXTENSIONS,
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_extensions_sync_test.cc 247 ASSERT_TRUE(GetClient(1)->DisableSyncForDatatype(syncer::EXTENSIONS));
254 ASSERT_TRUE(GetClient(1)->EnableSyncForDatatype(syncer::EXTENSIONS));
  /external/chromium_org/chrome/browser/password_manager/
password_generation_manager_unittest.cc 147 preferred_set.Put(syncer::EXTENSIONS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 70 private final static Set<String> EXTENSIONS = Sets.newHashSetWithExpectedSize(2);
72 EXTENSIONS.add(SdkConstants.EXT_RS);
73 EXTENSIONS.add(SdkConstants.EXT_FS);
162 return EXTENSIONS;

Completed in 858 milliseconds

1 2 3