OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:height_delta
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc
108
int
height_delta
= find_bar_y_ - bounding_box.y();
local
110
bounding_box.set_height(std::max(0, bounding_box.height() +
height_delta
));
Completed in 104 milliseconds