Searched refs:checked (Results 51 - 75 of 209) sorted by relevance

123456789

/external/chromium/chrome/browser/resources/options/chromeos/
H A Daccounts_options.js69 !$('useWhitelistCheck').checked;
93 if ($('useWhitelistCheck').checked) {
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dmenu_item.js130 this.checked = this.command.checked;
155 * Whether the menu item is checked or not.
158 cr.defineProperty(MenuItem, 'checked', cr.PropertyKind.BOOL_ATTR);
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_category_filter_dialog.js74 inputEl.checked =
88 this.settings_.set(checkbox.value, checkbox.checked, 'categories');
H A Dprofiling_view.js47 this.systemTracingBn_.checked = false;
74 this.systemTracingBn_.checked = true;
118 tc.beginTracing(this.systemTracingBn_.checked);
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKContextMenuItem.h39 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag, WKStringRef title, bool enabled, bool checked);
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc327 return desktop_check_box_->checked() ||
329 menu_check_box_->checked()) ||
331 quick_launch_check_box_->checked());
364 shortcut_info_.create_on_desktop = desktop_check_box_->checked();
366 menu_check_box_->checked();
370 NULL : quick_launch_check_box_->checked();
389 const std::wstring& text, bool checked) {
391 checkbox->SetChecked(checked);
400 desktop_check_box_->checked() ? true : false);
403 menu_check_box_->checked()
388 AddCheckbox( const std::wstring& text, bool checked) argument
[all...]
H A Duninstall_view.cc101 if (delete_profile_->checked())
103 if (change_default_browser_ && change_default_browser_->checked()) {
132 browsers_combo_->SetEnabled(change_default_browser_->checked());
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dsystem_options_handler.cc84 FundamentalValue checked(acc_enabled);
86 "options.SystemOptions.SetAccessibilityCheckboxState", checked);
/external/chromium/chrome/browser/resources/options/
H A Dcontent_settings.js51 [String($('block-third-party-cookies').checked)]);
66 * @param {Object} dict A mapping from radio groups to the checked value for
72 dict[group]['value'] + ']').checked = true;
111 $('block-third-party-cookies').checked = block;
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_handler.cc537 FundamentalValue checked(enable_metrics_recording_.GetValue());
540 "options.AdvancedOptions.SetMetricsReportingCheckboxState", checked,
572 FundamentalValue checked(ask_for_save_location_.GetValue());
575 "options.AdvancedOptions.SetPromptForDownload", checked, disabled);
616 FundamentalValue checked(rev_checking_enabled_.GetValue());
619 "options.AdvancedOptions.SetCheckRevocationCheckboxState", checked,
623 FundamentalValue checked(ssl3_enabled_.GetValue());
626 "options.AdvancedOptions.SetUseSSL3CheckboxState", checked, disabled);
629 FundamentalValue checked(tls1_enabled_.GetValue());
632 "options.AdvancedOptions.SetUseTLS1CheckboxState", checked, disable
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java358 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS : "true".equals(newValue);
359 filterAdvancedScenarios(checked, false/*do not update preference*/);
360 this.filterAdvancedScenarios.setChecked(checked);
365 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS : "true".equals(newValue);
366 filterOldBuilds(checked, false/*do not update preference*/);
367 this.filterOldBuilds.setChecked(checked);
393 boolean checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
394 this.filterAdvancedScenarios.setChecked(checked);
395 if (checked) {
H A DComponentResultsView.java296 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS : "true".equals(newValue);
297 this.filterAdvancedScenarios.setChecked(checked);
303 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS : "true".equals(newValue);
304 this.filterOldBuilds.setChecked(checked);
310 boolean checked = newValue == null ? IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS : "true".equals(newValue);
311 this.filterNightlyBuilds.setChecked(checked);
388 boolean checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
389 this.filterAdvancedScenarios.setChecked(checked);
392 checked = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS, IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS);
393 this.filterNightlyBuilds.setChecked(checked);
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Doptions.js165 // Saves whether checkbox is checked or not.
169 topicList.checked = true;
176 topicList.checked = false;
214 topicList.checked = true;
229 * Saves checked topic list(if any), Custom topics(if any), number of
239 // Stores checked topics list.
242 if (topicList.checked) {
275 * @param {String} id Id of checkbox checked or unchecked.
278 checkCount = ($(id).checked) ? (checkCount + 1) : (checkCount - 1);
/external/webkit/Source/JavaScriptCore/wtf/
H A DCurrentTime.cpp149 static bool checked; local
151 if (checked)
155 checked = true;
/external/chromium/chrome/browser/resources/net_internals/
H A Dhstsview.js44 this.addCheck_.checked,
48 this.addCheck_.checked = false;
/external/webkit/Source/WebCore/platform/haiku/
H A DContextMenuItemHaiku.cpp146 void ContextMenuItem::setChecked(bool checked) argument
149 m_platformDescription->SetMarked(checked);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_contextmenu.h151 EAPI Ewk_Context_Menu_Item* ewk_context_menu_item_new(Ewk_Context_Menu_Item_Type type, Ewk_Context_Menu_Action action, Ewk_Context_Menu* submenu, const char* title, Eina_Bool checked, Eina_Bool enabled);
161 EAPI Eina_Bool ewk_context_menu_item_checked_set(Ewk_Context_Menu_Item* o, Eina_Bool checked);
/external/chromium/chrome/browser/
H A Daccessibility_events.cc69 bool checked,
73 checked_(checked),
92 bool checked)
94 checked_(checked) {
66 AccessibilityRadioButtonInfo( Profile* profile, const std::string& name, bool checked, int item_index, int item_count) argument
90 AccessibilityCheckboxInfo(Profile* profile, const std::string& name, bool checked) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_api.h34 // Helper to read and parse the "checked" property.
38 bool* checked);
/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js138 this.autoConnectCheckbox.checked);
143 this.passwordEdit.value, '', this.autoConnectCheckbox.checked);
149 sendConnect(index, '', '', this.autoConnectCheckbox.checked);
238 this.autoConnectCheckbox.checked = this.attrs.auto_connect;
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js36 " was clicked (previous checked state was " +
50 " was clicked, state is now: " + info.checked +
/external/chromium/webkit/glue/
H A Dwebthemeengine_impl_linux.cc98 native_theme_extra_params->button.checked = extra_params->button.checked;
103 native_theme_extra_params->button.checked = extra_params->button.checked;
/external/webkit/Source/WebCore/dom/
H A DCheckedRadioButtons.cpp40 // We only track checked buttons.
41 if (!inputElement->checked())
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMBreakpointsSidebarPane.js175 checkboxElement.checked = enabled;
213 if (element._checkboxElement.checked)
231 if (event.target.checked)
273 breakpoints.push({ url: this._inspectedURL, path: element._node.path(), type: element._type, enabled: element._checkboxElement.checked });
/external/webkit/Source/WebCore/platform/brew/
H A DContextMenuItemBrew.cpp120 void ContextMenuItem::setChecked(bool checked) argument

Completed in 1134 milliseconds

123456789