Searched defs:selected (Results 1 - 25 of 54) sorted by relevance

123

/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php198 $selected = 'selected="selected"'; variable
200 $selected = ''; variable
202 echo '<option value="' . $lang . '" '. $selected .'>' . $lang . "</option>\n";
/external/webkit/Source/WebCore/bindings/js/
H A DJSOptionConstructor.cpp61 bool selected = (exec->argumentCount() >= 4) && exec->argument(3).toBoolean(exec); local
64 RefPtr<HTMLOptionElement> element = HTMLOptionElement::createForJSConstructor(document, data, value, defaultSelected, selected, ec);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLOptionElementConstructor.cpp67 bool selected = false; local
75 selected = args[3]->BooleanValue();
78 RefPtr<HTMLOptionElement> option = HTMLOptionElement::createForJSConstructor(document, data, value, defaultSelected, selected, ec);
/external/webkit/Source/WebCore/dom/
H A DOptionElement.h38 virtual bool selected() const = 0;
46 static void setSelectedState(OptionElementData&, Element*, bool selected);
69 bool selected() const { return m_selected; } function in class:WebCore::OptionElementData
70 void setSelected(bool selected) { m_selected = selected; } argument
H A DOptionElement.cpp40 void OptionElement::setSelectedState(OptionElementData& data, Element* element, bool selected) argument
42 if (data.selected() == selected)
45 data.setSelected(selected);
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridRowElement.cpp48 bool HTMLDataGridRowElement::selected() const function in class:WebCore::HTMLDataGridRowElement
53 void HTMLDataGridRowElement::setSelected(bool selected) argument
55 setAttribute(selectedAttr, selected ? "" : 0);
H A DHTMLOptionElement.cpp62 bool defaultSelected, bool selected, ExceptionCode& ec)
76 element->setSelected(selected);
163 bool HTMLOptionElement::selected() const function in class:WebCore::HTMLOptionElement
167 return m_data.selected();
170 void HTMLOptionElement::setSelected(bool selected) argument
172 if (m_data.selected() == selected)
175 OptionElement::setSelectedState(m_data, this, selected);
178 select->setSelectedIndex(selected ? index() : -1, false);
181 void HTMLOptionElement::setSelectedState(bool selected) argument
61 createForJSConstructor(Document* document, const String& data, const String& value, bool defaultSelected, bool selected, ExceptionCode& ec) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwps_supplicant.h37 struct wpa_scan_res *selected,
78 struct wpa_scan_res *selected,
77 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_scan_res *selected, struct wpa_ssid *ssid) argument
H A Devents.c333 wpa_printf(MSG_DEBUG, " selected based on RSN IE");
369 wpa_printf(MSG_DEBUG, " selected based on WPA IE");
462 wpa_printf(MSG_DEBUG, " selected WPA AP "
593 wpa_printf(MSG_DEBUG, " selected non-WPA AP "
610 struct wpa_scan_res *selected; local
616 selected = wpa_supplicant_select_bss_wpa(wpa_s, group, selected_ssid);
617 if (selected)
618 return selected;
629 struct wpa_scan_res *selected = NULL; local
668 while (selected
[all...]
H A Dwps_supplicant.c539 struct wpa_ssid *selected)
546 ssid->disabled = ssid != selected;
764 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
789 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
791 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
799 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
844 struct wpa_scan_res *selected,
856 wps_ie = wpa_scan_get_vendor_ie_multi(selected, WPS_IE_VENDOR_TYPE);
865 if (bss == selected)
538 wpas_wps_reassoc(struct wpa_supplicant *wpa_s, struct wpa_ssid *selected) argument
843 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_scan_res *selected, struct wpa_ssid *ssid) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.h52 struct wpa_bss *selected, struct wpa_ssid *ssid);
108 struct wpa_bss *selected,
107 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityListBoxOption.cpp83 return static_cast<HTMLOptionElement*>(m_optionElement)->selected();
169 void AccessibilityListBoxOption::setSelected(bool selected) argument
179 if ((isOptionSelected && selected) || (!isOptionSelected && !selected))
/external/webkit/Source/WebCore/wml/
H A DWMLOptionElement.cpp120 if (selected() && (select = ownerSelectElement(this)))
126 bool WMLOptionElement::selected() const function in class:WebCore::WMLOptionElement
128 return m_data.selected();
131 void WMLOptionElement::setSelectedState(bool selected) argument
133 if (this->selected() == selected)
136 OptionElement::setSelectedState(m_data, this, selected);
139 if (select->multiple() || selected)
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_accessibility.cc222 STDMETHODIMP AutocompleteAccessibility::get_accSelection(VARIANT* selected) { argument
223 if (selected)
224 selected->vt = VT_EMPTY;
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_controller.h30 // to be sent a message when the tab is selected by the user clicking. Setting
57 SEL action_; // selector sent when tab is selected by clicking
69 @property(assign, nonatomic) BOOL selected; variable
77 // the icon or the close button. The selected tab always has at least a close
103 // button, based on criteria such as the tab's selected state and its current
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc164 BookmarkModel* bb_model, GtkTreeStore* tree_store, GtkTreeIter* selected) {
168 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected);
163 CommitTreeStoreDifferencesBetween( BookmarkModel* bb_model, GtkTreeStore* tree_store, GtkTreeIter* selected) argument
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.h129 Eina_Bool selected:1; member in struct:_Ewk_Hit_Test::__anon12040
/external/wpa_supplicant/
H A Devents.c307 wpa_printf(MSG_DEBUG, " selected based on RSN IE");
342 wpa_printf(MSG_DEBUG, " selected based on WPA IE");
359 struct wpa_scan_result *bss, *selected = NULL; local
370 for (i = 0; i < num && !selected; i++) {
409 selected = bss;
411 wpa_printf(MSG_DEBUG, " selected WPA AP "
424 for (i = 0; i < num && !selected; i++) {
487 selected = bss;
489 wpa_printf(MSG_DEBUG, " selected non-WPA AP "
497 return selected;
504 struct wpa_scan_result *selected = NULL; local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_cookie_view.cc672 int selected = gtk_combo_box_get_active(GTK_COMBO_BOX( local
674 return selected == 1;
H A Dgtk_custom_menu_item.cc68 static void set_selected(GtkCustomMenuItem* item, GtkWidget* selected) { argument
69 if (selected != item->currently_selected_button) {
77 item->currently_selected_button = selected;
231 // First render all the buttons that aren't the currently selected item.
267 // Finally, draw the selected item on top of the separators so there are no
269 GList* selected = g_list_find(menu_item->all_widgets, local
271 if (selected) {
272 gtk_custom_menu_item_expose_button(widget, event, selected);
281 // When we are selected, the only thing we do is clear information from
293 // When we are deselected, we store the item that was currently selected s
[all...]
H A Dssl_client_certificate_selector.cc247 int selected = gtk_combo_box_get_active(GTK_COMBO_BOX(cert_combo_box_)); local
248 if (selected >= 0 &&
249 selected < static_cast<int>(
251 return cert_request_info_->client_certs[selected];
337 int selected = gtk_combo_box_get_active( local
339 if (selected < 0)
342 details_strings_[selected].c_str(),
343 details_strings_[selected].size());
/external/iproute2/doc/
H A Dip-cref.tex213 \item The \verb|CONFIG_IP_MULTIPLE_TABLES| option was not selected
792 selected by some criteria.
1090 \item The longest matching prefix is selected. All shorter ones
1102 the routes with the best preference values are selected.
1105 is selected.
1172 rules (see sec.\ref{IP-RULE}, p.\pageref{IP-RULE}). If such a route is selected, lookup
1180 are selected with the attribute \verb|via|. More about NAT is
1324 If it is not given, Linux uses the value selected with \verb|sysctl|
1330 The default is the value selected with the \verb|sysctl| variable
1458 Linux-2.0 had the option to delete a route selected onl
[all...]
/external/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h389 bool selected = false; local
441 selected = true;
450 if (!selected && first_active >= 0)
/external/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp432 bool selected = false; local
485 selected = true;
495 if (!selected && first_active >= 0)
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h387 bool selected = false; local
439 selected = true;
448 if (!selected && first_active >= 0)

Completed in 425 milliseconds

123