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

  /external/chromium_org/ash/tooltips/
tooltip_controller_unittest.cc 61 gfx::Rect contents_view_bounds = contents_view->bounds(); local
62 contents_view_bounds.Union(view->bounds());
63 contents_view->SetBoundsRect(contents_view_bounds);
65 contents_view_bounds.size()));
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 269 gfx::Rect contents_view_bounds = contents_view->bounds(); local
270 contents_view_bounds.Union(view->bounds());
271 contents_view->SetBoundsRect(contents_view_bounds);
272 widget->SetBounds(contents_view_bounds);
    [all...]

Completed in 112 milliseconds