OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contents_view_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/tooltips/
tooltip_controller_unittest.cc
62
gfx::Rect
contents_view_bounds
= contents_view->bounds();
local
63
contents_view_bounds
.Union(view->bounds());
64
contents_view->SetBoundsRect(
contents_view_bounds
);
66
contents_view_bounds
.size()));
/external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc
271
gfx::Rect
contents_view_bounds
= contents_view->bounds();
local
272
contents_view_bounds
.Union(view->bounds());
273
contents_view->SetBoundsRect(
contents_view_bounds
);
274
widget->SetBounds(
contents_view_bounds
);
[
all
...]
Completed in 112 milliseconds