Home
last modified time | relevance | path

Searched refs:chevron_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc356 chevron_(NULL), in BrowserActionsContainer()
375 chevron_ = new views::MenuButton(NULL, std::wstring(), this, false); in BrowserActionsContainer()
376 chevron_->set_border(NULL); in BrowserActionsContainer()
377 chevron_->EnableCanvasFlippingForRTLUI(true); in BrowserActionsContainer()
378 chevron_->SetAccessibleName( in BrowserActionsContainer()
380 chevron_->SetVisible(false); in BrowserActionsContainer()
381 AddChildView(chevron_); in BrowserActionsContainer()
503 View* reference_view = button->parent()->IsVisible() ? button : chevron_; in OnBrowserActionExecuted()
548 chevron_->SetVisible(true); in Layout()
549 gfx::Size chevron_size(chevron_->GetPreferredSize()); in Layout()
[all …]
Dbrowser_actions_container.h286 const views::View* chevron() const { return chevron_; } in chevron()
493 views::MenuButton* chevron_; variable