HomeSort by relevance Sort by last modified time
    Searched refs:root_location (Results 1 - 25 of 47) 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/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/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 106 gfx::Point root_location(screen_x, screen_y);
111 &root_location);
117 if (root_location != root_current_location && button_down_mask == 0) {
120 host_->window()->MoveCursorTo(root_location); variable
125 xmotion->x = root_location.x();
126 xmotion->y = root_location.y();
  /external/chromium_org/ui/aura/
window_tree_host.cc 167 gfx::Point root_location(host_location);
168 ConvertPointFromHost(&root_location);
169 MoveCursorToInternal(root_location, host_location);
260 void WindowTreeHost::MoveCursorToInternal(const gfx::Point& root_location,
270 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 155 EXPECT_EQ("50,50", converted00->root_location().ToString());
169 EXPECT_EQ("150,150", converted01->root_location().ToString());
186 EXPECT_EQ("50,50", converted10->root_location().ToString());
200 EXPECT_EQ("150,150", converted11->root_location().ToString());
drag_drop_controller.cc 160 const gfx::Point& root_location,
202 gfx::Point start_location = root_location;
265 event.root_location(),
274 event.root_location(),
291 gfx::Point root_location_in_screen = event.root_location();
314 *drag_data_, event.location(), event.root_location(), drag_operation_);
418 gfx::Point touch_offset_root_location = touch_offset_event.root_location();
drag_drop_controller.h 50 const gfx::Point& root_location,
drag_drop_tracker.cc 89 gfx::Point target_root_location = event.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 253 gfx::Point position = event.root_location();
293 details->start_touch_position_[event.touch_id()] = event.root_location();
331 gfx::Vector2d distance = event.root_location() -
369 event.root_location()).LengthSquared();
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 237 const gfx::Point root_point = event->root_location();
260 const gfx::Point root_point = event->root_location();
282 const gfx::Point root_point = event->root_location();
321 const gfx::Point root_point = event->root_location();
340 const gfx::Point root_point = event->root_location();
  /external/chromium_org/ui/events/
event.h 253 void set_root_location(const gfx::PointF& root_location) {
254 root_location_ = root_location;
256 gfx::Point root_location() const { function in class:ui::LocatedEvent
297 const gfx::PointF& root_location,
337 const gfx::PointF& root_location,
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 81 gfx::Point screen_point(event->root_location());
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_event_blocker.cc 97 static_cast<ui::MouseEvent*>(event)->root_location();

Completed in 418 milliseconds

1 2