HomeSort by relevance Sort by last modified time
    Searched full:optgroup (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/ManualTests/
optgroup-empty-and-nested.html 3 <title>Empty and nested optgroup elements</title>
16 <optgroup label="Group one"></optgroup>
19 <optgroup label="Group two"> </optgroup>
21 <!-- for an optgroup without a label, IE will show an empty, unselectable row.
26 font-size in the <optgroup> to extra large, opening the select element
28 <optgroup style="font-size: x-large;">
29 <option value="2">Item inside an optgroup without a label</option>
30 </optgroup>
    [all...]
no-listbox-rendering.html 27 <optgroup label="1"></optgroup>
32 <optgroup label="2"></optgroup>
39 <td>combobox in previos cell should handle optgroup correctly.</td>
44 <optgroup label="1"></optgroup>
49 <optgroup label="2"></optgroup>
56 <td>combobox in previos cell should handle optgroup correctly.</td
    [all...]
disabled-option-elements.html 8 <optgroup label="disabled option group" disabled>
11 <optgroup>
18 <optgroup label="disabled option group" disabled>
21 <optgroup>
select_hr.html 99 <optgroup label="Group 1">
102 </optgroup>
113 <optgroup label="Group 1">
115 </optgroup>
125 <optgroup label="Group 1">
133 </optgroup>
145 <optgroup label="Group 1">
149 </optgroup>
151 <optgroup label="Group 2">
156 </optgroup>
    [all...]
  /external/chromium_org/content/test/data/accessibility/
modal-dialog-closed.html 11 <optgroup label="Group">
13 </optgroup>
modal-dialog-opened.html 13 <optgroup label="Group">
15 </optgroup>
modal-dialog-stack.html 12 <optgroup label="Group">
14 </optgroup>
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.html 17 <optgroup label="Capture">
20 </optgroup>
21 <optgroup label="Tools">
24 </optgroup>
  /external/owasp/sanitizer/empiricism/
canned-data.js 89 "optgroup": true,
210 "optgroup",
325 "optgroup",
440 "optgroup",
555 "optgroup",
670 "optgroup",
786 "optgroup",
901 "optgroup",
1016 "optgroup",
1131 "optgroup",
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe.js 30 var optgroup = select;
34 optgroup = document.createElement('optgroup');
35 optgroup.label = item.optionGroupName;
36 select.appendChild(optgroup);
40 optgroup.appendChild(option);
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeChromiumSkia.css 34 * font weight should always be normal, to distinguish from optgroup labels. */
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRenderStyle.h 40 // <option> and <optgroup> can be styled even though they never get renderers,
RenderTreeBuilder.cpp 69 // <optgroup> seems like it should still work even though this check will prevent it.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptGroupElement.h 57 // <optgroup> never has a renderer so we manually manage a cached style.
HTMLOptGroupElement.cpp 54 // Optgroup elements do not have a renderer so we check the renderStyle instead.
HTMLTagNames.in 94 optgroup interfaceName=HTMLOptGroupElement
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupAdapter.java 53 // which was previously used as an <optgroup> element (i.e. has no check), could get
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
xml.js 11 implicitlyClosed: {'dd': true, 'li': true, 'optgroup': true, 'option': true, 'p': true,
18 'option': {'option': true, 'optgroup': true},
19 'optgroup': {'optgroup': true},
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXListBox.cpp 90 // ignore optgroup elements.
  /external/okhttp/website/static/
html5shiv.min.js 6 c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
  /external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c 489 const ulmbcs_byte_t OptGroup;
553 return pTable->OptGroup;
580 uint8_t OptGroup; /* default Opt. grp. for this LMBCS session */
633 ulmbcs_byte_t OptGroup)
658 extraInfo->OptGroup = OptGroup;
782 if (group != ULMBCS_GRP_EXCEPT && extraInfo->OptGroup != group)
    [all...]
  /external/icu/icu4c/source/common/
ucnv_lmb.c 489 const ulmbcs_byte_t OptGroup;
553 return pTable->OptGroup;
580 uint8_t OptGroup; /* default Opt. grp. for this LMBCS session */
633 ulmbcs_byte_t OptGroup)
658 extraInfo->OptGroup = OptGroup;
782 if (group != ULMBCS_GRP_EXCEPT && extraInfo->OptGroup != group)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 62 base::DictionaryValue* optgroup = new base::DictionaryValue; local
63 optgroup->SetString(
66 input_methods_list->Append(optgroup);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 114 int optgroup_flags; /* optgroup flags for -fopt-info */

Completed in 1517 milliseconds

1 2 3 4