Home
last modified time | relevance | path

Searched refs:child_x (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc447 int child_x = std::max((allocation->width - requisition.width) / 2, 0); in OnSetFloatingPosition() local
448 g_value_set_int(&value, child_x); in OnSetFloatingPosition()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_gtk.cc473 int child_x = std::max(half_view_width - (requisition.width / 2), 0); in SetFloatingPosition() local
474 PositionChild(widget, child_x, 0, 0, 0); in SetFloatingPosition()