Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/scrollbar/
Dbase_scroll_bar.cc281 gfx::Point temp_pt(p.x() - widget_bounds.x(), p.y() - widget_bounds.y()); in ShowContextMenuForView() local
282 View::ConvertPointFromWidget(this, &temp_pt); in ShowContextMenuForView()
283 context_menu_mouse_position_ = IsHorizontal() ? temp_pt.x() : temp_pt.y(); in ShowContextMenuForView()