Lines Matching full:views
11 #include "ui/views/controls/button/custom_button.h"
12 #include "ui/views/controls/label.h"
13 #include "ui/views/view.h"
19 class ASH_EXPORT CandidateView : public views::CustomButton {
21 CandidateView(views::ButtonListener* listener,
42 // Overridden from views::CustomButton:
53 // Views created in the class will be part of tree of |this|, so these
54 // child views will be deleted when |this| is deleted.
57 views::Label* shortcut_label_;
59 views::Label* candidate_label_;
61 views::Label* annotation_label_;
63 views::View* infolist_icon_;