/external/chromium_org/content/browser/accessibility/ |
D | accessibility_tree_formatter_android.cc | 78 dict->SetBoolean("checkable", android_node->IsCheckable()); in AddProperties() 79 dict->SetBoolean("checked", android_node->IsChecked()); in AddProperties() 80 dict->SetBoolean("clickable", android_node->IsClickable()); in AddProperties() 81 dict->SetBoolean("collection", android_node->IsCollection()); in AddProperties() 82 dict->SetBoolean("collection_item", android_node->IsCollectionItem()); in AddProperties() 83 dict->SetBoolean("disabled", !android_node->IsEnabled()); in AddProperties() 84 dict->SetBoolean("dismissable", android_node->IsDismissable()); in AddProperties() 85 dict->SetBoolean("editable_text", android_node->IsEditableText()); in AddProperties() 86 dict->SetBoolean("focusable", android_node->IsFocusable()); in AddProperties() 87 dict->SetBoolean("focused", android_node->IsFocused()); in AddProperties() [all …]
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | recommendation_restorer_unittest.cc | 113 recommended_prefs_->SetBoolean(prefs::kAccessibilityLargeCursorEnabled, in SetRecommendedValues() 115 recommended_prefs_->SetBoolean(prefs::kAccessibilitySpokenFeedbackEnabled, in SetRecommendedValues() 117 recommended_prefs_->SetBoolean(prefs::kAccessibilityHighContrastEnabled, in SetRecommendedValues() 119 recommended_prefs_->SetBoolean(prefs::kAccessibilityScreenMagnifierEnabled, in SetRecommendedValues() 122 recommended_prefs_->SetBoolean(prefs::kAccessibilityVirtualKeyboardEnabled, in SetRecommendedValues() 127 prefs_->SetBoolean(prefs::kAccessibilityLargeCursorEnabled, true); in SetUserSettings() 128 prefs_->SetBoolean(prefs::kAccessibilitySpokenFeedbackEnabled, true); in SetUserSettings() 129 prefs_->SetBoolean(prefs::kAccessibilityHighContrastEnabled, true); in SetUserSettings() 130 prefs_->SetBoolean(prefs::kAccessibilityScreenMagnifierEnabled, true); in SetUserSettings() 133 prefs_->SetBoolean(prefs::kAccessibilityVirtualKeyboardEnabled, true); in SetUserSettings() [all …]
|
D | device_status_collector_browsertest.cc | 196 cros_settings_->SetBoolean(chromeos::kReportDeviceNetworkInterfaces, false); in SetUp() 286 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 313 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 340 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 356 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 380 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 394 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 449 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, false); in TEST_F() 467 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() 499 cros_settings_->SetBoolean(chromeos::kReportDeviceActivityTimes, true); in TEST_F() [all …]
|
/external/chromium_org/cc/scheduler/ |
D | scheduler_settings.cc | 44 state->SetBoolean("begin_frame_scheduling_enabled", in AsValue() 46 state->SetBoolean("main_frame_before_draw_enabled", in AsValue() 48 state->SetBoolean("main_frame_before_activation_enabled", in AsValue() 50 state->SetBoolean("impl_side_painting", impl_side_painting); in AsValue() 51 state->SetBoolean("timeout_and_draw_when_animation_checkerboards", in AsValue() 55 state->SetBoolean("using_synchronous_renderer_compositor", in AsValue() 57 state->SetBoolean("throttle_frame_production", throttle_frame_production); in AsValue()
|
D | scheduler_state_machine.cc | 217 state->SetBoolean("needs_redraw", needs_redraw_); in AsValueInto() 218 state->SetBoolean("needs_animate_", needs_animate_); in AsValueInto() 219 state->SetBoolean("needs_manage_tiles", needs_manage_tiles_); in AsValueInto() 220 state->SetBoolean("swap_used_incomplete_tile", swap_used_incomplete_tile_); in AsValueInto() 221 state->SetBoolean("needs_commit", needs_commit_); in AsValueInto() 222 state->SetBoolean("visible", visible_); in AsValueInto() 223 state->SetBoolean("can_start", can_start_); in AsValueInto() 224 state->SetBoolean("can_draw", can_draw_); in AsValueInto() 225 state->SetBoolean("has_pending_tree", has_pending_tree_); in AsValueInto() 226 state->SetBoolean("pending_tree_is_ready_for_activation", in AsValueInto() [all …]
|
/external/chromium_org/remoting/host/policy_hack/ |
D | policy_watcher_unittest.cc | 30 nat_true_.SetBoolean(PolicyWatcher::kNatPolicyName, true); in SetUp() 31 nat_false_.SetBoolean(PolicyWatcher::kNatPolicyName, false); in SetUp() 37 nat_true_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, true); in SetUp() 39 nat_false_others_default_.SetBoolean(PolicyWatcher::kNatPolicyName, false); in SetUp() 46 nat_true_domain_empty_.SetBoolean(PolicyWatcher::kNatPolicyName, true); in SetUp() 49 nat_true_domain_full_.SetBoolean(PolicyWatcher::kNatPolicyName, true); in SetUp() 52 nat_false_domain_empty_.SetBoolean(PolicyWatcher::kNatPolicyName, false); in SetUp() 55 nat_false_domain_full_.SetBoolean(PolicyWatcher::kNatPolicyName, false); in SetUp() 59 nat_true_domain_empty_others_default_.SetBoolean( in SetUp() 68 nat_true_and_overridden_.SetBoolean(PolicyWatcher::kNatPolicyName, true); in SetUp() [all …]
|
D | policy_watcher.cc | 126 default_values_->SetBoolean(kNatPolicyName, true); in PolicyWatcher() 127 default_values_->SetBoolean(kHostRequireTwoFactorPolicyName, false); in PolicyWatcher() 128 default_values_->SetBoolean(kHostRequireCurtainPolicyName, false); in PolicyWatcher() 129 default_values_->SetBoolean(kHostMatchUsernamePolicyName, false); in PolicyWatcher() 137 default_values_->SetBoolean(kHostAllowClientPairing, true); in PolicyWatcher() 138 default_values_->SetBoolean(kHostAllowGnubbyAuthPolicyName, true); in PolicyWatcher() 139 default_values_->SetBoolean(kRelayPolicyName, true); in PolicyWatcher() 148 bad_type_values_->SetBoolean(kNatPolicyName, false); in PolicyWatcher() 149 bad_type_values_->SetBoolean(kRelayPolicyName, false); in PolicyWatcher()
|
/external/chromium_org/chrome/browser/invalidation/ |
D | ticl_profile_settings_provider_unittest.cc | 82 prefs->SetBoolean(prefs::kGCMChannelEnabled, true); in TEST_F() 83 prefs->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, true); in TEST_F() 86 prefs->SetBoolean(prefs::kGCMChannelEnabled, true); in TEST_F() 91 prefs->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, true); in TEST_F() 95 prefs->SetBoolean(prefs::kGCMChannelEnabled, true); in TEST_F() 96 prefs->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, false); in TEST_F() 101 prefs->SetBoolean(prefs::kGCMChannelEnabled, false); in TEST_F() 102 prefs->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, true); in TEST_F()
|
/external/chromium_org/printing/ |
D | printing_context.cc | 55 pdf_settings->SetBoolean(kSettingHeaderFooterEnabled, false); in UsePdfSettings() 56 pdf_settings->SetBoolean(kSettingShouldPrintBackgrounds, false); in UsePdfSettings() 57 pdf_settings->SetBoolean(kSettingShouldPrintSelectionOnly, false); in UsePdfSettings() 59 pdf_settings->SetBoolean(kSettingCollate, true); in UsePdfSettings() 63 pdf_settings->SetBoolean(kSettingLandscape, false); in UsePdfSettings() 65 pdf_settings->SetBoolean(kSettingPrintToPDF, true); in UsePdfSettings() 66 pdf_settings->SetBoolean(kSettingCloudPrintDialog, false); in UsePdfSettings() 67 pdf_settings->SetBoolean(kSettingPrintWithPrivet, false); in UsePdfSettings()
|
/external/chromium_org/chrome/browser/extensions/api/autotest_private/ |
D | autotest_private_api.cc | 105 result->SetBoolean("isLoggedIn", user_manager->IsUserLoggedIn()); in RunSync() 106 result->SetBoolean("isOwner", user_manager->IsCurrentUserOwner()); in RunSync() 107 result->SetBoolean("isScreenLocked", is_screen_locked); in RunSync() 109 result->SetBoolean("isRegularUser", in RunSync() 111 result->SetBoolean("isGuest", user_manager->IsLoggedInAsGuest()); in RunSync() 112 result->SetBoolean("isKiosk", user_manager->IsLoggedInAsKioskApp()); in RunSync() 187 extension_value->SetBoolean("isComponent", in RunSync() 189 extension_value->SetBoolean("isInternal", in RunSync() 191 extension_value->SetBoolean("isUserInstalled", in RunSync() 194 extension_value->SetBoolean("isEnabled", service->IsExtensionEnabled(id)); in RunSync() [all …]
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
D | extension_basic_info.cc | 39 info->SetBoolean(kEnabledKey, enabled); in GetExtensionBasicInfo() 40 info->SetBoolean(kKioskEnabledKey, in GetExtensionBasicInfo() 42 info->SetBoolean(kKioskOnlyKey, in GetExtensionBasicInfo() 44 info->SetBoolean(kOfflineEnabledKey, in GetExtensionBasicInfo() 57 info->SetBoolean(kPackagedAppKey, extension->is_platform_app()); in GetExtensionBasicInfo()
|
/external/chromium_org/chrome/browser/extensions/api/preference/ |
D | preference_apitest.cc | 109 prefs->SetBoolean(prefs::kAlternateErrorPagesEnabled, false); in IN_PROC_BROWSER_TEST_F() 110 prefs->SetBoolean(autofill::prefs::kAutofillEnabled, false); in IN_PROC_BROWSER_TEST_F() 111 prefs->SetBoolean(prefs::kBlockThirdPartyCookies, true); in IN_PROC_BROWSER_TEST_F() 112 prefs->SetBoolean(prefs::kEnableHyperlinkAuditing, false); in IN_PROC_BROWSER_TEST_F() 113 prefs->SetBoolean(prefs::kEnableReferrers, false); in IN_PROC_BROWSER_TEST_F() 114 prefs->SetBoolean(prefs::kEnableTranslate, false); in IN_PROC_BROWSER_TEST_F() 117 prefs->SetBoolean(password_manager::prefs::kPasswordManagerSavingEnabled, in IN_PROC_BROWSER_TEST_F() 119 prefs->SetBoolean(prefs::kSafeBrowsingEnabled, false); in IN_PROC_BROWSER_TEST_F() 120 prefs->SetBoolean(prefs::kSearchSuggestEnabled, false); in IN_PROC_BROWSER_TEST_F() 145 prefs->SetBoolean(prefs::kBlockThirdPartyCookies, false); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/extensions/api/browsing_data/ |
D | browsing_data_test.cc | 169 prefs->SetBoolean(prefs::kDeleteCache, in SetPrefsAndVerifySettings() 171 prefs->SetBoolean(prefs::kDeleteCookies, in SetPrefsAndVerifySettings() 173 prefs->SetBoolean(prefs::kDeleteBrowsingHistory, in SetPrefsAndVerifySettings() 175 prefs->SetBoolean(prefs::kDeleteFormData, in SetPrefsAndVerifySettings() 177 prefs->SetBoolean(prefs::kDeleteDownloadHistory, in SetPrefsAndVerifySettings() 179 prefs->SetBoolean(prefs::kDeleteHostedAppsData, in SetPrefsAndVerifySettings() 182 prefs->SetBoolean(prefs::kDeletePasswords, in SetPrefsAndVerifySettings() 184 prefs->SetBoolean(prefs::kClearPluginLSODataEnabled, in SetPrefsAndVerifySettings() 281 prefs->SetBoolean(prefs::kAllowDeletingBrowserHistory, false); in IN_PROC_BROWSER_TEST_F() 400 prefs->SetBoolean(prefs::kDeleteCache, true); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
D | device_settings_provider.cc | 105 new_values_cache->SetBoolean(kAccountsPrefAllowNewUser, true); in DecodeLoginPolicies() 108 new_values_cache->SetBoolean(kAccountsPrefAllowNewUser, in DecodeLoginPolicies() 113 new_values_cache->SetBoolean( in DecodeLoginPolicies() 118 new_values_cache->SetBoolean( in DecodeLoginPolicies() 138 new_values_cache->SetBoolean( in DecodeLoginPolicies() 141 new_values_cache->SetBoolean( in DecodeLoginPolicies() 147 new_values_cache->SetBoolean( in DecodeLoginPolicies() 210 new_values_cache->SetBoolean( in DecodeLoginPolicies() 213 new_values_cache->SetBoolean( in DecodeLoginPolicies() 229 new_values_cache->SetBoolean( in DecodeLoginPolicies() [all …]
|
D | stub_cros_settings_provider.cc | 55 values_.SetBoolean(kAccountsPrefAllowGuest, true); in SetDefaults() 56 values_.SetBoolean(kAccountsPrefAllowNewUser, true); in SetDefaults() 57 values_.SetBoolean(kAccountsPrefSupervisedUsersEnabled, true); in SetDefaults() 58 values_.SetBoolean(kAccountsPrefShowUserNamesOnSignIn, true); in SetDefaults()
|
/external/chromium_org/chrome/browser/prefs/ |
D | pref_functional_browsertest.cc | 119 browser()->profile()->GetPrefs()->SetBoolean(prefs::kWebKitJavascriptEnabled, in IN_PROC_BROWSER_TEST_F() 132 browser()->profile()->GetPrefs()->SetBoolean(prefs::kNetworkPredictionEnabled, in IN_PROC_BROWSER_TEST_F() 143 browser()->profile()->GetPrefs()->SetBoolean( in IN_PROC_BROWSER_TEST_F() 182 browser()->profile()->GetPrefs()->SetBoolean(prefs::kHomePageIsNewTabPage, in IN_PROC_BROWSER_TEST_F() 197 prefs->SetBoolean(prefs::kHomePageIsNewTabPage, false); in IN_PROC_BROWSER_TEST_F() 219 prefs->SetBoolean(prefs::kNetworkPredictionEnabled, false); in IN_PROC_BROWSER_TEST_F() 222 prefs->SetBoolean(prefs::kSafeBrowsingEnabled, false); in IN_PROC_BROWSER_TEST_F() 225 prefs->SetBoolean(prefs::kAlternateErrorPagesEnabled, false); in IN_PROC_BROWSER_TEST_F() 228 prefs->SetBoolean(prefs::kSearchSuggestEnabled, false); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | preferences_browsertest.cc | 66 prefs->SetBoolean(prefs::kTapToClickEnabled, variant); in SetPrefs() 67 prefs->SetBoolean(prefs::kPrimaryMouseButtonRight, !variant); in SetPrefs() 68 prefs->SetBoolean(prefs::kTapDraggingEnabled, variant); in SetPrefs() 69 prefs->SetBoolean(prefs::kEnableTouchpadThreeFingerClick, !variant); in SetPrefs() 70 prefs->SetBoolean(prefs::kNaturalScroll, variant); in SetPrefs() 73 prefs->SetBoolean(prefs::kTouchHudProjectionEnabled, !variant); in SetPrefs() 74 prefs->SetBoolean(prefs::kLanguageXkbAutoRepeatEnabled, variant); in SetPrefs() 197 prefs2->SetBoolean(prefs::kTapToClickEnabled, in IN_PROC_BROWSER_TEST_F() 200 prefs1->SetBoolean(prefs::kTapToClickEnabled, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/cc/resources/ |
D | managed_tile_state.cc | 86 state->SetBoolean("has_resource", has_resource); in AsValueInto() 87 state->SetBoolean("is_using_gpu_memory", is_using_gpu_memory); in AsValueInto() 93 state->SetBoolean("required_for_activation", required_for_activation); in AsValueInto() 94 state->SetBoolean( in AsValueInto() 97 state->SetBoolean( in AsValueInto()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | ui_account_tweaks.cc | 29 localized_strings->SetBoolean("currentUserIsOwner", in AddAccountUITweaksLocalizedValues() 32 localized_strings->SetBoolean( in AddAccountUITweaksLocalizedValues() 35 localized_strings->SetBoolean( in AddAccountUITweaksLocalizedValues() 39 localized_strings->SetBoolean( in AddAccountUITweaksLocalizedValues()
|
/external/chromium_org/chrome/browser/metrics/ |
D | chrome_metrics_service_accessor_unittest.cc | 30 GetLocalState()->SetBoolean(prefs::kMetricsReportingEnabled, false); in TEST_F() 32 GetLocalState()->SetBoolean(prefs::kMetricsReportingEnabled, true); in TEST_F() 52 GetLocalState()->SetBoolean(crash_pref, false); in TEST_F() 54 GetLocalState()->SetBoolean(crash_pref, true); in TEST_F()
|
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper_browsertest.cc | 89 dict->SetBoolean(kSettingLandscape, false); in CreatePrintSettingsDictionary() 90 dict->SetBoolean(kSettingCollate, false); in CreatePrintSettingsDictionary() 92 dict->SetBoolean(kSettingPrintToPDF, true); in CreatePrintSettingsDictionary() 98 dict->SetBoolean(kIsFirstRequest, true); in CreatePrintSettingsDictionary() 100 dict->SetBoolean(kSettingPreviewModifiable, false); in CreatePrintSettingsDictionary() 101 dict->SetBoolean(kSettingHeaderFooterEnabled, false); in CreatePrintSettingsDictionary() 102 dict->SetBoolean(kSettingGenerateDraftData, true); in CreatePrintSettingsDictionary() 103 dict->SetBoolean(kSettingShouldPrintBackgrounds, false); in CreatePrintSettingsDictionary() 104 dict->SetBoolean(kSettingShouldPrintSelectionOnly, false); in CreatePrintSettingsDictionary() 634 dict.SetBoolean(kSettingPrintToPDF, false); in TEST_F() [all …]
|
/external/chromium_org/cc/quads/ |
D | draw_quad.cc | 77 value->SetBoolean("rect_is_clipped", rect_is_clipped); in AsValueInto() 92 value->SetBoolean("opaque_rect_is_clipped", opaque_rect_is_clipped); in AsValueInto() 108 value->SetBoolean("visible_rect_is_clipped", visible_rect_is_clipped); in AsValueInto() 110 value->SetBoolean("needs_blending", needs_blending); in AsValueInto() 111 value->SetBoolean("should_draw_with_blending", ShouldDrawWithBlending()); in AsValueInto()
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | new_tab_page_sync_handler.cc | 173 value.SetBoolean("syncsectionisvisible", false); in SendSyncMessageToPage() 182 value.SetBoolean("syncsectionisvisible", true); in SendSyncMessageToPage() 186 value.SetBoolean("linkisvisible", false); in SendSyncMessageToPage() 188 value.SetBoolean("linkisvisible", true); in SendSyncMessageToPage() 196 value.SetBoolean("linkurlisset", false); in SendSyncMessageToPage() 198 value.SetBoolean("linkurlisset", true); in SendSyncMessageToPage()
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | web_view_impl_unittest.cc | 99 dict.SetBoolean("wasThrown", false); in TEST() 105 dict.SetBoolean("wasThrown", true); in TEST() 113 dict.SetBoolean("wasThrown", false); in TEST() 127 dict.SetBoolean("wasThrown", false); in TEST() 138 dict.SetBoolean("wasThrown", false); in TEST() 151 dict.SetBoolean("wasThrown", false); in TEST() 166 dict.SetBoolean("wasThrown", false); in TEST() 180 dict.SetBoolean("wasThrown", false); in TEST()
|
/external/chromium_org/chrome/browser/sync/ |
D | about_sync_util.cc | 36 section->SetBoolean("is_sensitive", false); in AddSection() 49 section->SetBoolean("is_sensitive", true); in AddSensitiveSection() 77 stat_->SetBoolean("is_valid", false); in StringSyncStat() 83 stat_->SetBoolean("is_valid", true); in SetValue() 88 stat_->SetBoolean("is_valid", true); in SetValue() 104 stat_->SetBoolean("stat_value", false); in BoolSyncStat() 105 stat_->SetBoolean("is_valid", false); in BoolSyncStat() 110 stat_->SetBoolean("stat_value", value); in SetValue() 111 stat_->SetBoolean("is_valid", true); in SetValue() 128 stat_->SetBoolean("is_valid", false); in IntSyncStat() [all …]
|