Home | History | Annotate | Download | only in options

Lines Matching full:checkbox

124         input.type = 'checkbox';
131 // Adding a space between the checkbox and the text. This is a bit
164 // of the checkbox). The button click here should not be handled
165 // as checkbox click.
472 * Handles input method checkbox's click event.
477 var checkbox = e.target;
478 if (this.preloadEngines_.length == 1 && !checkbox.checked) {
483 checkbox.checked = true;
486 if (checkbox.checked) {
487 chrome.send('inputMethodEnable', [checkbox.inputMethodId]);
489 chrome.send('inputMethodDisable', [checkbox.inputMethodId]);