HomeSort by relevance Sort by last modified time
    Searched refs:ConvertPointFromScreen (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/ui/wm/core/
coordinate_conversion.cc 20 void ConvertPointFromScreen(const aura::Window* window,
26 ConvertPointFromScreen(window, point_in_screen);
coordinate_conversion.h 27 WM_EXPORT void ConvertPointFromScreen(const aura::Window* window,
  /external/chromium_org/ash/display/
screen_position_controller.h 21 virtual void ConvertPointFromScreen(const aura::Window* window,
mouse_cursor_event_filter.cc 45 ::wm::ConvertPointFromScreen(root_window, point);
205 ::wm::ConvertPointFromScreen(root, &point_in_native);
385 ::wm::ConvertPointFromScreen(target_root, &native);
  /external/chromium_org/ui/aura/client/
screen_position_client.h 30 virtual void ConvertPointFromScreen(const Window* window,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.h 24 virtual void ConvertPointFromScreen(const aura::Window* window,
x11_topmost_window_finder.cc 93 screen_position_client->ConvertPointFromScreen(window, &window_loc);
desktop_screen_position_client.cc 56 void DesktopScreenPositionClient::ConvertPointFromScreen(
  /external/chromium_org/ui/base/touch/
touch_editing_controller.h 49 virtual void ConvertPointFromScreen(gfx::Point* point) = 0;
  /external/chromium_org/ash/
screen_util.cc 69 ConvertPointFromScreen(window, &point);
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 63 virtual void ConvertPointFromScreen(gfx::Point* point) OVERRIDE;
touch_editable_impl_aura.cc 243 void TouchEditableImplAura::ConvertPointFromScreen(gfx::Point* point) {
250 screen_position_client->ConvertPointFromScreen(window, point);
261 ConvertPointFromScreen(&point);
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker.cc 78 ::wm::ConvertPointFromScreen(root_window_at_point, &location_in_root);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_view.cc 60 views::View::ConvertPointFromScreen(browser_view_, &origin);
  /external/chromium_org/ui/aura/test/
event_generator_delegate_aura.cc 115 client->ConvertPointFromScreen(target, point);
ui_controls_factory_aurax11.cc 112 screen_position_client->ConvertPointFromScreen(host_->window(),
150 screen_position_client->ConvertPointFromScreen(host_->window(),
ui_controls_factory_ozone.cc 99 screen_position_client->ConvertPointFromScreen(host_->window(),
126 screen_position_client->ConvertPointFromScreen(host_->window(), &loc);
  /external/chromium_org/ui/views/ime/
input_method_base.cc 90 View::ConvertPointFromScreen(GetFocusedView(), &caret_origin);
  /external/chromium_org/ash/wm/maximize_mode/
scoped_disable_internal_mouse_and_keyboard_x11.cc 61 client->ConvertPointFromScreen(root_window, &host_location);
  /external/chromium_org/ui/views/controls/menu/
menu_message_loop_aura.cc 119 spc->ConvertPointFromScreen(root, &root_loc);
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 68 screen_position_client->ConvertPointFromScreen(target, &target_loc);
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 141 screen_position_client->ConvertPointFromScreen(root_window,
182 screen_position_client->ConvertPointFromScreen(root_window, &mouse_loc);
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 231 ::wm::ConvertPointFromScreen(window, &mouse_location);
421 ConvertPointFromScreen(windows_.window2->parent(), &location_in_parent);
444 ConvertPointFromScreen(windows_.window1->parent(), &location_in_parent);
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl.cc 116 client->ConvertPointFromScreen(&origin);
459 client_view_->ConvertPointFromScreen(&p2);
470 client_view_->ConvertPointFromScreen(point);
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 140 View::ConvertPointFromScreen(owner_->GetWidget()->GetRootView(), &pt);
153 View::ConvertPointFromScreen(owner_->GetWidget()->GetRootView(), &pt);

Completed in 290 milliseconds

1 2 3