Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:target_location

820       POINT target_location(event.location().ToPOINT());
821 ClientToScreen(GetHWND(), &target_location);
822 ScreenToClient(target->GetHWND(), &target_location);
825 target_event.set_location(gfx::Point(target_location));