OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vis_height
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/
scroll_view.cc
538
int
vis_height
= scroll_view->contents()->parent()->height();
local
542
y +
vis_height
);
548
int last_page_y = y -
vis_height
;
/external/chromium_org/ui/views/controls/menu/
submenu_view.cc
450
// clamp y to [0, full_height -
vis_height
)
Completed in 147 milliseconds