Searched refs:MoveAttached (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.h115 void MoveAttached(const gfx::Point& screen_point);
251 // True until |MoveAttached| is invoked once.
H A Ddragged_tab_controller_gtk.cc286 MoveAttached(screen_point);
304 void DraggedTabControllerGtk::MoveAttached(const gfx::Point& screen_point) { function in class:DraggedTabControllerGtk
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.h193 void MoveAttached(const gfx::Point& screen_point);
374 // True until |MoveAttached| is invoked once.
H A Ddragged_tab_controller.cc695 MoveAttached(screen_point);
700 void DraggedTabController::MoveAttached(const gfx::Point& screen_point) { function in class:DraggedTabController
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h309 void MoveAttached(const gfx::Point& point_in_screen);
573 // True until |MoveAttached| is invoked once.
H A Dtab_drag_controller.cc810 MoveAttached(point_in_screen);
871 MoveAttached(point_in_screen);
918 void TabDragController::MoveAttached(const gfx::Point& point_in_screen) { function in class:TabDragController
1437 MoveAttached(point_in_screen);

Completed in 94 milliseconds