Home
last modified time | relevance | path

Searched defs:root_location (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
Ddrop_target_event.cc16 const gfx::Point& root_location, in DropTargetEvent()
/external/chromium_org/ui/views/
Ddrag_utils_aura.cc18 gfx::Point root_location(location); in RunShellDrag() local
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_win.cc31 const gfx::Point& root_location, in StartDragAndDrop()
Ddesktop_drop_target_win.cc98 gfx::Point root_location = location; in Translate() local
Ddesktop_drag_drop_client_aurax11.cc608 const gfx::Point& root_location, in StartDragAndDrop()
883 gfx::Point root_location = root_window_location; in DragTranslate() local
/external/chromium_org/ui/aura/
Dwindow_tree_host.cc170 gfx::Point root_location(host_location); in MoveCursorToHostLocation() local
265 void WindowTreeHost::MoveCursorToInternal(const gfx::Point& root_location, in MoveCursorToInternal()
Dwindow_event_dispatcher.cc218 const gfx::Point& root_location) { in OnCursorMovedToRootLocation()
/external/chromium_org/ui/events/
Devent.cc290 const gfx::PointF& root_location, in LocatedEvent()
320 const gfx::PointF& root_location, in MouseEvent()
472 const gfx::PointF& root_location, in MouseWheelEvent()
Devent.h273 void set_root_location(const gfx::PointF& root_location) { in set_root_location()
276 gfx::Point root_location() const { in root_location() function
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc429 LocationRecorder root_location(this); in Parse() local
485 const LocationRecorder& root_location) { in ParseTopLevelStatement()
1513 const LocationRecorder& root_location) { in ParsePackage()
1547 const LocationRecorder& root_location) { in ParseImport()
/external/chromium_org/ui/aura/test/
Dui_controls_factory_aurax11.cc108 gfx::Point root_location(screen_x, screen_y); in SendMouseMoveNotifyWhenDone() local
Dui_controls_factory_ozone.cc95 gfx::Point root_location(screen_x, screen_y); in SendMouseMoveNotifyWhenDone() local
/external/chromium_org/ui/views/test/
Dui_controls_factory_desktop_aurax11.cc135 gfx::Point root_location = screen_location; in SendMouseMoveNotifyWhenDone() local
/external/chromium_org/ash/drag_drop/
Ddrag_drop_controller.cc157 const gfx::Point& root_location, in StartDragAndDrop()
/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc49 void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) { in MoveCursorTo()
/external/chromium_org/ui/events/test/
Devent_generator.cc46 const gfx::Point& root_location, in TestTouchEvent()