Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc494 int child_bottom = child->bounds().bottom(); in UpdateTopContainerBounds() local
495 if (child_bottom > height) in UpdateTopContainerBounds()
496 height = child_bottom; in UpdateTopContainerBounds()