Home
last modified time | relevance | path

Searched refs:last_point_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc81 if (last_point_.get()) in UpdateControl()
82 panel_->OnMouseMotion(*last_point_.get()); in UpdateControl()
97 if (!last_point_.get()) { in OnMotionNotify()
98 last_point_.reset(new gfx::Point(x, y)); in OnMotionNotify()
100 last_point_->set_x(x); in OnMotionNotify()
101 last_point_->set_y(y); in OnMotionNotify()
103 panel_->OnMouseMotion(*last_point_.get()); in OnMotionNotify()
115 last_point_.reset(); in OnLeaveNotify()
122 scoped_ptr<gfx::Point> last_point_; member in __anon1c6e452c0111::ViewportWidget