Searched refs:native_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc52 gfx::Rect native_bounds = root_window->GetHost()->GetBounds(); local
53 native_bounds.Inset(
60 int x = std::abs(native_bounds.x() - start.x()) <
61 std::abs(native_bounds.right() - start.x())
62 ? native_bounds.x()
63 : native_bounds.right() - 1;
68 int y = std::abs(native_bounds.y() - start.y()) <
69 std::abs(native_bounds.bottom() - start.y())
70 ? native_bounds.y()
71 : native_bounds
209 gfx::Rect native_bounds = root->GetHost()->GetBounds(); local
[all...]
H A Dscreen_position_controller.cc103 const gfx::Rect native_bounds = host->GetBounds(); local
104 if (native_bounds.Contains(location_in_native)) {

Completed in 666 milliseconds