Searched refs:select (Results 1 - 25 of 642) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeChromiumLinux.css33 select:not([size]):not([multiple]),
34 select[size="0"],
35 select[size="1"] {
40 select:disabled option:checked, option:disabled:checked {
H A DthemeChromiumAndroid.css33 select[size],
34 select[multiple],
35 select[size][multiple] {
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dmargin_settings.css5 #margin-settings .margin-settings-select {
H A Dmargin_settings.js33 SELECT: 'margin-settings-select'
65 * Called when the select element is changed. Updates the print ticket
70 var select = this.select_;
73 select.selectedIndex);
79 * select option.
84 var select = this.select_;
88 select.selectedIndex);
90 select.options[selectedMarginsType].selected = false;
91 select.options[marginsType].selected = true;
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DHTMLContentElement.idl29 [Reflect] attribute DOMString select;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptGroupElement.cpp85 ContainerNode* select = parentNode(); local
86 while (select && !select->hasTagName(selectTag))
87 select = select->parentNode();
88 if (select)
89 toHTMLSelectElement(select)->setRecalcListItems();
97 // renderer like <optgroup> or if it doesn't allow children like <select>.
140 ContainerNode* select = parentNode(); local
141 while (select
152 HTMLSelectElement* select = ownerSelectElement(); local
[all...]
H A DHTMLOptionElement.cpp94 // renderer like <optgroup> or if it doesn't allow children like <select>.
135 // Changing the text causes a recalc of a select's items, which will reset the selected
136 // index to the first item if the select is single selection with a menu list. We attempt to
138 RefPtr<HTMLSelectElement> select = ownerSelectElement(); local
139 bool selectIsMenuList = select && select->usesMenuList();
140 int oldSelectedIndex = selectIsMenuList ? select->selectedIndex() : -1;
151 if (selectIsMenuList && select->selectedIndex() != oldSelectedIndex)
152 select->setSelectedIndex(oldSelectedIndex);
157 HTMLSelectElement* select local
278 ContainerNode* select = parentNode(); local
[all...]
H A DHTMLOptionsCollection.cpp32 HTMLOptionsCollection::HTMLOptionsCollection(Node* select) argument
33 : HTMLCollection(select, SelectOptions, DoesNotOverrideItemAfter)
35 ASSERT(select->hasTagName(HTMLNames::selectTag));
39 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType) argument
41 return adoptRef(new HTMLOptionsCollection(select));
63 HTMLSelectElement* select = toHTMLSelectElement(ownerNode()); local
66 select->add(newOption, 0, es);
68 select->add(newOption, toHTMLOptionElement(item(index)), es);
/external/eigen/doc/snippets/
H A DMatrixBase_select.cpp5 m = (m.array() >= 5).select(-m, m);
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dselect_album_dialog.css5 .select-album-dialog-container {
8 -webkit-user-select: none;
19 .select-album-dialog-shield {
31 .select-album-dialog-frame {
44 .select-album-dialog-caption {
48 .select-album-dialog-buttons {
55 .select-album-list {
59 .select-album-list::-webkit-scrollbar {
63 .select-album-list::-webkit-scrollbar-thumb {
67 .select
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.css12 -webkit-user-select: none;
H A Dlist_view.css7 -webkit-user-select: none;
15 -webkit-user-select: none;
H A Doverlay.css7 -webkit-user-select: none;
14 -webkit-user-select: none;
33 -webkit-user-select: auto;
38 -webkit-user-select: auto;
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dsearch_box.css6 -webkit-user-select: none;
11 -webkit-user-select: none;
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dplatform_app.css12 -webkit-user-select: none;
33 -webkit-user-select: auto;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dselect.c8 int select(int nfds, fd_set* readfds, fd_set* writefds, function
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
H A DpickerCommon.css26 -webkit-user-select: none;
/external/chromium/chrome/browser/resources/options/
H A Dadvanced_options.css15 #advancedPage select,
16 #advancedPage .web-content-select-label {
20 #advancedPage .web-content-select-label > span:only-of-type {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
H A Dselect.css5 * This is the generic select css used on various WebUI implementations.
8 select {
14 -webkit-user-select: none;
15 background-image: url("../images/select.png"),
30 html[dir='rtl'] select {
35 select:disabled {
39 select:enabled:hover {
41 background-image: url("../images/select.png"),
46 select:enabled:active {
48 background-image: url("../images/select
[all...]
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_iframe.css5 -webkit-user-select: none;
/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp14 template<unsigned N> struct select {}; // : integral_constant<unsigned, N> {}; struct in namespace:detail
31 constexpr either_impl(select<0>, T &&t) : val(move(t)) {}
34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {}
49 constexpr const T &get(select<0>) { return val; }
50 template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{})) get(select<N>) {
51 return rest.get(select<N-1>{});
76 impl(detail::select<impl_t::index(detail::type<U>())>(), move(t.value)) {}
85 decltype(static_cast<const impl_t&>(impl).get(detail::select<
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DProxySelectorTest.java108 * @tests java.net.ProxySelector#select(URI)
113 proxyList = selector.select(httpUri);
129 proxyList = selector.select(httpUri);
132 proxyList = selector.select(httpsUri);
135 proxyList = selector.select(ftpUri);
138 proxyList = selector.select(tcpUri);
144 * @tests java.net.ProxySelector#select(URI)
154 proxyList = selector.select(httpUri);
170 proxyList = selector.select(httpUri);
174 proxyList = selector.select(httpsUr
540 public List <Proxy> select(URI uri) { method in class:ProxySelectorTest.MockProxySelector
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dossocket.h16 #include <sys/select.h>
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dselect.h13 int select (int __nfds, fd_set *__restrict __readfds,
20 #endif /* sys/select.h */
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dutil.js43 var select = $(id);
44 if (select.selectedIndex == -1) {
47 return select.options[select.selectedIndex].value;

Completed in 812 milliseconds

1234567891011>>