Searched refs:APPS (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/ui/webui/
H A Dshown_sections_handler_unittest.cc32 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS));
34 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS | THUMB));
H A Dshown_sections_handler.cc108 // Default to have expanded APPS and all other sections are minimized.
110 APPS | MENU_THUMB | MENU_RECENT);
132 // sections are APPS and THUMBS.
133 if (shown_sections & APPS)
134 shown_sections = APPS;
158 mode |= APPS;
H A Dshown_sections_handler.h18 // Currently, only the THUMB and APPS sections can be toggled by the user. Other
24 APPS = 1 << 6, enumerator in enum:Section
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type_payload_map_unittest.cc28 payloads[syncable::APPS] = "";
H A Dmodel_type.cc57 case APPS:
107 case APPS:
179 return APPS;
207 case APPS:
263 return APPS;
333 case APPS:
392 case APPS: {
446 case APPS:
489 *model_type = APPS;
H A Dmodel_type_unittest.cc45 model_types.set(syncable::APPS);
59 model_types.insert(syncable::APPS);
74 input.set(APPS);
H A Dmodel_type.h71 APPS, enumerator in enum:syncable::ModelType
H A Dnigori_util.cc56 encrypted_types.insert(APPS);
71 nigori->set_encrypt_apps(types.count(APPS) > 0);
/external/chromium/chrome/browser/sync/glue/
H A Dapp_data_type_controller.cc26 return syncable::APPS;
H A Dextension_sync_traits.cc142 return ExtensionSyncTraits(syncable::APPS,
H A Ddata_type_manager_impl.cc31 syncable::APPS,
/external/chromium/chrome/browser/sync/notifier/
H A Dchrome_invalidation_client_unittest.cc130 types.insert(syncable::APPS);
152 OnInvalidate(MakeMap(syncable::APPS, "")));
178 types.insert(syncable::APPS);
182 OnInvalidate(MakeMap(syncable::APPS, "")));
209 OnInvalidate(MakeMap(syncable::APPS, "")));
H A Dregistration_manager_unittest.cc230 types.insert(syncable::APPS);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl_unittest.cc43 datatypes.push_back(syncable::APPS);
128 syncable::APPS);
H A Dsync_setup_flow.cc128 registered_types.count(syncable::APPS) > 0);
H A Dsync_setup_wizard_unittest.cc329 EXPECT_EQ(service_->chosen_data_types_.count(syncable::APPS), 1U);
H A Dprofile_sync_service.cc459 case syncable::APPS:
/external/chromium/chrome/browser/extensions/
H A Dapps_promo_unittest.cc174 (ShownSectionsHandler::GetShownSections(prefs()) & APPS) != 0);
H A Dapps_promo.cc186 ShownSectionsHandler::SetShownSection(prefs_, APPS);
H A Dextension_webstore_private_api.cc544 types.insert(syncable::APPS);
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py37 APPS,
55 APPS: app_specifics_pb2.app,
268 parent_tag='google_chrome', sync_type=APPS),
/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state_unittest.cc130 download_progress_markers[syncable::APPS] = "apps";
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.js105 hideSection(Section.APPS);
109 addClosedMenuFooter(apps.menu, 'apps', MENU_APPS, Section.APPS);
/external/chromium/chrome/browser/ui/webui/options/
H A Dsync_setup_handler.cc121 config->data_types.insert(syncable::APPS);
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js678 case Section.APPS:
706 case Section.APPS:
758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,

Completed in 3802 milliseconds

12