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

1234

/external/libvpx/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { argument
54 button.setSelected(selected);
H A DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { argument
59 m_impl.setSelection(propertyTable, property, selected);
H A DButtonPropertyEditorPresentationImpl.java82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { argument
85 button.setSelection(selected);
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java157 public void setSelected(boolean selected) { argument
158 m_selected = selected;
/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/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.h44 struct wpa_bss *selected, struct wpa_ssid *ssid);
121 struct wpa_bss *selected,
120 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java203 boolean selected, boolean expanded, boolean leaf, int row,
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/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/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java284 if (!provider.unsupported && provider.selected == null) {
290 return provider.unsupported ? null : provider.selected.getBytes("US-ASCII");
308 private String selected; field in class:Platform.JettyNpnProvider
333 this.selected = protocols.get(0);
334 return selected;
336 this.selected = (String) args[0];
/external/openssh/
H A Daudit-bsm.c165 * Check if the specified event is selected (enabled) for auditing.
166 * Returns 1 if the event is selected, 0 if not and -1 on failure.
169 selected(char *username, uid_t uid, au_event_t event, int sf) function
203 sel = selected(the_authctxt->user, uid, event_no, rc);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.h129 Eina_Bool selected:1; member in struct:_Ewk_Hit_Test::__anon16026
/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...]

Completed in 575 milliseconds

1234