OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buttons_height
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/window/
dialog_client_view.cc
171
int
buttons_height
= GetButtonsAndExtraViewRowHeight();
local
172
if (
buttons_height
!= 0) {
173
size.Enlarge(0,
buttons_height
+ kRelatedControlVerticalSpacing);
395
int
buttons_height
= std::max(
local
398
return std::max(extra_view_height,
buttons_height
);
Completed in 131 milliseconds