Home | History | Annotate | Download | only in frame

Lines Matching refs:tabstrip_

44     : tabstrip_(NULL),
63 tabstrip_->GetMinimumSize() : gfx::Size());
125 views::View::ConvertPointToView(browser_view_, tabstrip_, &tabstrip_point);
126 return tabstrip_->IsPositionInWindowCaption(tabstrip_point);
147 views::View::ConvertPointToView(parent, tabstrip_,
149 if (tabstrip_->HitTest(point_in_tabstrip_coords)) {
150 if (tabstrip_->IsPositionInWindowCaption(point_in_tabstrip_coords))
160 (tabstrip_->y() + kTabShadowSize))) {
206 tabstrip_ = NULL;
235 tabstrip_ = static_cast<AbstractTabStripView*>(view);
252 tabstrip_->SetBackgroundOffset(gfx::Point(
253 tabstrip_->GetMirroredX() + browser_view_->GetMirroredX(),
292 tabstrip_->SetVisible(false);
293 tabstrip_->SetBounds(0, 0, 0, 0);
298 browser_view_->frame()->GetBoundsForTabStrip(tabstrip_));
307 tabstrip_->SetVisible(true);
308 tabstrip_->SetBoundsRect(tabstrip_bounds);