Home
last modified time | relevance | path

Searched refs:location_f (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/athena/wm/
Dbezel_controller.cc133 const gfx::PointF& event_location = event->location_f(); in OnGestureEvent()
145 GetBezel(event->location_f(), target_window); in OnGestureEvent()
/external/chromium_org/ui/chromeos/
Dtouch_exploration_controller.cc92 const gfx::PointF& location = touch_event.location_f(); in RewriteEvent()
511 gfx::PointF location = event.location_f(); in InTouchExploreSecondPress()
1065 const gfx::PointF& location = touch_event.location_f(); in VlogEvent()
/external/chromium_org/ui/events/
Devent.h272 const gfx::PointF& location_f() const { return location_; } in location_f() function