HomeSort by relevance Sort by last modified time
    Searched refs:DropdownBarView (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/views/
dropdown_bar_view.h 15 // The DropdownBarView is an abstract view to draw the UI controls of the
19 class DropdownBarView : public views::View {
21 explicit DropdownBarView(DropdownBarHost* host)
25 virtual ~DropdownBarView() {}
51 DISALLOW_COPY_AND_ASSIGN(DropdownBarView);
dropdown_bar_host.h 18 class DropdownBarView;
49 void Init(DropdownBarView* view);
104 DropdownBarView* view() const { return view_; }
160 DropdownBarView* view_;
175 // Tracks and stores the last focused view which is not the DropdownBarView
176 // or any of its children. Used to restore focus once the DropdownBarView is
181 // dropdown bar. It contains the DropdownBarView.
find_bar_view.h 33 class FindBarView : public DropdownBarView,
dropdown_bar_host.cc 53 void DropdownBarHost::Init(DropdownBarView* view) {
find_bar_view.cc 89 : DropdownBarView(host),
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_view.h 19 // The DropdownBarView is an abstract view to draw the UI controls of the
23 class DropdownBarView : public views::AccessiblePaneView,
26 explicit DropdownBarView(DropdownBarHost* host);
27 virtual ~DropdownBarView();
58 DISALLOW_COPY_AND_ASSIGN(DropdownBarView);
dropdown_bar_view.cc 91 DropdownBarView::DropdownBarView(DropdownBarHost* host)
96 DropdownBarView::~DropdownBarView() {
100 // DropDownBarView, public:
102 void DropdownBarView::SetAnimationOffset(int offset) {
107 // DropDownBarView, views::View overrides:
108 void DropdownBarView::OnPaint(gfx::Canvas* canvas) {
126 // DropDownBarView, protected:
128 void DropdownBarView::SetBackground(const gfx::ImageSkia* left_alpha_mask
    [all...]
find_bar_view.h 32 class FindBarView : public DropdownBarView,
dropdown_bar_host.h 19 class DropdownBarView;
195 // Tracks and stores the last focused view which is not the DropdownBarView
196 // or any of its children. Used to restore focus once the DropdownBarView is
201 // dropdown bar. It contains the DropdownBarView.
find_bar_view.cc 71 : DropdownBarView(host),
244 DropdownBarView::OnPaint(canvas);

Completed in 386 milliseconds