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_org/chrome/browser/ui/views/frame/
browser_view_layout.cc
237
int
height_delta
= bounding_box.y() - find_bar_y;
local
239
bounding_box.set_height(std::max(0, bounding_box.height() +
height_delta
));
Completed in 45 milliseconds