OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:primary_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/display/
mouse_cursor_event_filter.cc
177
const gfx::Rect
primary_bounds
=
local
184
std::max(
primary_bounds
.x(), secondary_bounds.x()));
186
std::min(
primary_bounds
.right(), secondary_bounds.right()) -
191
primary_bounds
.y() - (from_primary ? 0 : kIndicatorThickness) :
192
primary_bounds
.bottom() - (from_primary ? kIndicatorThickness : 0));
198
primary_bounds
.y() - (from_primary ? kIndicatorThickness : 0) :
199
primary_bounds
.bottom() - (from_primary ? 0 : kIndicatorThickness));
206
const gfx::Rect
primary_bounds
=
local
212
int upper_shared_y = std::max(
primary_bounds
.y(), secondary_bounds.y());
213
int lower_shared_y = std::min(
primary_bounds
.bottom()
[
all
...]
display_manager.cc
1007
const gfx::Rect&
primary_bounds
= primary_display.bounds();
local
[
all
...]
/external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc
608
gfx::Rect
primary_bounds
= ash::Shell::GetInstance()->GetScreen()->
local
653
EXPECT_TRUE(
primary_bounds
.Contains(window_bounds));
693
EXPECT_TRUE(
primary_bounds
.Contains(window_bounds));
[
all
...]
Completed in 49 milliseconds