Searched refs:main_bar_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container_browsertest.cc443 BrowserActionsContainerOverflowTest() : main_bar_(NULL), model_(NULL) {
449 // Returns true if the order of the BrowserActionViews in |main_bar_|
454 // that the number of visible browser actions in |main_bar_| is
460 BrowserActionsContainer* main_bar() { return main_bar_; }
470 BrowserActionsContainer* main_bar_; member in class:BrowserActionsContainerOverflowTest
495 main_bar_ = BrowserView::GetBrowserViewForBrowser(browser())
497 overflow_bar_.reset(new BrowserActionsContainer(browser(), NULL, main_bar_));
509 if (main_bar_->num_browser_actions() !=
512 for (size_t i = 0; i < main_bar_->num_browser_actions(); ++i) {
513 if (main_bar_
[all...]

Completed in 2672 milliseconds