Home | History | Annotate | Download | only in frame

Lines Matching refs:tab_strip_

123       tab_strip_(NULL),
152 tab_strip_ = tab_strip;
168 tab_strip_->GetMinimumSize() : gfx::Size());
263 if (ConvertedHitTest(parent, tab_strip_, &test_point)) {
264 if (tab_strip_->IsPositionInWindowCaption(test_point))
274 (tab_strip_->y() + kTabShadowSize))) {
328 int x = tab_strip_->GetMirroredX() +
331 tab_strip_->SetBackgroundOffset(
381 tab_strip_->SetVisible(false);
382 tab_strip_->SetBounds(0, 0, 0, 0);
387 gfx::Rect tabstrip_bounds(delegate_->GetBoundsForTabStrip(tab_strip_));
393 tab_strip_->SetVisible(true);
394 tab_strip_->SetBoundsRect(tabstrip_bounds);