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

1234567891011>>

/external/webkit/Source/WebCore/css/
H A DthemeChromiumLinux.css33 select {
37 select:not([size]):not([multiple]) option,
38 select[size="0"] option,
39 select[size="1"] option {
H A DthemeQtNoListboxes.css28 select[size],
29 select[multiple],
30 select[size][multiple] {
H A Dwml.css115 input, select, do {
135 -webkit-user-select: text;
153 do:disabled, select:disabled, optgroup:disabled, option:disabled {
165 select {
178 select[size],
179 select[multiple],
180 select[size][multiple] {
188 select[size="0"],
189 select[size="1"] {
245 input:focus, select
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLOptGroupElement.cpp82 ContainerNode* select = parentNode(); local
83 while (select && !select->hasTagName(selectTag))
84 select = select->parentNode();
85 if (select)
86 static_cast<HTMLSelectElement*>(select)->setRecalcListItems();
126 ContainerNode* select = parentNode(); local
127 while (select && !select
138 HTMLSelectElement* select = ownerSelectElement(); local
[all...]
H A DHTMLOptionsCollection.cpp30 HTMLOptionsCollection::HTMLOptionsCollection(PassRefPtr<HTMLSelectElement> select) argument
31 : HTMLCollection(select.get(), SelectOptions, select->collectionInfo())
35 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(PassRefPtr<HTMLSelectElement> select) argument
37 return adoptRef(new HTMLOptionsCollection(select));
60 HTMLSelectElement* select = static_cast<HTMLSelectElement*>(base()); local
63 select->add(newOption, 0, ec);
65 select->add(newOption, static_cast<HTMLOptionElement*>(item(index)), ec);
H A DHTMLOptionElement.cpp131 HTMLSelectElement* select = ownerSelectElement(); local
132 if (select)
133 select->accessKeySetSelectedIndex(index());
165 if (HTMLSelectElement* select = ownerSelectElement())
166 select->recalcListItemsIfNeeded();
177 if (HTMLSelectElement* select = ownerSelectElement())
178 select->setSelectedIndex(selected ? index() : -1, false);
188 HTMLSelectElement* select = ownerSelectElement(); local
189 if (select)
190 select
196 ContainerNode* select = parentNode(); local
[all...]
/external/webkit/Source/WebCore/wml/
H A DWMLOptionElement.cpp59 ContainerNode* select = element->parentNode(); local
60 while (select && !select->hasTagName(selectTag))
61 select = select->parentNode();
63 if (!select)
66 return static_cast<WMLSelectElement*>(select);
71 if (WMLSelectElement* select = ownerSelectElement(this))
72 select->accessKeySetSelectedIndex(OptionElement::optionIndex(select, thi
119 WMLSelectElement* select; local
166 WMLSelectElement* select = ownerSelectElement(this); local
[all...]
H A DWMLOptGroupElement.cpp60 ContainerNode* select = element->parentNode(); local
61 while (select && !select->hasTagName(selectTag))
62 select = select->parentNode();
64 if (!select)
67 return static_cast<WMLSelectElement*>(select);
72 WMLSelectElement* select = ownerSelectElement(this); local
73 if (!select || select
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLSelectElementCustom.cpp37 HTMLSelectElement& select = *static_cast<HTMLSelectElement*>(impl()); local
41 select.remove(option);
43 select.remove(exec->argument(0).toInt32(exec));
48 void selectIndexSetter(HTMLSelectElement* select, JSC::ExecState* exec, unsigned index, JSC::JSValue value) argument
51 select->remove(index);
58 select->setOption(index, option, ec);
/external/webkit/Source/WebCore/platform/qt/
H A DQtStyleOptionWebComboBox.h52 HTMLSelectElement* select = o ? static_cast<HTMLSelectElement*>(o->node()) : 0; local
53 return select ? select->multiple() : false;
/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 {
H A Dcontent_settings_exceptions_area.js15 * option in the select.
63 // Setting select element for edit mode.
64 var select = cr.doc.createElement('select');
68 select.appendChild(optionAllow);
74 select.appendChild(optionAsk);
81 select.appendChild(optionSession);
87 select.appendChild(optionBlock);
89 this.contentElement.appendChild(select);
90 select
[all...]
H A Dcontent_settings.css19 select.exception-setting {
23 /* Hacks to make the <select> align better with the <input>. */
24 html[toolkit=gtk] select.exception-setting {
/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/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dutil.js43 var select = $(id);
44 if (select.selectedIndex == -1) {
47 return select.options[select.selectedIndex].value;
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp2 * This file is part of the select element renderer in WebCore.
187 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
188 const Vector<Element*>& listItems = select->listItems();
191 int i = select->optionToListIndex(optionIndex);
292 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
301 select->optionToListIndex(select->selectedIndex()));
318 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
319 select->setSelectedIndexByUser(select
325 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
331 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
350 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
375 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
385 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
395 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
416 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
436 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
513 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
519 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
530 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
540 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
550 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
562 SelectElement* select = toSelectElement(static_cast<Element*>(node())); local
[all...]
/external/chromium-trace/trace-viewer/src/
H A Doverlay.css6 -webkit-user-select: none;
14 -webkit-user-select: none;
35 -webkit-user-select: auto;
H A Dtimeline.css6 -webkit-user-select: none;
/external/chromium/chrome/browser/resources/gpu_internals/
H A Doverlay.css14 -webkit-user-select: none;
28 -webkit-user-select: auto;
/external/chromium/chrome/browser/history/
H A Dvisitsegment_database.cc196 sql::Statement select(GetDB().GetCachedStatement(SQL_FROM_HERE,
199 if (!select)
202 select.BindInt64(0, t.ToInternalValue());
203 select.BindInt64(1, segment_id);
204 if (select.Step()) {
210 update.BindInt64(0, select.ColumnInt64(1) + static_cast<int64>(amount));
211 update.BindInt64(1, select.ColumnInt64(0));
346 sql::Statement select(GetDB().GetCachedStatement(SQL_FROM_HERE,
348 if (!select)
362 select
[all...]
/external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
H A DUnixSelectorTest.java82 assertEquals(1, sel0.select(100));
86 assertEquals(0, sel1.select(100));
103 assertEquals(1, sel2.select(100));
112 assertEquals(1, sel3.select(100));
120 assertEquals(1, sel4.select(100));
126 assertEquals(1, sel5.select(100));
/external/icu4c/i18n/
H A Dupluralrules.cpp46 UnicodeString result = ((PluralRules*)uplrules)->select(number);
/external/libppp/src/
H A Dprobe.c41 /* Does select() alter the passed time value ? */
49 select(0, NULL, NULL, NULL, &t);
/external/libvpx/examples/includes/geshi/geshi/
H A Doracle8.php48 //Put your package names here - e.g. select distinct ''''|| lower(name) || ''',' from user_source;
52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
56 //Put your view names here - e.g. select distinct ''''|| lower(view_name) || ''',' from user_views;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;

Completed in 476 milliseconds

1234567891011>>