Home
last modified time | relevance | path

Searched refs:tabstrip_width (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc139 int tabstrip_width = minimize_button_offset - tabstrip_x - in GetBoundsForTabStrip() local
143 std::max(0, tabstrip_width), in GetBoundsForTabStrip()
Dopaque_browser_frame_view_layout.cc147 const int tabstrip_width = available_width - caption_spacing; in GetBoundsForTabStrip() local
149 std::max(0, tabstrip_width), in GetBoundsForTabStrip()
/external/chromium/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc141 int tabstrip_width = minimize_button_offset - tabstrip_x - in GetBoundsForTabStrip() local
145 std::max(0, tabstrip_width), in GetBoundsForTabStrip()
Dopaque_browser_frame_view.cc239 int tabstrip_width = minimize_button_->x() - tabstrip_x - in GetBoundsForTabStrip() local
243 std::max(0, tabstrip_width), tabstrip->GetPreferredSize().height()); in GetBoundsForTabStrip()