HomeSort by relevance Sort by last modified time
    Searched refs:root_location (Results 1 - 25 of 42) 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.cc 49 gfx::Point root_location(location);
51 aura::Window::ConvertPointToTarget(view, root_window, &root_location);
54 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 32 const gfx::Point& root_location,
desktop_drag_drop_client_win.cc 32 const gfx::Point& root_location,
desktop_drag_drop_client_aurax11.cc 570 const gfx::Point& root_location,
689 gfx::Point root_location = root_window_location; local
691 &root_location);
693 root_window_->GetEventHandlerForPoint(root_location);
712 gfx::Point location = root_location;
716 target_window_root_location_ = root_location;
721 root_location,
desktop_drag_drop_client_aurax11.h 80 const gfx::Point& root_location,
  /external/chromium_org/ash/autoclick/
autoclick_unittest.cc 38 event->root_location(),
147 EXPECT_EQ(p1.ToString(), events[0].root_location().ToString());
148 EXPECT_EQ(p1.ToString(), events[1].root_location().ToString());
156 EXPECT_EQ(p3.ToString(), events[0].root_location().ToString());
157 EXPECT_EQ(p3.ToString(), events[1].root_location().ToString());
232 EXPECT_EQ(100, events[0].root_location().x());
233 EXPECT_EQ(200, events[0].root_location().y());
240 EXPECT_EQ(300, events[0].root_location().x());
241 EXPECT_EQ(400, events[0].root_location().y());
autoclick_controller.cc 128 gfx::Point mouse_location = event->root_location();
141 anchor_location_ = event->root_location();
  /external/chromium_org/ui/aura/client/
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/ash/drag_drop/
drag_drop_tracker_unittest.cc 155 EXPECT_EQ("50,50", converted00->root_location().ToString());
168 EXPECT_EQ("150,150", converted01->root_location().ToString());
184 EXPECT_EQ("50,50", converted10->root_location().ToString());
197 EXPECT_EQ("150,150", converted11->root_location().ToString());
drag_drop_tracker.cc 69 gfx::Point target_root_location = event.root_location();
drag_drop_controller.cc 163 const gfx::Point& root_location,
205 gfx::Point start_location = root_location;
268 event.root_location(),
277 event.root_location(),
294 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 53 const gfx::Point& root_location,
  /external/chromium_org/ui/events/
event.h 250 void set_root_location(const gfx::Point& root_location) {
251 root_location_ = root_location;
253 gfx::Point root_location() const { return root_location_; } function in class:ui::LocatedEvent
283 const gfx::Point& root_location,
323 const gfx::Point& root_location,
443 const gfx::Point& root_location,
event.cc 254 const gfx::Point& root_location,
259 root_location_(root_location) {
283 const gfx::Point& root_location,
285 : LocatedEvent(type, location, root_location, EventTimeForNow(), flags),
  /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/magnifier/
partial_magnification_controller.cc 87 if (root_bounds.Contains(event->root_location())) {
90 OnMouseMove(event->root_location());
magnification_controller.cc 45 const gfx::Point& root_location) {
46 gfx::Point3F host_location_3f(root_location);
583 if (root_bounds.Contains(event->root_location())) {
585 point_of_interest_ = event->root_location();
593 OnMouseMove(event->root_location());
621 if (root_bounds.Contains(event->root_location()))
622 point_of_interest_ = event->root_location();
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 65 SetX(parent()->GetMirroredXInView(touch.root_location().x()) -
67 SetY(touch.root_location().y() - kPointRadius - 1);
touch_uma.cc 238 gfx::Point position = event.root_location();
278 details->start_touch_position_[event.touch_id()] = event.root_location();
309 gfx::Vector2d distance = event.root_location() -
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aura.cc 228 const gfx::Point root_point = event->root_location();
251 const gfx::Point root_point = event->root_location();
273 const gfx::Point root_point = event->root_location();
309 const gfx::Point root_point = event->root_location();
328 const gfx::Point root_point = event->root_location();
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 81 gfx::Point screen_point(event->root_location());

Completed in 617 milliseconds

1 2