Searched refs:TitleDragController (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/athena/wm/
H A Dtitle_drag_controller.h40 class TitleDragController : public ui::EventHandler { class in namespace:athena
42 TitleDragController(aura::Window* container,
44 virtual ~TitleDragController();
59 base::WeakPtrFactory<TitleDragController> weak_ptr_;
61 DISALLOW_COPY_AND_ASSIGN(TitleDragController);
H A Dtitle_drag_controller.cc31 TitleDragController::TitleDragController(aura::Window* container, function in class:athena::TitleDragController
41 TitleDragController::~TitleDragController() {
45 void TitleDragController::EndTransition(aura::Window* window, bool complete) {
50 base::Bind(&TitleDragController::OnTransitionEnd,
59 void TitleDragController::OnTransitionEnd(aura::Window* window, bool complete) {
74 void TitleDragController::OnGestureEvent(ui::GestureEvent* gesture) {
H A Dwindow_manager_impl.h94 scoped_ptr<TitleDragController> title_drag_controller_;
H A Dwindow_manager_impl.cc155 title_drag_controller_.reset(new TitleDragController(container_.get(), this));

Completed in 742 milliseconds