Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc957 gfx::Point press_loc(location); in StartDrag() local
958 View::ConvertPointToScreen(source->GetScrollViewContainer(), &press_loc); in StartDrag()
959 View::ConvertPointFromScreen(item, &press_loc); in StartDrag()
960 gfx::Point widget_loc(press_loc); in StartDrag()
969 press_loc.OffsetFromOrigin(), in StartDrag()