Home | History | Annotate | Download | only in frame

Lines Matching refs:toolbar_

45       toolbar_(NULL),
67 toolbar_->GetMinimumSize() : gfx::Size());
172 bv_bounds.Offset(0, toolbar_->y());
173 bv_bounds.set_height(bv_bounds.height() - toolbar_->y());
188 bv_bounds.set_height(toolbar_->y());
200 toolbar_ = NULL;
232 toolbar_ = static_cast<ToolbarView*>(view);
316 toolbar_->location_bar()->SetFocusable(visible);
322 int height = visible ? toolbar_->GetPreferredSize().height() : 0;
323 toolbar_->SetVisible(visible);
324 toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height);
337 top = std::max(toolbar_->bounds().bottom(), LayoutBookmarkBar(top));