Home | History | Annotate | Download | only in web_contents

Lines Matching refs:rwhva

171   RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
183 EXPECT_EQ(GetRenderWidgetHostViewAura(touch_editable), rwhva);
222 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
224 EXPECT_EQ(GetRenderWidgetHostViewAura(touch_editable), rwhva);
234 rwhva->OnGestureEvent(&long_press);
253 rwhva->OnGestureEvent(&scroll_begin);
263 rwhva->OnGestureEvent(&scroll_end);
277 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
279 EXPECT_EQ(GetRenderWidgetHostViewAura(touch_editable), rwhva);
289 rwhva->OnGestureEvent(&long_press);
308 rwhva->OnGestureEvent(&scroll_begin);
318 rwhva->OnGestureEvent(&fling_start);
333 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
335 EXPECT_EQ(GetRenderWidgetHostViewAura(touch_editable), rwhva);
345 rwhva->OnGestureEvent(&long_press);
368 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
370 EXPECT_EQ(GetRenderWidgetHostViewAura(touch_editable), rwhva);
377 rwhva->OnGestureEvent(&double_tap);
406 RenderWidgetHostViewAura* rwhva = static_cast<RenderWidgetHostViewAura*>(
411 EXPECT_EQ(GetRenderWidgetHostViewAura(touch_editable), rwhva);