OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_height_delta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc
106
// Round |
current_height_delta
| instead of truncating so we won't leave single
109
int
current_height_delta
= static_cast<int>(
local
112
current_frame_bounds.height() +
current_height_delta
);
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc
238
// Round |
current_height_delta
| instead of truncating so we won't leave single
241
int
current_height_delta
= static_cast<int>(
local
244
current_frame_bounds.height() +
current_height_delta
);
Completed in 197 milliseconds