HomeSort by relevance Sort by last modified time
    Searched defs:SyntheticGestureTargetAura (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_aura.h 24 class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
26 explicit SyntheticGestureTargetAura(RenderWidgetHostImpl* host);
50 DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);
synthetic_gesture_target_aura.cc 20 SyntheticGestureTargetAura::SyntheticGestureTargetAura(
25 void SyntheticGestureTargetAura::DispatchWebTouchEventToPlatform(
46 void SyntheticGestureTargetAura::DispatchWebMouseWheelEventToPlatform(
85 "SyntheticGestureTargetAura";
114 void SyntheticGestureTargetAura::DispatchWebMouseEventToPlatform(
131 SyntheticGestureTargetAura::GetDefaultSyntheticGestureSourceType() const {
135 float SyntheticGestureTargetAura::GetTouchSlopInDips() const {
141 float SyntheticGestureTargetAura::GetMinScalingSpanInDips() const {
145 aura::Window* SyntheticGestureTargetAura::GetWindow() const
    [all...]

Completed in 60 milliseconds