Home | History | Annotate | Download | only in frame

Lines Matching refs:toolbar_

302       toolbar_(NULL),
376 gfx::Rect toolbar_bounds(toolbar_->bounds());
646 toolbar_->location_bar()->location_icon_view();
706 toolbar_->location_bar()->SetStarToggled(is_starred);
753 return toolbar_->location_bar();
757 LocationBarView* location_bar = toolbar_->location_bar();
771 toolbar_->reload_button()->ChangeMode(
777 toolbar_->Update(contents->tab_contents(), should_restore_state);
784 toolbar_->SetPaneFocus(last_focused_view_storage_id_, NULL);
802 if (toolbar_->IsAppMenuFocused()) {
806 toolbar_->SetPaneFocusAndFocusAppMenu(last_focused_view_storage_id_);
959 toolbar_->location_bar()->ShowStarBubble(url, !already_bookmarked);
1060 toolbar_->app_menu()->Activate();
1239 return toolbar_->location_bar();
1253 return toolbar_;
1362 return toolbar_->GetAcceleratorForCommandId(command_id, accelerator);
1489 bounds->height() + toolbar_->GetPreferredSize().height());
1551 if (toolbar_ && toolbar_->location_bar())
1552 toolbar_->location_bar()->location_entry()->ClosePopup();
1625 panes->push_back(toolbar_);
1708 toolbar_->location_bar()->location_icon_view();
2099 LocationBarView* location_bar = toolbar_->location_bar();
2435 if (toolbar_) {
2436 RemoveChildView(toolbar_);
2437 delete toolbar_;
2439 toolbar_ = toolbar;
2441 AddChildView(toolbar_);
2442 toolbar_->Init(browser_->profile());