Searched refs:OnMouseMotion (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
H A Dnotification_panel.h114 void OnMouseMotion(const gfx::Point& point);
H A Dnotification_browsertest.cc191 panel->OnMouseMotion(gfx::Point(10, 10));
511 panel->OnMouseMotion(gfx::Point(10, 50));
515 panel->OnMouseMotion(gfx::Point(10, 10));
519 panel->OnMouseMotion(gfx::Point(500, 500));
H A Dnotification_panel.cc82 panel_->OnMouseMotion(*last_point_.get());
103 panel_->OnMouseMotion(*last_point_.get());
642 void NotificationPanel::OnMouseMotion(const gfx::Point& point) { function in class:chromeos::NotificationPanel

Completed in 43 milliseconds