HomeSort by relevance Sort by last modified time
    Searched full:selected_action_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/app_list/views/
search_result_actions_view.cc 22 selected_action_(-1) {
48 if (selected_action_ == action_index)
51 selected_action_ = action_index;
54 if (IsValidActionIndex(selected_action_)) {
55 child_at(selected_action_)->NotifyAccessibilityEvent(
90 if (!IsValidActionIndex(selected_action_))
93 const gfx::Rect active_action_bounds(child_at(selected_action_)->bounds());
search_result_actions_view.h 28 int selected_action() const { return selected_action_; }
44 int selected_action_; member in class:app_list::SearchResultActionsView

Completed in 142 milliseconds