Home
last modified time | relevance | path

Searched refs:checkbox (Results 1 – 25 of 225) sorted by relevance

123456789

/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/
DREADME.md1 …travis-ci.org/PolymerElements/paper-checkbox.svg?branch=master)](https://travis-ci.org/PolymerElem…
3 ##<paper-checkbox>
5 `paper-checkbox` is a [material design checkbox](https://www.google.com/design/spec/components/sele…
6 User can tap the checkbox to check or uncheck it. Usually you use checkboxes
8 ON/OFF option, avoid using a single checkbox and use `paper-toggle-button`
17 <link rel="import" href="paper-checkbox.html">
19 paper-checkbox {
24 paper-checkbox:first-child {
28 paper-checkbox.styled {
32 --paper-checkbox-checked-color: var(--paper-green-500);
[all …]
/external/pigweed/pw_console/
Dtesting.rst42 - |checkbox|
47 - |checkbox|
52 - |checkbox|
58 - |checkbox|
63 - |checkbox|
68 - |checkbox|
73 - |checkbox|
78 - |checkbox|
85 - |checkbox|
91 - |checkbox|
[all …]
/external/pigweed/pw_web/
Dtesting.rst28 - |checkbox|
34 - |checkbox|
39 - |checkbox|
44 - |checkbox|
55 .. |checkbox| raw:: html substdef in Add note to the commit message
57 <input type="checkbox">
/external/autotest/frontend/client/src/autotest/afe/
DCheckBoxPanelDisplay.java18 CheckBoxImpl checkbox = new CheckBoxImpl(); in generateCheckBox() local
22 table.setWidget(row, col, checkbox); in generateCheckBox()
24 return checkbox; in generateCheckBox()
/external/perfetto/ui/src/assets/widgets/
Dswitch.scss17 // This checkbox element is expected to contain a checkbox type input followed
19 // The input is completely hidden and an entirely new checkbox is drawn inside
22 // The box of the checkbox is a fixed sized span element. The tick is also a
44 // Hide the default checkbox
51 // The span forms the "box" of the checkbox
66 // The :after element forms the "tick" of the checkbox
Dcheckbox.scss17 // This checkbox element is expected to contain a checkbox type input followed
19 // The input is completely hidden and an entirely new checkbox is drawn inside
22 // The box of the checkbox is a fixed sized span element. The tick is also a
34 .pf-checkbox {
54 // Hide the default checkbox
61 // The span forms the "box" of the checkbox
76 // The :after element forms the "tick" of the checkbox
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/compare/
Dquotes.cmp6 <input type="checkbox" name="jason" />
8 <input type="checkbox" name="this is from a hashtable!" />
/external/pdfium/testing/resources/pixel/
Dreset_button.evt1 # Check the checkbox
6 # Tab to reset button from checkbox
Dcheckbox_radiobutton.evt1 # Check the checkbox
6 # Tab to radio button from checkbox
Dreset_button.in44 /T (checkbox)
Dcheckbox_radiobutton.fragment80 /T (checkbox)
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/
Dquotes.vm18 <input type="checkbox" name="$name" #if($checked)checked="1"#end/>
20 <input type="checkbox" name="$hashtable.Bar" #if($checked)checked="1"#end/>
/external/clang/www/demo/
Dindex.cgi196 print $c->checkbox(
202 print $c->checkbox(
207 print $c->checkbox(
215 print $c->checkbox(
220 print $c->checkbox(
/external/cronet/tot/components/metrics/debug/
Dfield_trials.ts197 const checkbox = this.root.querySelector('input')!; constant
198 checkbox.checked = forceEnabled;
200 checkbox.dataset['overridden'] = '1';
202 delete checkbox.dataset['overridden'];
/external/cronet/stable/components/metrics/debug/
Dfield_trials.ts197 const checkbox = this.root.querySelector('input')!; constant
198 checkbox.checked = forceEnabled;
200 checkbox.dataset['overridden'] = '1';
202 delete checkbox.dataset['overridden'];
/external/pigweed/pw_console/py/pw_console/widgets/
D__init__.py18 from pw_console.widgets.checkbox import (
/external/selinux/gui/
DbooleansPage.py118 checkbox = Gtk.CellRendererToggle()
119 checkbox.connect("toggled", self.boolean_toggled)
120 col = Gtk.TreeViewColumn('Active', checkbox, active=ACTIVE)
/external/coreboot/util/coreboot-configurator/src/
DREADME.md27 type: **bool** <- Valid type are: bool (checkbox) and enum
/external/perfetto/ui/src/assets/
Dperfetto.scss35 @import "widgets/checkbox";
Drecord.scss663 input[type="checkbox"]::after {
678 input[type="checkbox"] {
720 } // checkbox
776 input[type="checkbox"]::after {
788 input[type="checkbox"] {
830 } // checkbox
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js11 function toggleApiLevelSelector(checkbox) { argument
15 if (checkbox.checked) {
/external/openthread/tools/harness-automation/autothreadharness/
Dharness_case.py819 checkbox = None
840 checkbox = parent.find_element_by_class_name('tree-checkbox')
843 if not checkbox:
848 checkbox.click()
/external/iamf_tools/gh_pages/web_demo/
Dstyles.css81 input[type="checkbox"] {
/external/libphonenumber/demoapp/
DREADME.md38 Each list item (= one phone number in the device's contacts) has a checkbox.
/external/zxing/docs/css/
Dapache-maven-fluido-1.5.min.css9checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:cont…

123456789