Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc360 hover_point_ = event.location(); in OnMouseMoved()
583 SkPoint loc = { SkIntToScalar(hover_point_.x()), in DrawHoverGlowBitmap()
584 SkIntToScalar(hover_point_.y()) }; in DrawHoverGlowBitmap()
606 hover_canvas.DrawRectInt(hover_point_.x() - radius, in DrawHoverGlowBitmap()
607 hover_point_.y() - radius, in DrawHoverGlowBitmap()
Dtab.h112 gfx::Point hover_point_; variable