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

  /external/chromium_org/ui/app_list/views/
apps_container_view.cc 196 gfx::Rect to_grid_view = folder_item_view->ConvertRectToParent(
198 gfx::Rect to_container = apps_grid_view_->ConvertRectToParent(to_grid_view);
224 app_list_folder_view_->ConvertRectToParent(
app_list_folder_view.cc 200 gfx::Rect to_apps_grid_view = item_view->ConvertRectToParent(icon_bounds);
202 items_grid_view_->ConvertRectToParent(to_apps_grid_view);
apps_grid_view.cc     [all...]
  /external/chromium_org/ui/views/
view.cc 350 vis_bounds = view->ConvertRectToParent(vis_bounds);
719 gfx::Rect View::ConvertRectToParent(const gfx::Rect& rect) const {
730 x_rect = v->ConvertRectToParent(x_rect);
749 parent_->SchedulePaintInRect(ConvertRectToParent(rect));
    [all...]
view.h 486 gfx::Rect ConvertRectToParent(const gfx::Rect& rect) const;
    [all...]
view_unittest.cc     [all...]
  /external/chromium_org/ui/views/widget/
root_view.cc 302 gfx::Rect xrect = ConvertRectToParent(rect);

Completed in 90 milliseconds