HomeSort by relevance Sort by last modified time
    Searched defs:DropdownBarHost (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 39 bool DropdownBarHost::disable_animations_during_testing_ = false;
42 // DropdownBarHost, public:
44 DropdownBarHost::DropdownBarHost(BrowserView* browser_view)
53 void DropdownBarHost::Init(DropdownBarView* view) {
77 DropdownBarHost::~DropdownBarHost() {
82 void DropdownBarHost::Show(bool animate) {
101 void DropdownBarHost::SetFocusAndSelection() {
105 bool DropdownBarHost::IsAnimating() const
    [all...]
dropdown_bar_host.h 33 // The DropdownBarHost implements the container widget for the UI that
41 class DropdownBarHost : public views::AcceleratorTarget,
45 explicit DropdownBarHost(BrowserView* browser_view);
46 virtual ~DropdownBarHost();
188 DISALLOW_COPY_AND_ASSIGN(DropdownBarHost);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 40 bool DropdownBarHost::disable_animations_during_testing_ = false;
43 // DropdownBarHost, public:
45 DropdownBarHost::DropdownBarHost(BrowserView* browser_view)
55 void DropdownBarHost::Init(views::View* host_view,
92 DropdownBarHost::~DropdownBarHost() {
97 void DropdownBarHost::Show(bool animate) {
117 void DropdownBarHost::SetFocusAndSelection() {
121 bool DropdownBarHost::IsAnimating() const
    [all...]
dropdown_bar_host.h 37 // The DropdownBarHost implements the container widget for the UI that
45 class DropdownBarHost : public ui::AcceleratorTarget,
49 explicit DropdownBarHost(BrowserView* browser_view);
50 virtual ~DropdownBarHost();
52 // Initializes the DropdownBarHost. This creates the widget that |view| paints
208 DISALLOW_COPY_AND_ASSIGN(DropdownBarHost);

Completed in 87 milliseconds