Searched refs:last_mouse_location_ (Results 1 – 9 of 9) sorted by relevance
55 const gfx::Point& last_mouse_location() const { return last_mouse_location_; } in last_mouse_location()57 last_mouse_location_ = last_mouse_location; in set_last_mouse_location()99 gfx::Point last_mouse_location_; variable
72 last_mouse_location_(GetMouseLocationInScreen()) { in ScopedDisableInternalMouseAndKeyboardX11()145 SetMouseLocationInScreen(last_mouse_location_); in DidProcessEvent()148 last_mouse_location_ = GetMouseLocationInScreen(); in DidProcessEvent()
37 gfx::Point last_mouse_location_; variable
79 last_mouse_location_ = location; in Drag()99 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in CompleteDrag()
56 gfx::Point last_mouse_location_; variable
208 gfx::Point last_mouse_location_; variable
353 last_mouse_location_ = location_in_parent; in Drag()785 gfx::Point last_mouse_location_in_screen = last_mouse_location_; in AdjustBoundsForMainWindow()
1041 last_mouse_location_ = mouse_location; in OnTitlebarMousePressed()1050 ExceededDragThreshold(mouse_location - last_mouse_location_)) { in OnTitlebarMouseDragged()1058 panel_->manager()->StartDragging(panel_.get(), last_mouse_location_); in OnTitlebarMouseDragged()1066 last_mouse_location_ = mouse_location; in OnTitlebarMouseDragged()
223 gfx::Point last_mouse_location_; variable