Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_layout.h70 void LayoutPass3(gfx::Rect* bounds, int* available_width);
Dlocation_bar_layout.cc133 void LocationBarLayout::LayoutPass3(gfx::Rect* bounds, int* available_width) { in LayoutPass3() function in LocationBarLayout
Dlocation_bar_view.cc775 leading_decorations.LayoutPass3(&location_bounds, &available_width); in Layout()
776 trailing_decorations.LayoutPass3(&location_bounds, &available_width); in Layout()