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
60
gfx::Rect
contents_view_bounds
= contents_view->bounds();
local
61
contents_view_bounds
.Union(view->bounds());
62
contents_view->SetBoundsRect(
contents_view_bounds
);
64
contents_view_bounds
.size()));
/external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc
269
gfx::Rect
contents_view_bounds
= contents_view->bounds();
local
270
contents_view_bounds
.Union(view->bounds());
271
contents_view->SetBoundsRect(
contents_view_bounds
);
272
widget->SetBounds(
contents_view_bounds
);
[
all
...]
Completed in 45 milliseconds