HomeSort by relevance Sort by last modified time
    Searched defs:ConvertPointToScreen (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/wm/core/
coordinate_conversion.cc 12 void ConvertPointToScreen(const aura::Window* window, gfx::Point* point) {
17 ConvertPointToScreen(window, point);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.cc 47 void DesktopScreenPositionClient::ConvertPointToScreen(
68 ConvertPointToScreen(root_window, point);
  /external/chromium_org/ash/display/
screen_position_controller.cc 122 void ScreenPositionController::ConvertPointToScreen(
150 ConvertPointToScreen(pair.first, point);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 233 void TouchEditableImplAura::ConvertPointToScreen(gfx::Point* point) {
240 screen_position_client->ConvertPointToScreen(window, point);
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 62 View::ConvertPointToScreen(src, &new_origin);
    [all...]
  /external/chromium_org/ui/views/
view.cc 367 View::ConvertPointToScreen(this, &origin);
711 void View::ConvertPointToScreen(const View* src, gfx::Point* p) {
    [all...]

Completed in 396 milliseconds