Home | History | Annotate | Download | only in frame

Lines Matching refs:tabstrip_

301       tabstrip_(NULL),
346 if (tabstrip_) {
347 tabstrip_->parent()->RemoveChildView(tabstrip_);
348 delete tabstrip_;
349 tabstrip_ = NULL;
382 toolbar_bounds.Inset(tabstrip_->x() - toolbar_bounds.x(), 0, 0, 0);
401 // We want to return tabstrip_->height(), but we might be called in the midst
404 return IsTabStripVisible() ? tabstrip_->GetPreferredSize().height() : 0;
901 return tabstrip_->IsTabStripEditable();
1542 // tabstrip_->DestroyDragController();
1561 if (tabstrip_ && !tabstrip_->IsTabStripCloseable())
1730 scoped_ptr<AbstractTabStripView> old_strip(tabstrip_);
1731 if (tabstrip_)
1732 tabstrip_->parent()->RemoveChildView(tabstrip_);
1734 tabstrip_ = CreateTabStrip(browser_.get(), this, model, UseVerticalTabs());
1850 tabstrip_->UpdateLoadingAnimations();
1890 x += tabstrip_->bounds().right();