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

12345

/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/chromium_org/third_party/WebKit/Source/core/html/
H A DTypeAhead.cpp95 int selected = m_dataSource->indexOfSelectedOption(); local
96 int index = (selected < 0 ? 0 : selected) + searchStartOffset;
H A DHTMLOptionElement.cpp70 bool defaultSelected, bool selected, ExceptionState& es)
84 element->setSelected(selected);
135 // Changing the text causes a recalc of a select's items, which will reset the selected
137 // preserve the selected item.
218 bool HTMLOptionElement::selected() function in class:WebCore::HTMLOptionElement
235 void HTMLOptionElement::setSelected(bool selected) argument
237 if (m_isSelected == selected)
240 setSelectedState(selected);
243 select->optionSelectionStateChanged(this, selected);
246 void HTMLOptionElement::setSelectedState(bool selected) argument
69 createForJSConstructor(Document* document, const String& data, const String& value, bool defaultSelected, bool selected, ExceptionState& es) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_unittest.cc44 bool selected() const { return selected_; } function in class:TestListener
98 EXPECT_TRUE(listener->selected());
110 EXPECT_FALSE(listener->selected());
H A Dssl_client_certificate_selector.cc160 int selected = table_->FirstSelectedRow(); local
161 if (selected >= 0 &&
162 selected < static_cast<int>(
164 return cert_request_info()->client_certs[selected].get();
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityListBoxOption.cpp83 return toHTMLOptionElement(m_optionElement)->selected();
178 void AccessibilityListBoxOption::setSelected(bool selected) argument
188 if ((isOptionSelected && selected) || (!isOptionSelected && !selected))
/external/chromium_org/third_party/npapi/npspy/windows/
H A Dloggerw.cpp96 BOOL selected = TRUE; local
97 if(profile.getBool(ActionName[i], &selected))
98 bMutedCalls[i] = !selected;
H A Dgui_main.cpp299 BOOL selected = TRUE; local
300 if(profile.getBool(ActionName[i], &selected))
301 logger.bMutedCalls[i] = !selected;
/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/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/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopupDialog.java118 boolean multiple, int[] selected) {
149 for (int i = 0; i < selected.length; ++i) {
150 listView.setItemChecked(selected[i], true);
162 if (selected.length > 0) {
163 listView.setSelection(selected[0]);
164 listView.setItemChecked(selected[0], true);
205 * @param selectedIndices Indices of selected items.
117 SelectPopupDialog(ContentViewCore contentViewCore, String[] labels, int[] enabled, boolean multiple, int[] selected) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_image_util.cc38 explicit RadioButtonImageSource(bool selected) argument
41 selected_(selected) {
101 gfx::ImageSkia* CreateRadioButtonImage(bool selected) { argument
102 RadioButtonImageSource* source = new RadioButtonImageSource(selected);
148 const gfx::ImageSkia* GetRadioButtonImage(bool selected) { argument
149 int image_id = selected ? IDR_MENU_RADIO_SELECTED : IDR_MENU_RADIO_EMPTY;
/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/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h91 bool selected; member in struct:ash::IMEPropertyInfo
102 bool selected; member in struct:ash::IMEInfo
236 // Returns the currently selected IME.
242 // Returns a list of properties for the currently selected IME.
245 // Switches to the selected input method.
/external/chromium_org/chrome/browser/extensions/api/browsing_data/
H A Dbrowsing_data_api.cc101 // Returns false if any of the selected data types are not allowed to be
150 scoped_ptr<base::DictionaryValue> selected(new base::DictionaryValue);
156 SetDetails(selected.get(), permitted.get(),
159 SetDetails(selected.get(), permitted.get(),
162 SetDetails(selected.get(), permitted.get(),
165 SetDetails(selected.get(), permitted.get(),
168 SetDetails(selected.get(), permitted.get(),
171 SetDetails(selected.get(), permitted.get(),
174 SetDetails(selected.get(), permitted.get(),
178 SetDetails(selected
365 bool selected = false; local
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_controller.h31 // to be sent a message when the tab is selected by the user clicking. Setting
60 SEL action_; // selector sent when tab is selected by clicking
76 // Note that |-selected| will return YES if the controller is |-active|, too.
80 @property(assign, nonatomic) BOOL selected; variable
88 // the icon or the close button. The selected tab always has at least a close
112 // button, based on criteria such as the tab's selected state and its current
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc180 BookmarkModel* bb_model, GtkTreeStore* tree_store, GtkTreeIter* selected) {
184 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected);
179 CommitTreeStoreDifferencesBetween( BookmarkModel* bb_model, GtkTreeStore* tree_store, GtkTreeIter* selected) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dstartup_pages_handler.cc188 const ListValue* selected; local
189 CHECK(args->GetList(1, &selected));
192 for (size_t i = 0; i < selected->GetSize(); ++i) {
194 CHECK(selected->GetInteger(i, &index));
/external/chromium_org/chrome_frame/
H A Dchrome_frame_plugin.h143 UINT selected = TrackPopupMenuEx(menu, flags, x, y, GetWindow(), NULL); local
146 if (IsValid() && selected != 0 &&
147 !self->HandleContextMenuCommand(selected, params)) {
148 automation_client_->SendContextMenuCommandToChromeFrame(selected);

Completed in 661 milliseconds

12345