Home | History | Annotate | Download | only in tabbed_pane

Lines Matching refs:tab_strip_

253     tab_strip_(new TabStrip(this)),
257 AddChildView(tab_strip_);
271 DCHECK_EQ(tab_strip_->child_count(), contents_->child_count());
281 AddTabAtIndex(tab_strip_->child_count(), title, contents);
290 tab_strip_->AddChildViewAt(new Tab(this, title, contents), index);
309 tab_strip_->SchedulePaint();
324 const int index = tab_strip_->GetIndexOf(tab);
333 size.Enlarge(0, tab_strip_->GetPreferredSize().height());
338 return static_cast<Tab*>(tab_strip_->child_at(index));
342 const gfx::Size size = tab_strip_->GetPreferredSize();
343 tab_strip_->SetBounds(0, 0, width(), size.height());
344 contents_->SetBounds(0, tab_strip_->bounds().bottom(), width(),