Home | History | Annotate | Download | only in tabs

Lines Matching refs:local_point

1167   gfx::Point local_point = tab_in_tab_coordinates;
1168 ConvertPointToTarget(tab, this, &local_point);
1170 views::View* view = GetEventHandlerForPoint(local_point);
1572 gfx::Point local_point = event->location();
1573 Tab* tab = FindTabForEvent(local_point);
1575 ConvertPointToScreen(this, &local_point);
1576 ShowContextMenuForTab(tab, local_point, ui::MENU_SOURCE_TOUCH);