Searched defs:IsSelected (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_filter.py61 def IsSelected(cls, page): member in class:PageFilter
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc69 bool ListSelectionModel::IsSelected(int index) const { function in class:ui::ListSelectionModel
75 if (!IsSelected(index)) {
107 if (!IsSelected(i))
119 bool was_selected = IsSelected(from);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h240 bool IsSelected() const { return selected_; } function in class:views::MenuItemView
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc195 bool BrowserAccessibilityAndroid::IsSelected() const { function in class:content::BrowserAccessibilityAndroid
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp81 FX_BOOL CPWL_IconList_Item::IsSelected() const function in class:CPWL_IconList_Item
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp539 FX_BOOL CPDFSDK_Annot::IsSelected() function in class:CPDFSDK_Annot
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp59 FX_BOOL CFX_ListItem::IsSelected() const function in class:CFX_ListItem
262 if (pListItem->IsSelected())
275 if (pListItem->IsSelected())
325 return pListItem->IsSelected();
H A Dfxet_edit.cpp2132 FX_BOOL CFX_Edit::IsSelected() const function in class:CFX_Edit
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc474 bool Tab::IsSelected() const { function in class:Tab
503 if (IsSelected() ||
862 if (!IsSelected()) {
866 } else if (!IsSelected()) {
869 } else if (!IsSelected()) {
953 if (!IsSelected())
983 if (IsSelected())
1027 const SkColor title_color = GetThemeProvider()->GetColor(IsSelected() ?
1448 const bool is_selected = IsSelected();
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc502 .SetProperty("isSelected", &WebAXObjectProxy::IsSelected)
719 bool WebAXObjectProxy::IsSelected() { function in class:content::WebAXObjectProxy

Completed in 1908 milliseconds