OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
display_manager.cc
853
gfx::Rect
host_bounds
= first_display.bounds_in_native();
local
856
"%d+%d-500x400",
host_bounds
.x(),
host_bounds
.bottom())));
[
all
...]
/external/chromium_org/ui/compositor/
layer_unittest.cc
91
const gfx::Rect
host_bounds
(10, 10, 500, 500);
92
window_.reset(TestCompositorHost::Create(
host_bounds
));
[
all
...]
Completed in 27 milliseconds