Searched refs:selected (Results 26 - 50 of 223) sorted by relevance

123456789

/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/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/dom/
H A DOptionElement.cpp40 void OptionElement::setSelectedState(OptionElementData& data, Element* element, bool selected) argument
42 if (data.selected() == selected)
45 data.setSelected(selected);
/external/chromium/chrome/browser/resources/
H A Dwrench_menu.js21 * @param {boolean} selected True to set the selection, or false otherwise.
23 set selected(selected) {
24 if (selected) {
25 this.classList.add('selected');
28 this.classList.remove('selected');
110 set selected(selected) {
111 if (selected) {
112 this.cut_.classList.add('selected');
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dtree.js179 itemToSelect.selected = true;
185 * The selected tree item or null if none.
199 oldSelectedItem.selected = false;
202 item.selected = true;
313 // If we removed the selected item we should become selected.
317 this.selected = true;
370 if (tree && !this.selected) {
373 this.selected = true;
431 * Whether the tree item is selected o
[all...]
H A Dmenu.js60 * Handles mouseout events and deselects any selected item.
69 * The selected menu item or null if none.
133 oldSelectedItem.selected = false;
136 item.selected = true;
139 * The selected menu item.
H A Dlist_selection_controller.js163 // If the index is selected this is handled in mouseup.
219 var selected = sm.getIndexSelected(leadIndex);
220 if (e.ctrlKey || !selected) {
221 sm.setIndexSelected(leadIndex, !selected || !sm.multiple);
/external/chromium-trace/src/shared/js/cr/ui/
H A Dtree.js180 itemToSelect.selected = true;
186 * The selected tree item or null if none.
200 oldSelectedItem.selected = false;
203 item.selected = true;
325 // If we removed the selected item we should become selected.
329 this.selected = true;
382 if (tree && !this.selected) {
385 this.selected = true;
443 * Whether the tree item is selected o
[all...]
H A Dmenu.js61 * Handles mouseout events and deselects any selected item.
70 * The selected menu item or null if none.
134 oldSelectedItem.selected = false;
137 item.selected = true;
140 * The selected menu item.
H A Dlist_selection_controller.js165 // If the index is selected this is handled in mouseup.
218 var selected = sm.getIndexSelected(leadIndex);
219 if (e.ctrlKey || !selected) {
220 sm.setIndexSelected(leadIndex, !selected || !sm.multiple);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { argument
59 m_impl.setSelection(propertyTable, property, selected);
H A DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { argument
54 button.setSelected(selected);
/external/webkit/Source/WebCore/html/
H A DHTMLOptionElement.h42 bool defaultSelected, bool selected, ExceptionCode&);
52 virtual bool selected() const;
/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
/external/chromium/chrome/browser/resources/options/
H A Dcookies_view.css86 list.cookie-list > .deletable-item[selected] .cookie-site {
94 list.cookie-list > .deletable-item[selected] .cookie-data {
142 .cookie-items .cookie-item[selected] {
147 .cookie-items .cookie-item[selected]:hover {
162 list.cookie-list > .deletable-item[selected] .cookie-details {
H A Dfont_settings.js135 * @param {string} selectedValue The selected item.
143 var value, text, selected, option;
148 selected = value == selectedValue;
149 element.appendChild(new Option(text, value, false, selected));
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtab_control.css34 .tab-control > .tabs > :not([selected]) {
61 .tab-control .tab-button[selected] {
H A Dprofiling_view.css12 #profiling-view[selected] {
/external/chromium/chrome/browser/resources/net_internals/
H A Dtabswitcherview.css53 .tab-switcher-view .selected {
57 .tab-switcher-view a.selected {
H A Dmain.css81 #eventsListTableBody .selected,
82 #eventsListTableBody .mouseover .selected {
130 .tabSwitcher th.selected, .tabSwitcherLine {
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.h39 // node->id() of the BookmarkNode that should selected on
64 // represented by |selected|.
67 GtkTreeIter* selected);
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
H A Dpopup.js30 function addApp(appsDiv, app, selected) {
32 div.className = "app" + (selected ? " app_selected" : "");
137 // Changes the selected app in the list.
143 var selected = document.getElementsByClassName("app_selected")[0];
144 var rect = selected.getBoundingClientRect();
168 // Set up a key event handler that handles moving the selected app up/down,
169 // hitting enter to launch the selected app, as well as auto-focusing the
/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/chromium-trace/src/shared/css/
H A Dtable.css16 .table[hasElementFocus] > list > [selected] {
21 .table[hasElementFocus] > list > [lead][selected],
22 list > [selected]:hover {
/external/chromium/chrome/browser/ui/gtk/
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());

Completed in 425 milliseconds

123456789