OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_bottom
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
top_container_view.cc
27
int
child_bottom
= child->bounds().bottom();
local
28
if (
child_bottom
> height)
29
height =
child_bottom
;
Completed in 927 milliseconds