OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v2_bounds
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/
view_unittest.cc
1007
gfx::Rect
v2_bounds
= gfx::Rect(105, 0, 100, 100);
local
1009
v2->SetBoundsRect(
v2_bounds
);
1013
gfx::Point v2_centerpoint =
v2_bounds
.CenterPoint();
1015
gfx::Point v2_origin =
v2_bounds
.origin();
[
all
...]
Completed in 60 milliseconds