Searched refs:bounds_f (Results 1 – 2 of 2) sorted by relevance
146 gfx::RectF bounds_f = tab->close_button_->GetContentsBounds(); in GetTabCloseHitTestMask() local148 bounds_f = tab->close_button_->GetLocalBounds(); in GetTabCloseHitTestMask()149 views::View::ConvertRectToTarget(tab->close_button_, tab, &bounds_f); in GetTabCloseHitTestMask()150 return gfx::ToEnclosingRect(bounds_f); in GetTabCloseHitTestMask()
262 gfx::RectF bounds_f(browser_view_->frame()->GetBoundsForTabStrip( in GetBoundsForTabStripInBrowserView() local265 &bounds_f); in GetBoundsForTabStripInBrowserView()266 return gfx::ToEnclosingRect(bounds_f); in GetBoundsForTabStripInBrowserView()