HomeSort by relevance Sort by last modified time
    Searched refs:native_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 52 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.bottom() - 1
209 gfx::Rect native_bounds = root->GetHost()->GetBounds(); local
    [all...]
screen_position_controller.cc 103 const gfx::Rect native_bounds = host->GetBounds(); local
104 if (native_bounds.Contains(location_in_native)) {

Completed in 173 milliseconds