Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.cc86 virtual gboolean OnMotionNotify(GtkWidget* widget, GdkEventMotion* event) { in OnMotionNotify() function in __anon576f06300111::ViewportWidget
87 gboolean result = WidgetGtk::OnMotionNotify(widget, event); in OnMotionNotify()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_gtk.cc483 WidgetGtk::OnMotionNotify(widget, event); in OnMouseMove()