Searched defs:root_location (Results 1 - 14 of 14) sorted by path

/external/chromium_org/ash/drag_drop/
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
/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();
/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...]
/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();
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc218 const gfx::Point& root_location) {
219 SetLastMouseLocation(window(), root_location); local
263 SetLastMouseLocation(window(), event.root_location());
767 SetLastMouseLocation(window(), event->root_location());
790 SetLastMouseLocation(window(), event->root_location());
217 OnCursorMovedToRootLocation( const gfx::Point& root_location) argument
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/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
/external/chromium_org/ui/events/
H A Devent.cc290 const gfx::PointF& root_location,
295 root_location_(root_location) {
320 const gfx::PointF& root_location,
323 : LocatedEvent(type, location, root_location, EventTimeForNow(), flags),
472 const gfx::PointF& root_location,
475 : MouseEvent(ui::ET_MOUSEWHEEL, location, root_location, flags,
288 LocatedEvent(EventType type, const gfx::PointF& location, const gfx::PointF& root_location, base::TimeDelta time_stamp, int flags) argument
318 MouseEvent(EventType type, const gfx::PointF& location, const gfx::PointF& root_location, int flags, int changed_button_flags) argument
470 MouseWheelEvent(const gfx::Vector2d& offset, const gfx::PointF& location, const gfx::PointF& root_location, int flags, int changed_button_flags) argument
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,
/external/chromium_org/ui/events/test/
H A Devent_generator.cc46 const gfx::Point& root_location,
50 : TouchEvent(type, root_location, flags, touch_id, timestamp,
45 TestTouchEvent(ui::EventType type, const gfx::Point& root_location, int touch_id, int flags, base::TimeDelta timestamp) argument
/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/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc608 const gfx::Point& root_location,
883 gfx::Point root_location = root_window_location; local
884 root_window_->GetHost()->ConvertPointFromNativeScreen(&root_location);
886 root_window_->GetEventHandlerForPoint(root_location);
905 gfx::Point location = root_location;
909 target_window_root_location_ = root_location;
914 root_location,
604 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.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_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,

Completed in 350 milliseconds