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

  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 181 const gfx::Point& drag_point_in_root_grid) {
192 original_drag_view, rect_in_root_grid_view, drag_point_in_root_grid);
265 gfx::Point drag_point_in_root_grid = drag_point_in_folder_grid; local
266 ConvertPointToTarget(items_grid_view_, root_grid, &drag_point_in_root_grid);
app_list_folder_view.h 81 // |drag_point_in_root_grid| is in the cooridnates of root level AppsGridView.
84 const gfx::Point& drag_point_in_root_grid);

Completed in 46 milliseconds