OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DropdownBarView
(Results
1 - 5
of
5
) sorted by null
/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
();
59
DISALLOW_COPY_AND_ASSIGN(
DropdownBarView
);
dropdown_bar_view.cc
90
DropdownBarView
::
DropdownBarView
(DropdownBarHost* host)
95
DropdownBarView
::~
DropdownBarView
() {
99
//
DropDownBarView
, public:
101
void
DropdownBarView
::SetAnimationOffset(int offset) {
106
//
DropDownBarView
, views::View overrides:
107
void
DropdownBarView
::OnPaint(gfx::Canvas* canvas) {
125
//
DropDownBarView
, protected:
127
void
DropdownBarView
::SetBackground(const gfx::ImageSkia* left_alpha_mask
[
all
...]
dropdown_bar_host.h
18
class
DropdownBarView
;
184
// Tracks and stores the last focused view which is not the
DropdownBarView
185
// or any of its children. Used to restore focus once the
DropdownBarView
is
190
// dropdown bar. It contains the
DropdownBarView
.
find_bar_view.h
33
class FindBarView : public
DropdownBarView
,
find_bar_view.cc
77
:
DropdownBarView
(host),
245
DropdownBarView
::OnPaint(canvas);
Completed in 1180 milliseconds