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

/external/chromium_org/ui/wm/core/
H A Dcoordinate_conversion.cc12 void ConvertPointToScreen(const aura::Window* window, gfx::Point* point) { function in namespace:wm
17 ConvertPointToScreen(window, point);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client.cc47 void DesktopScreenPositionClient::ConvertPointToScreen( function in class:views::DesktopScreenPositionClient
68 ConvertPointToScreen(root_window, point);
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc122 void ScreenPositionController::ConvertPointToScreen( function in class:ash::ScreenPositionController
150 ConvertPointToScreen(pair.first, point);
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc233 void TouchEditableImplAura::ConvertPointToScreen(gfx::Point* point) { function in class:content::TouchEditableImplAura
240 screen_position_client->ConvertPointToScreen(window, point);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc62 View::ConvertPointToScreen(src, &new_origin);
1121 void Textfield::ConvertPointToScreen(gfx::Point* point) { function in class:views::Textfield
1122 View::ConvertPointToScreen(this, point);
/external/chromium_org/ui/views/
H A Dview.cc367 View::ConvertPointToScreen(this, &origin);
711 void View::ConvertPointToScreen(const View* src, gfx::Point* p) { function in class:views::View
1579 ConvertPointToScreen(this, &screen_point);
2252 ConvertPointToScreen(this, &location);
2295 ConvertPointToScreen(this, &location);

Completed in 324 milliseconds