Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dstatus_bubble_gtk.cc46 last_mouse_location_(0, 0), in StatusBubbleGtk()
150 MouseMoved(last_mouse_location_, false); in SetStatusTextTo()
163 last_mouse_location_ = location; in MouseMoved()
Dstatus_bubble_gtk.h168 gfx::Point last_mouse_location_; variable