Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/frame/
Dbrowser_view.cc337 gfx::Point point_in_parent_coords(p); in ShowContextMenuForView() local
338 views::View::ConvertPointToView(NULL, parent(), &point_in_parent_coords); in ShowContextMenuForView()
339 int hit_test = NonClientHitTest(point_in_parent_coords); in ShowContextMenuForView()