Searched defs:selected (Results 26 - 50 of 109) sorted by relevance

12345

/external/chromium_org/third_party/npapi/npspy/windows/
H A Dgui_main.cpp299 BOOL selected = TRUE; local
300 if(profile.getBool(ActionName[i], &selected))
301 logger.bMutedCalls[i] = !selected;
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_view.cc187 int selected = actions_view_->selected_action(); local
188 if (actions_view_->IsValidActionIndex(selected)) {
189 OnSearchResultActionActivated(selected, event.flags());
214 const bool selected = list_view_->IsResultViewSelected(this); local
216 if (selected)
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_image_util.cc38 explicit RadioButtonImageSource(bool selected) argument
41 selected_(selected) {
159 gfx::ImageSkia GetRadioButtonImage(bool selected) { argument
160 int image_id = selected ? IDR_MENU_RADIO_SELECTED : IDR_MENU_RADIO_EMPTY;
H A Dmenu_item_view.cc361 void MenuItemView::SetSelected(bool selected) { argument
362 selected_ = selected;
762 // selected.
/external/chromium_org/ui/views/controls/
H A Dmessage_box_view.cc104 void MessageBoxView::SetCheckBoxSelected(bool selected) { argument
107 checkbox_->SetChecked(selected);
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DBy.java92 /** Matches a UiElement that is selected. */
93 public static MatchFinder selected() { method in class:By
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.h47 struct perf_evsel *selected; member in struct:perf_evlist
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java322 if (!provider.unsupported && provider.selected == null) {
328 return provider.unsupported ? null : ByteString.encodeUtf8(provider.selected);
346 /** The protocol the client selected. */
347 private String selected; field in class:Platform.JettyNpnProvider
374 return selected = serverProtocols.get(i);
378 return selected = protocols.get(0);
380 this.selected = (String) args[0]; // Client selected this protocol.
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permission_controller.cc156 if (iter->second.selected)
229 GalleryDialogId gallery_id, bool selected) {
233 if (iter->second.selected == selected)
236 iter->second.selected = selected;
237 toggled_galleries_[gallery_id] = selected;
243 iter->second.selected = selected;
311 iter->second.selected
228 DidToggleEntry( GalleryDialogId gallery_id, bool selected) argument
[all...]
H A Dmedia_galleries_scan_result_controller.cc176 MediaGalleryPrefId pref_id, bool selected) {
179 entry->second.selected = selected;
220 if (it->second.selected) {
278 // Default to selected.
175 DidToggleEntry( MediaGalleryPrefId pref_id, bool selected) argument
H A Dmedia_galleries_scan_result_controller_unittest.cc219 // Show the dialog, leave one selected and accept it.
271 MediaGalleryPrefId selected = AddScanResult("selected", 1, 0, 0); local
348 EXPECT_EQ(selected, results[0].pref_info.pref_id);
349 EXPECT_TRUE(results[0].selected);
351 EXPECT_TRUE(results[1].selected);
355 EXPECT_FALSE(results[2].selected);
357 EXPECT_FALSE(results[3].selected);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dl10n_util.cc44 const std::string selected) {
51 input_method->SetBoolean("selected", ime_id == selected);
292 std::string selected; local
294 selected =
307 CreateInputMethodsEntry(*ime, selected).release());
319 const std::string& selected) {
359 if (value == selected)
360 language_info->SetBoolean("selected", true);
405 const std::string& selected) {
42 CreateInputMethodsEntry( const input_method::InputMethodDescriptor& method, const std::string selected) argument
317 GetUILanguageList( const std::vector<std::string>* most_relevant_language_codes, const std::string& selected) argument
403 GetAndActivateLoginKeyboardLayouts( const std::string& locale, const std::string& selected) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp147 WebMediaPlayer::TrackId WebMediaPlayerClientImpl::addVideoTrack(const WebString& id, VideoTrackKind kind, const WebString& label, const WebString& language, bool selected) argument
149 return mediaElement().addVideoTrack(id, kind, label, language, selected);
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc42 bool selected() const { return contents_->visible(); } function in class:views::Tab
43 void SetSelected(bool selected);
105 void Tab::SetSelected(bool selected) { argument
106 contents_->SetVisible(selected);
107 SetState(selected ? TAB_ACTIVE : TAB_INACTIVE);
118 SetState(selected() ? TAB_ACTIVE : TAB_HOVERED);
122 SetState(selected() ? TAB_ACTIVE : TAB_INACTIVE);
134 SetState(selected() ? TAB_ACTIVE : TAB_INACTIVE);
/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/chromium_org/chrome/browser/ui/views/
H A Ddesktop_media_picker_views.cc92 void DesktopMediaSourceView::SetSelected(bool selected) { argument
93 if (selected == selected_)
95 selected_ = selected;
97 if (selected) {
283 DesktopMediaSourceView* selected = GetSelection(); local
286 if (selected) {
287 int index = GetIndexOf(selected);
514 // Ok button should only be enabled when a source is selected.
/external/chromium_org/chrome/test/chromedriver/
H A Delement_util.cc565 bool selected) {
569 args.AppendBoolean(selected);
561 SetOptionElementSelected( Session* session, WebView* web_view, const std::string& element_id, bool selected) argument
/external/chromium_org/extensions/browser/api/web_view/
H A Dweb_view_internal_api.cc434 bool selected = false; local
435 if (!i.value().GetAsBoolean(&selected)) {
439 if (selected)
/external/chromium_org/ui/file_manager/gallery/js/
H A Dgallery.js142 * @param {Gallery.Item} currentSelectedItem Current selected item.
289 * Closes gallery when a volume containing the selected item is unmounted.
434 * @param {!Array.<Entry>} selectedEntries Array of selected entries.
453 selected: false,
461 selected: true,
470 if (a.selected && !b.selected)
472 else if (!a.selected && b.selected)
516 if (!chunk[i].selected)
[all...]
/external/oprofile/gui/
H A Doprof_start.cpp520 // (de)selected item so we record a set of selected items and diff
521 // it in the appropriate way with the previous list of selected items.
539 // Now try to add the newly selected item if enough HW resource exists
597 // this record the current selected event setting in the event_cfg[] stuff.
706 bool selected, uint & mask)
708 if (!selected)
720 // return the unit mask selected through the unit mask check box
705 get_unit_mask_part(op_event_descr const & descr, uint num, bool selected, uint & mask) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc650 // us selected. However, it is still possible that |locale| is set but no
1274 bool selected = false; local
1275 entry->GetBoolean("selected", &selected);
1276 if (selected) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DBrowserAccessibilityManager.java491 boolean scrollable, boolean selected, boolean visibleToUser) {
500 node.setSelected(selected);
488 setAccessibilityNodeInfoBooleanAttributes(AccessibilityNodeInfo node, int virtualViewId, boolean checkable, boolean checked, boolean clickable, boolean enabled, boolean focusable, boolean focused, boolean password, boolean scrollable, boolean selected, boolean visibleToUser) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp394 bool selected = Range::selectNodeContents(innerEditorElement(), start, end); local
395 if (!selected)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp1241 UnicodeString selected; local
1247 testString.extractBetween(start, gotoffset, selected);
1250 testString.extractBetween(gotoffset, start, selected);
1252 if(selected.compare(expected) != 0)
1253 errln(prettify((UnicodeString)"ERROR:****selected \"" + selected + "\" instead of \"" + expected + "\""));
1255 logln(prettify("****selected \"" + selected + "\""));
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp1464 UnicodeString selected; local
1470 testString.extractBetween(start, gotoffset, selected);
1473 testString.extractBetween(gotoffset, start, selected);
1475 if(selected.compare(expected) != 0)
1476 errln(prettify((UnicodeString)"ERROR:****selected \"" + selected + "\" instead of \"" + expected + "\""));
1478 logln(prettify("****selected \"" + selected + "\""));

Completed in 620 milliseconds

12345