HomeSort by relevance Sort by last modified time
    Searched full:chevron_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 106 chevron_(NULL),
130 chevron_ = new ChevronMenuButton(NULL, base::string16(), this, false);
131 chevron_->EnableCanvasFlippingForRTLUI(true);
132 chevron_->SetAccessibleName(
134 chevron_->SetVisible(false);
135 AddChildView(chevron_);
278 chevron_->SetVisible(true);
279 gfx::Size chevron_size(chevron_->GetPreferredSize());
282 chevron_->SetBounds(
288 chevron_->SetVisible(false)
    [all...]
browser_actions_container.h 140 views::View* chevron() { return chevron_; }
141 const views::View* chevron() const { return chevron_; }
379 views::MenuButton* chevron_; member in class:BrowserActionsContainer

Completed in 119 milliseconds