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

1 2

  /external/chromium_org/ui/base/dragdrop/
drop_target_event.cc 16 const gfx::Point& root_location,
20 root_location,
drop_target_event.h 17 const gfx::Point& root_location,
  /external/chromium_org/ui/views/
drag_utils_aura.cc 18 gfx::Point root_location(location);
20 aura::Window::ConvertPointToTarget(view, root_window, &root_location);
23 data, root_window, view, root_location, operation, source);
  /external/chromium_org/athena/util/
drag_handle.cc 104 scroll_start_location_ = event->root_location().y();
107 scroll_start_location_ = event->root_location().x();
124 ? event->root_location().y() - scroll_start_location_
125 : event->root_location().x() - scroll_start_location_;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 98 gfx::Point root_location = location; local
100 &root_location);
102 root_window_->GetEventHandlerForPoint(root_location);
120 location = root_location;
125 root_location,
desktop_drag_drop_client_win.h 31 const gfx::Point& root_location,
desktop_drag_drop_client_win.cc 31 const gfx::Point& root_location,
  /external/chromium_org/ash/autoclick/
autoclick_unittest.cc 39 event->root_location(),
149 EXPECT_EQ(p1.ToString(), events[0].root_location().ToString());
150 EXPECT_EQ(p1.ToString(), events[1].root_location().ToString());
158 EXPECT_EQ(p3.ToString(), events[0].root_location().ToString());
159 EXPECT_EQ(p3.ToString(), events[1].root_location().ToString());
234 EXPECT_EQ(100, events[0].root_location().x());
235 EXPECT_EQ(200, events[0].root_location().y());
242 EXPECT_EQ(300, events[0].root_location().x());
243 EXPECT_EQ(400, events[0].root_location().y());
  /external/chromium_org/athena/wm/
title_drag_controller.cc 97 drag_start_location_ = gesture->root_location();
117 gfx::Vector2dF distance = gesture->root_location() - drag_start_location_;
126 gfx::Vector2dF distance = gesture->root_location() - drag_start_location_;
133 gfx::Vector2dF distance = gesture->root_location() - drag_start_location_;
  /external/chromium_org/ui/wm/public/
drag_drop_client.h 31 // applied at the end of the drag drop session. |root_location| is in the
36 const gfx::Point& root_location,
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 108 gfx::Point root_location(screen_x, screen_y);
113 &root_location);
119 if (root_location != root_current_location && button_down_mask == 0) {
122 host_->window()->MoveCursorTo(root_location); variable
127 xmotion->x = root_location.x();
128 xmotion->y = root_location.y();
ui_controls_factory_ozone.cc 95 gfx::Point root_location(screen_x, screen_y);
100 &root_location);
107 PostMouseEvent(ui::ET_MOUSE_DRAGGED, root_location, 0, 0);
109 PostMouseEvent(ui::ET_MOUSE_MOVED, root_location, 0, 0);
  /external/chromium_org/ui/aura/
window_tree_host.cc 170 gfx::Point root_location(host_location);
171 ConvertPointFromHost(&root_location);
172 MoveCursorToInternal(root_location, host_location);
265 void WindowTreeHost::MoveCursorToInternal(const gfx::Point& root_location,
275 dispatcher()->OnCursorMovedToRootLocation(root_location);
  /external/chromium_org/ui/views/test/
ui_controls_factory_desktop_aurax11.cc 135 gfx::Point root_location = screen_location; variable
142 &root_location);
150 if (root_location != root_current_location && button_down_mask == 0) {
153 root_window->MoveCursorTo(root_location);
158 xmotion->x = root_location.x();
159 xmotion->y = root_location.y();
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker_unittest.cc 146 EXPECT_EQ("50,50", converted00->root_location().ToString());
160 EXPECT_EQ("150,150", converted01->root_location().ToString());
177 EXPECT_EQ("50,50", converted10->root_location().ToString());
191 EXPECT_EQ("150,150", converted11->root_location().ToString());
drag_drop_controller.cc 157 const gfx::Point& root_location,
199 gfx::Point start_location = root_location;
265 event.root_location(),
276 event.root_location(),
293 gfx::Point root_location_in_screen = event.root_location();
317 *drag_data_, event.location(), event.root_location(), drag_operation_);
421 gfx::Point touch_offset_root_location = touch_offset_event.root_location();
drag_drop_controller.h 50 const gfx::Point& root_location,
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 49 void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) {
50 gfx::Point3F host_location_3f(root_location);
556 if (root_bounds.Contains(event->root_location())) {
559 point_of_interest_ = event->root_location();
567 OnMouseMove(event->root_location());
595 if (root_bounds.Contains(event->root_location()))
596 point_of_interest_ = event->root_location();
partial_magnification_controller.cc 88 if (root_bounds.Contains(event->root_location())) {
91 OnMouseMove(event->root_location());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 429 LocationRecorder root_location(this);
445 if (!ParseTopLevelStatement(file, root_location)) {
485 const LocationRecorder& root_location) {
490 LocationRecorder location(root_location,
494 LocationRecorder location(root_location,
498 LocationRecorder location(root_location,
502 LocationRecorder location(root_location,
506 root_location,
513 root_location);
515 return ParsePackage(file, root_location);
    [all...]
parser.h 283 const LocationRecorder& root_location);
293 const LocationRecorder& root_location);
297 const LocationRecorder& root_location);
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 64 SetX(parent()->GetMirroredXInView(touch.root_location().x()) -
66 SetY(touch.root_location().y() - kPointRadius - 1);
touch_uma.cc 102 gfx::Point position = event.root_location();
142 details->start_touch_position_[event.touch_id()] = event.root_location();
171 gfx::Vector2d distance = event.root_location() -
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 173 const gfx::Point root_point = event->root_location();
196 const gfx::Point root_point = event->root_location();
218 const gfx::Point root_point = event->root_location();
257 const gfx::Point root_point = event->root_location();
276 const gfx::Point root_point = event->root_location();
  /external/chromium_org/ui/events/
event.h 273 void set_root_location(const gfx::PointF& root_location) {
274 root_location_ = root_location;
276 gfx::Point root_location() const { function in class:ui::LocatedEvent
317 const gfx::PointF& root_location,
357 const gfx::PointF& root_location,
461 const gfx::PointF& root_location,

Completed in 3281 milliseconds

1 2