Searched defs:DropdownBarHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc21 bool DropdownBarHost::disable_animations_during_testing_ = false;
24 // DropdownBarHost, public:
26 DropdownBarHost::DropdownBarHost(BrowserView* browser_view) function in class:DropdownBarHost
36 void DropdownBarHost::Init(views::View* host_view,
71 DropdownBarHost::~DropdownBarHost() {
76 void DropdownBarHost::Show(bool animate) {
96 void DropdownBarHost::SetFocusAndSelection() {
100 bool DropdownBarHost
[all...]
H A Ddropdown_bar_host.h36 // The DropdownBarHost implements the container widget for the UI that
43 class DropdownBarHost : public ui::AcceleratorTarget, class in inherits:ui::AcceleratorTarget,views::FocusChangeListener,gfx::AnimationDelegate
47 explicit DropdownBarHost(BrowserView* browser_view);
48 virtual ~DropdownBarHost();
50 // Initializes the DropdownBarHost. This creates the widget that |view| paints
197 DISALLOW_COPY_AND_ASSIGN(DropdownBarHost);

Completed in 71 milliseconds