/external/chromium/chrome/browser/ui/webui/ |
D | shown_sections_handler_unittest.cc | 32 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS)); in TEST_F() 34 EXPECT_EQ(APPS, MigratePrefValue(pref.get(), APPS | THUMB)); in TEST_F()
|
D | shown_sections_handler.cc | 110 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()
|
D | shown_sections_handler.h | 24 APPS = 1 << 6, enumerator
|
/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.cc | 57 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()
|
D | model_type_unittest.cc | 45 model_types.set(syncable::APPS); in TEST_F() 59 model_types.insert(syncable::APPS); in TEST_F() 74 input.set(APPS); in TEST_F()
|
D | model_type_payload_map_unittest.cc | 28 payloads[syncable::APPS] = ""; in TEST_F()
|
D | nigori_util.cc | 56 encrypted_types.insert(APPS); in GetEncryptedDataTypesFromNigori() 71 nigori->set_encrypt_apps(types.count(APPS) > 0); in FillNigoriEncryptedTypes()
|
D | model_type.h | 71 APPS, enumerator
|
/external/chromium/chrome/browser/sync/notifier/ |
D | chrome_invalidation_client_unittest.cc | 130 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()
|
D | registration_manager_unittest.cc | 230 types.insert(syncable::APPS); in TEST_F()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl_unittest.cc | 43 datatypes.push_back(syncable::APPS); in DefaultDatatypes() 128 syncable::APPS); in TEST_F()
|
D | sync_setup_flow.cc | 128 registered_types.count(syncable::APPS) > 0); in GetArgsForConfigure()
|
D | sync_setup_wizard_unittest.cc | 329 EXPECT_EQ(service_->chosen_data_types_.count(syncable::APPS), 1U); in TEST_F()
|
D | profile_sync_service.cc | 459 case syncable::APPS: in GetPrefNameForDataType()
|
/external/chromium/chrome/browser/sync/glue/ |
D | app_data_type_controller.cc | 26 return syncable::APPS; in type()
|
D | extension_sync_traits.cc | 142 return ExtensionSyncTraits(syncable::APPS, in GetAppSyncTraits()
|
D | data_type_manager_impl.cc | 31 syncable::APPS,
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync.py | 37 APPS, 55 APPS: app_specifics_pb2.app, 268 parent_tag='google_chrome', sync_type=APPS),
|
/external/chromium/chrome/browser/extensions/ |
D | apps_promo_unittest.cc | 174 (ShownSectionsHandler::GetShownSections(prefs()) & APPS) != 0); in TEST_F()
|
D | apps_promo.cc | 186 ShownSectionsHandler::SetShownSection(prefs_, APPS); in MaximizeAppsIfFirstView()
|
D | extension_webstore_private_api.cc | 544 types.insert(syncable::APPS); in OnLoginSuccess()
|
/external/chromium/chrome/browser/sync/sessions/ |
D | session_state_unittest.cc | 130 download_progress_markers[syncable::APPS] = "apps"; in TEST_F()
|
/external/chromium/chrome/browser/resources/ntp/ |
D | apps.js | 105 hideSection(Section.APPS); 109 addClosedMenuFooter(apps.menu, 'apps', MENU_APPS, Section.APPS);
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.js | 678 case Section.APPS: 706 case Section.APPS: 758 setSectionMenuMode('apps', Section.APPS, newShownSections & MENU_APPS,
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | sync_setup_handler.cc | 121 config->data_types.insert(syncable::APPS); in GetConfiguration()
|