Searched refs:selected (Results 126 - 150 of 223) sorted by relevance

123456789

/external/chromium-trace/src/shared/js/cr/ui/
H A Dlist.js577 listItem.selected = change.selected;
1121 // We don't set the lead or selected properties until after adding all
1128 newCachedItems[y].selected = true;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css508 #search_filtered .jd-selected {
512 #search_filtered .jd-selected,
513 #search_filtered .jd-selected a {
/external/chromium/chrome/browser/resources/options/
H A Dadvanced_options.js168 // Set the font size selected item.
187 $('Custom').selected = true;
H A Dcontent_settings_exceptions_area.js199 settingOption.selected = true;
/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.cpp102 // Bail out if this index is already the selected one, to avoid running unnecessary JavaScript that can mess up
105 // seem to expect it to fire its change event even when the index was already selected.
144 // If a non-placeholer label option is selected (firstSelectionIndex > 0), it's not value-missing.
213 if (items[i]->hasLocalName(optionTag) && static_cast<HTMLOptionElement*>(items[i])->selected())
478 if (diff >= 0 && option->selected())
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp228 void ChromeClientEfl::createSelectPopup(PopupMenuClient* client, int selected, const IntRect& rect) argument
230 ewk_view_popup_new(m_view, client, selected, rect);
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dmain.css52 .link.selected {
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c88 char *selected; local
95 selected = "EAP";
112 selected = "EAP";
115 selected = "MSCHAPV2";
118 selected = "MSCHAP";
121 selected = "PAP";
124 selected = "CHAP";
128 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase2 type: %s", selected);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.js388 this.selection_[i].slice.selected = false;
409 this.selection_[i].slice.selected = true;
H A Dtimeline_track.js244 colorId = slice.selected ?
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php15 total revisions: 2; selected revisions: 2 //don't store, is count of commits to the file
/external/webkit/Source/WebCore/editing/
H A DSelectionController.h85 // Call this after doing user-triggered selections to make it easy to delete the frame you entirely selected.
134 void debugRenderer(RenderObject*, bool selected) const;
/external/webkit/Source/WebCore/inspector/front-end/
H A DCookieItemsView.js193 this._dataGrid.children[0].selected = true;
H A DCookiesTable.js128 cookieNode.selected = true;
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.h129 Eina_Bool selected:1; member in struct:_Ewk_Hit_Test::__anon13437
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMHTML.idl565 - (BOOL)selected;
567 HRESULT selected([out, retval] BOOL* result);
570 - (void)setSelected:(BOOL)selected;
572 HRESULT setSelected([in] BOOL selected);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c791 struct wpa_ssid *selected, const u8 *bssid)
820 ssid->disabled = ssid != selected;
1260 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
1286 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
1288 wpa_printf(MSG_DEBUG, " selected based on WPS IE "
1296 wpa_printf(MSG_DEBUG, " selected based on WPS IE");
1363 struct wpa_bss *selected, struct wpa_ssid *ssid)
1374 "present in scan results; selected BSSID " MACSTR,
1375 MAC2STR(selected->bssid));
1378 wps_ie = wpa_bss_get_vendor_ie_multi(selected, WPS_IE_VENDOR_TYP
790 wpas_wps_reassoc(struct wpa_supplicant *wpa_s, struct wpa_ssid *selected, const u8 *bssid) argument
1362 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc120 // selected text color, it is more important to match the qualities of the
145 // Generates the selected URL color, a green color used on URL text in the
231 // result is selected or not. This would include the green URLs. Right
488 bool selected) {
498 if (selected) {
529 // There is both a hovered and selected line, hovered just means your mouse
530 // is over it, but selected is what's showing in the location edit.
616 // This entry is selected or hovered, fill a rect with the color.
486 IconForMatch( const AutocompleteMatch& match, bool selected) argument
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc273 double unselected, selected; local
274 attached_tabstrip_->GetCurrentTabWidths(&unselected, &selected);
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h309 const int selected = begin + random->Generate(range_width); local
310 std::swap((*v)[selected], (*v)[last_in_range]);
/external/gtest/src/
H A Dgtest-internal-inl.h316 const int selected = begin + random->Generate(range_width); local
317 std::swap((*v)[selected], (*v)[last_in_range]);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h316 const int selected = begin + random->Generate(range_width); local
317 std::swap((*v)[selected], (*v)[last_in_range]);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h429 const int selected = begin + random->Generate(range_width); local
430 Swap(selected, last_in_range);
/external/chromium/chrome/browser/resources/
H A Dprint_preview.js9 // user has selected.
12 // The previously selected pages by the user. It is used in
53 * Gets the selected printer capabilities and updates the controls accordingly.
299 option.selected = true;
349 // Initialize the selected pages (defaults to all selected).
406 * If the user has selected 'All' pages option, enables the print button.
407 * If the user has selected a page range, depending on the validity of page
430 * Updates the print summary based on the currently selected user options.
517 * reset to "all pages selected"
[all...]

Completed in 485 milliseconds

123456789