Searched refs:root_location (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_event.cc16 const gfx::Point& root_location,
20 root_location,
14 DropTargetEvent(const OSExchangeData& data, const gfx::Point& location, const gfx::Point& root_location, int source_operations) argument
H A Ddrop_target_event.h17 const gfx::Point& root_location,
/external/chromium_org/ui/views/
H A Ddrag_utils_aura.cc18 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/
H A Ddrag_handle.cc104 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/
H A Ddesktop_drop_target_win.cc98 gfx::Point root_location = location; local
100 &root_location);
102 root_window_->GetEventHandlerForPoint(root_location);
120 location = root_location;
125 root_location,
H A Ddesktop_drag_drop_client_win.cc31 const gfx::Point& root_location,
27 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
H A Ddesktop_drag_drop_client_win.h31 const gfx::Point& root_location,
/external/chromium_org/ash/autoclick/
H A Dautoclick_unittest.cc39 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/
H A Dtitle_drag_controller.cc97 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/
H A Ddrag_drop_client.h31 // 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/
H A Dui_controls_factory_aurax11.cc108 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();
H A Dui_controls_factory_ozone.cc95 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/
H A Dwindow_tree_host.cc170 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, argument
275 dispatcher()->OnCursorMovedToRootLocation(root_location);
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc135 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/
H A Ddrag_drop_tracker_unittest.cc146 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());
H A Ddrag_drop_controller.cc157 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();
153 StartDragAndDrop( const ui::OSExchangeData& data, aura::Window* root_window, aura::Window* source_window, const gfx::Point& root_location, int operation, ui::DragDropTypes::DragEventSource source) argument
H A Ddrag_drop_controller.h50 const gfx::Point& root_location,
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc49 void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) { argument
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();
H A Dpartial_magnification_controller.cc88 if (root_bounds.Contains(event->root_location())) {
91 OnMouseMove(event->root_location());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc429 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);
484 ParseTopLevelStatement(FileDescriptorProto* file, const LocationRecorder& root_location) argument
1512 ParsePackage(FileDescriptorProto* file, const LocationRecorder& root_location) argument
1544 ParseImport(RepeatedPtrField<string>* dependency, RepeatedField<int32>* public_dependency, RepeatedField<int32>* weak_dependency, const LocationRecorder& root_location) argument
[all...]
H A Dparser.h283 const LocationRecorder& root_location);
293 const LocationRecorder& root_location);
297 const LocationRecorder& root_location);
/external/chromium_org/ash/touch/
H A Dtouch_hud_projection.cc64 SetX(parent()->GetMirroredXInView(touch.root_location().x()) -
66 SetY(touch.root_location().y() - kPointRadius - 1);
H A Dtouch_uma.cc102 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/
H A Dweb_input_event_aura.cc173 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/
H A Devent.h273 void set_root_location(const gfx::PointF& root_location) { argument
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 466 milliseconds

12