Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler_unittest.cc32 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS)); in TEST_F()
34 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS | THUMB)); in TEST_F()
Dshown_sections_handler.cc110 APPS | MENU_THUMB | MENU_RECENT); in RegisterUserPrefs()
133 if (shown_sections & APPS) in MigrateUserPrefs()
134 shown_sections = APPS; in MigrateUserPrefs()
158 mode |= APPS; in OnExtensionInstalled()
Dshown_sections_handler.h24 APPS = 1 << 6, enumerator
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc57 case APPS: in AddDefaultExtensionValue()
107 case APPS: in GetExtensionFieldNumberFromModelType()
179 return APPS; in GetModelTypeFromSpecifics()
207 case APPS: in ModelTypeToString()
263 return APPS; in ModelTypeFromString()
333 case APPS: in ModelTypeToRootTag()
392 case APPS: { in PostTimeToTypeHistogram()
446 case APPS: in RealModelTypeToNotificationType()
489 *model_type = APPS; in NotificationTypeToRealModelType()
Dmodel_type_unittest.cc45 model_types.set(syncable::APPS); in TEST_F()
59 model_types.insert(syncable::APPS); in TEST_F()
74 input.set(APPS); in TEST_F()
Dmodel_type_payload_map_unittest.cc28 payloads[syncable::APPS] = ""; in TEST_F()
Dnigori_util.cc56 encrypted_types.insert(APPS); in GetEncryptedDataTypesFromNigori()
71 nigori->set_encrypt_apps(types.count(APPS) > 0); in FillNigoriEncryptedTypes()
Dmodel_type.h71 APPS, enumerator
/external/chromium/chrome/browser/sync/notifier/
Dchrome_invalidation_client_unittest.cc130 types.insert(syncable::APPS); in TEST_F()
152 OnInvalidate(MakeMap(syncable::APPS, ""))); in TEST_F()
178 types.insert(syncable::APPS); in TEST_F()
182 OnInvalidate(MakeMap(syncable::APPS, ""))); in TEST_F()
209 OnInvalidate(MakeMap(syncable::APPS, ""))); in TEST_F()
Dregistration_manager_unittest.cc230 types.insert(syncable::APPS); in TEST_F()
/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl_unittest.cc43 datatypes.push_back(syncable::APPS); in DefaultDatatypes()
128 syncable::APPS); in TEST_F()
Dsync_setup_flow.cc128 registered_types.count(syncable::APPS) > 0); in GetArgsForConfigure()
Dsync_setup_wizard_unittest.cc329 EXPECT_EQ(service_->chosen_data_types_.count(syncable::APPS), 1U); in TEST_F()
Dprofile_sync_service.cc459 case syncable::APPS: in GetPrefNameForDataType()
/external/chromium/chrome/browser/sync/glue/
Dapp_data_type_controller.cc26 return syncable::APPS; in type()
Dextension_sync_traits.cc142 return ExtensionSyncTraits(syncable::APPS, in GetAppSyncTraits()
Ddata_type_manager_impl.cc31 syncable::APPS,
/external/chromium/net/tools/testserver/
Dchromiumsync.py37 APPS,
55 APPS: app_specifics_pb2.app,
268 parent_tag='google_chrome', sync_type=APPS),
/external/chromium/chrome/browser/extensions/
Dapps_promo_unittest.cc174 (ShownSectionsHandler::GetShownSections(prefs()) & APPS) != 0); in TEST_F()
Dapps_promo.cc186 ShownSectionsHandler::SetShownSection(prefs_, APPS); in MaximizeAppsIfFirstView()
Dextension_webstore_private_api.cc544 types.insert(syncable::APPS); in OnLoginSuccess()
/external/chromium/chrome/browser/sync/sessions/
Dsession_state_unittest.cc130 download_progress_markers[syncable::APPS] = "apps"; in TEST_F()
/external/chromium/chrome/browser/resources/ntp/
Dapps.js105 hideSection(Section.APPS);
109 addClosedMenuFooter(apps.menu, 'apps', MENU_APPS, Section.APPS);
/external/chromium/chrome/browser/resources/
Dnew_new_tab.js678 case Section.APPS:
706 case Section.APPS:
758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,
/external/chromium/chrome/browser/ui/webui/options/
Dsync_setup_handler.cc121 config->data_types.insert(syncable::APPS); in GetConfiguration()

12