Searched defs:target_client (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow.cc612 client::ScreenPositionClient* target_client = local
614 // |target_client| can be NULL in tests.
615 if (target_client)
616 target_client->ConvertPointFromScreen(target, point);

Completed in 104 milliseconds