Lines Matching full:checked
48 [String(event.target.checked)]);
94 [String($('promptForDownload').checked)]);
106 [String($('sslCheckRevocation').checked)]);
110 [String($('sslUseSSL3').checked)]);
114 [String($('sslUseTLS1').checked)]);
151 // Set the checked state of the metrics reporting checkbox.
153 checked, disabled) {
154 $('metricsReportingEnabled').checked = checked;
199 AdvancedOptions.SetPromptForDownload = function(checked, disabled) {
201 $('promptForDownload').checked = checked;
228 // Set the checked state for the sslCheckRevocation checkbox.
230 checked, disabled) {
231 $('sslCheckRevocation').checked = checked;
235 // Set the checked state for the sslUseSSL3 checkbox.
236 AdvancedOptions.SetUseSSL3CheckboxState = function(checked, disabled) {
237 $('sslUseSSL3').checked = checked;
241 // Set the checked state for the sslUseTLS1 checkbox.
242 AdvancedOptions.SetUseTLS1CheckboxState = function(checked, disabled) {
243 $('sslUseTLS1').checked = checked;