OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vis_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/
scroll_view.cc
441
const gfx::Rect
vis_rect
= GetVisibleRect();
local
442
if (
vis_rect
.Contains(gfx::Rect(x, y, max_x - x, max_y - y)))
453
(
vis_rect
.x() > x) ? x : std::max(0, max_x - contents_viewport_->width());
455
(
vis_rect
.y() > y) ? y : std::max(0, max_y -
/external/chromium_org/ui/views/controls/menu/
menu_controller.cc
221
gfx::Rect
vis_rect
= submenu_->GetVisibleBounds();
local
225
vis_rect
.set_y(is_scrolling_up_ ?
227
std::min(submenu_->height() -
vis_rect
.height(), start_y_ + delta_y));
228
submenu_->ScrollRectToVisible(
vis_rect
);
1484
gfx::Rect
vis_rect
= submenu->GetVisibleBounds();
local
[
all
...]
Completed in 62 milliseconds