Home
last modified time | relevance | path

Searched refs:GetTouchWidth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.h135 static int GetTouchWidth();
Dtab_strip.cc1336 Tab::GetTouchWidth() + (2 * kStackedPadding * kMaxStackedCount); in GetPreferredSize()
2536 tab_size.set_width(Tab::GetTouchWidth()); in SwapLayoutIfNecessary()
2570 return (Tab::GetTouchWidth() * normal_count + in NeedsTouchLayout()
Dtab.cc620 int Tab::GetTouchWidth() { in GetTouchWidth() function in Tab