Searched refs:EXTENSIONS (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/components/sync_driver/
H A Duser_selectable_sync_type.h31 EXTENSIONS = 6, enumerator in enum:sync_driver::user_selectable_type::UserSelectableSyncType
H A Dsync_prefs.cc134 model_set.Put(syncer::EXTENSIONS);
308 case syncer::EXTENSIONS:
414 pref_groups_[syncer::EXTENSIONS].Put(syncer::EXTENSION_SETTINGS);
H A Dsync_prefs_unittest.cc154 if (it.Get() == syncer::EXTENSIONS) {
H A Dmodel_association_manager.cc47 syncer::EXTENSIONS,
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dextensions_paths.py10 EXTENSIONS = 'extensions/common/' variable
16 EXTENSIONS_API = join(EXTENSIONS, 'api/')
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_data_type_controller.cc27 DCHECK(type == syncer::EXTENSIONS || type == syncer::APPS);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter.h41 EXTENSIONS = 1 << 4, enumerator in enum:ProfileResetter::Resettable
48 COOKIES_AND_SITE_DATA | EXTENSIONS | STARTUP_PAGES | PINNED_TABS |
H A Dresettable_settings_snapshot.h35 EXTENSIONS = 1 << 3, enumerator in enum:ResettableSettingsSnapshot::Field
38 ALL_FIELDS = STARTUP_MODE | HOMEPAGE | DSE_URL | EXTENSIONS | SHORTCUTS,
H A Dprofile_resetter.cc113 {EXTENSIONS, &ProfileResetter::ResetExtensions},
262 MarkAsDone(EXTENSIONS);
H A Dresettable_settings_snapshot.cc124 bit_mask |= EXTENSIONS;
186 if (field_mask & ResettableSettingsSnapshot::EXTENSIONS) {
H A Dprofile_resetter_unittest.cc633 ResetAndWait(ProfileResetter::EXTENSIONS);
665 ResetAndWait(ProfileResetter::EXTENSIONS, master_prefs);
708 ResetAndWait(ProfileResetter::EXTENSIONS);
915 ProfileResetter::EXTENSIONS |
1004 EXPECT_EQ(!!(field_mask & ResettableSettingsSnapshot::EXTENSIONS),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_service.cc79 syncer::EXTENSIONS) {
111 flare_.Run(syncer::EXTENSIONS); // Tell sync to start ASAP.
124 sync_change.sync_data().GetDataType() == syncer::EXTENSIONS) {
164 case syncer::EXTENSIONS:
191 case syncer::EXTENSIONS:
204 if (type == syncer::EXTENSIONS) {
216 } else if (type == syncer::EXTENSIONS) {
223 if (type == syncer::EXTENSIONS)
241 if (type == syncer::EXTENSIONS) {
320 syncer::EXTENSIONS)) {
[all...]
H A Dextension_service_unittest.cc5386 EXPECT_EQ(syncer::EXTENSIONS, triggered_type);
5394 syncer::EXTENSIONS,
5436 syncer::EXTENSIONS,
5481 syncer::EXTENSIONS,
5500 syncer::EXTENSIONS,
5507 extension_sync_service()->GetAllSyncData(syncer::EXTENSIONS);
5531 syncer::EXTENSIONS,
5538 extension_sync_service()->GetAllSyncData(syncer::EXTENSIONS);
5568 extension_sync_service()->GetAllSyncData(syncer::EXTENSIONS);
5582 syncer::EXTENSIONS,
[all...]
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc56 case EXTENSIONS:
155 case EXTENSIONS:
262 return EXTENSIONS;
357 set.Put(EXTENSIONS);
450 result.Put(EXTENSIONS);
481 case EXTENSIONS:
560 case EXTENSIONS:
656 return EXTENSIONS;
777 case EXTENSIONS:
890 case EXTENSIONS
[all...]
H A Dnigori_util.cc260 encrypted_types.Has(EXTENSIONS));
298 encrypted_types.Put(EXTENSIONS);
/external/chromium_org/sync/util/
H A Ddata_type_histogram.h60 case ::syncer::EXTENSIONS: \
/external/chromium_org/sync/engine/
H A Ddirectory_commit_contribution_unittest.cc28 CreateTypeRoot(&trans, dir(), EXTENSIONS);
123 CreateUnsyncedItem(&trans, EXTENSIONS, "extension1");
149 CreateUnsyncedItem(&trans, EXTENSIONS, "extension1");
172 CreateUnsyncedItem(&trans, EXTENSIONS, "extension1");
176 DirectoryTypeDebugInfoEmitter emitter2(EXTENSIONS, &type_observers_);
180 DirectoryCommitContribution::Build(dir(), EXTENSIONS, 25, &emitter2));
371 ext1_handle = CreateUnsyncedItem(&trans, EXTENSIONS, "extension1");
375 DirectoryTypeDebugInfoEmitter emitter2(EXTENSIONS, &type_observers_);
379 DirectoryCommitContribution::Build(dir(), EXTENSIONS, 25, &emitter2));
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions.py516 EXTENSIONS = ('.cc', '.mm', '.c', '.m')
520 WalkDirectory(ash_root, actions, EXTENSIONS, GrepForActions)
522 WalkDirectory(chrome_root, actions, EXTENSIONS, GrepForActions)
524 WalkDirectory(content_root, actions, EXTENSIONS, GrepForActions)
527 WalkDirectory(components_root, actions, EXTENSIONS, GrepForActions)
529 WalkDirectory(net_root, actions, EXTENSIONS, GrepForActions)
531 WalkDirectory(os.path.join(webkit_root, 'glue'), actions, EXTENSIONS,
533 WalkDirectory(os.path.join(webkit_root, 'port'), actions, EXTENSIONS,
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h70 EXTENSIONS, enumerator in enum:syncer::ModelType
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc307 if (!disabled_types.Has(syncer::EXTENSIONS)) {
309 new ExtensionDataTypeController(syncer::EXTENSIONS, this, profile_));
481 case syncer::EXTENSIONS:
H A Dprofile_sync_components_factory_impl_unittest.cc57 datatypes.push_back(syncer::EXTENSIONS);
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc260 DCHECK_EQ(GetModelType(), EXTENSIONS); local
/external/deqp/modules/egl/
H A DteglImageTests.cpp111 #define CHECK_EXTENSIONS(EXTENSIONS) do { static const char* ext[] = EXTENSIONS; checkExtensions(m_eglTestCtx.getDisplay(), ext); } while (deGetFalse())
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py76 EXTENSIONS,
122 EXTENSIONS: SYNC_TYPE_FIELDS['extension'],
518 parent_tag=ROOT_ID, sync_type=EXTENSIONS),
/external/chromium_org/sync/tools/
H A Dsync_client.cc375 model_types.Put(EXTENSIONS);

Completed in 356 milliseconds

12