Searched refs:temp_pt (Results 1 – 1 of 1) sorted by relevance
281 gfx::Point temp_pt(p.x() - widget_bounds.x(), p.y() - widget_bounds.y()); in ShowContextMenuForView() local282 View::ConvertPointFromWidget(this, &temp_pt); in ShowContextMenuForView()283 context_menu_mouse_position_ = IsHorizontal() ? temp_pt.x() : temp_pt.y(); in ShowContextMenuForView()