HomeSort by relevance Sort by last modified time
    Searched refs:WebInputEvent (Results 76 - 100 of 210) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/content/browser/renderer_host/input/
motion_event_web.cc 10 using blink::WebInputEvent;
20 case WebInputEvent::TouchStart:
26 case WebInputEvent::TouchEnd:
32 case WebInputEvent::TouchCancel:
36 case WebInputEvent::TouchMove:
164 blink::WebInputEvent::TouchCancel,
synthetic_gesture_target_android.cc 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
55 case blink::WebInputEvent::TouchStart:
58 case blink::WebInputEvent::TouchMove:
61 case blink::WebInputEvent::TouchCancel:
64 case blink::WebInputEvent::TouchEnd:
touch_event_queue_unittest.cc 13 #include "third_party/WebKit/public/web/WebInputEvent.h"
16 using blink::WebInputEvent;
112 void SendGestureEvent(WebInputEvent::Type type) {
123 void SendGestureEventAck(WebInputEvent::Type type,
278 EXPECT_EQ(WebInputEvent::TouchStart, acked_event().type);
286 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
318 EXPECT_EQ(WebInputEvent::TouchStart, acked_event().type);
421 EXPECT_EQ(WebInputEvent::TouchStart, acked_event().type);
429 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
436 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type)
    [all...]
touch_action_filter_unittest.cc 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
13 using blink::WebInputEvent;
27 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
29 WebInputEvent::GestureTap, blink::WebGestureDeviceTouchscreen);
132 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
205 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
353 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen);
383 WebInputEvent::GesturePinchBegin, blink::WebGestureDeviceTouchscreen);
388 WebInputEvent::GesturePinchEnd, blink::WebGestureDeviceTouchscreen);
390 WebInputEvent::GestureScrollEnd, blink::WebGestureDeviceTouchscreen)
    [all...]
mock_input_router_client.cc 13 using blink::WebInputEvent;
33 const WebInputEvent& input_event,
input_router_impl_perftest.cc 20 using blink::WebInputEvent;
73 const blink::WebInputEvent& input_event,
117 gesture.type = WebInputEvent::GestureScrollBegin;
122 gesture.type = WebInputEvent::GestureScrollUpdate;
131 gesture.type = WebInputEvent::GestureScrollEnd;
145 touch.type = WebInputEvent::TouchStart;
154 touch.type = WebInputEvent::TouchMove;
164 touch.type = WebInputEvent::TouchEnd;
234 void SendEventAckIfNecessary(const blink::WebInputEvent& event,
touch_event_queue.cc 14 using blink::WebInputEvent;
40 WebInputEvent::TouchCancel,
48 return (event.type == WebInputEvent::TouchStart ||
49 event.type == WebInputEvent::TouchMove) &&
207 if (event.type == WebInputEvent::TouchEnd ||
208 event.type == WebInputEvent::TouchCancel)
211 if (event.type != WebInputEvent::TouchMove)
463 touch.event.type == WebInputEvent::TouchMove) {
537 if (gesture_event.event.type != blink::WebInputEvent::GestureScrollBegin)
600 if (event.event.type != blink::WebInputEvent::GestureScrollUpdate
    [all...]
mock_input_router_client.h 24 const blink::WebInputEvent& input_event,
synthetic_gesture_target_base.h 44 const blink::WebInputEvent& event) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 73 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
76 EXPECT_TRUE(modifiers & WebInputEvent::IsLeft);
77 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsRight);
80 EXPECT_TRUE(modifiers & WebInputEvent::IsRight);
81 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft);
84 EXPECT_TRUE(modifiers & WebInputEvent::IsKeyPad)
    [all...]
FakeWebPlugin.h 40 class WebInputEvent;
60 virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { return false; }
TouchActionTest.cpp 50 #include "public/web/WebInputEvent.h"
123 void sendTouchEvent(WebView*, WebInputEvent::Type, WebCore::IntPoint clientPoint);
274 sendTouchEvent(webView, WebInputEvent::TouchStart, clientPoint);
304 sendTouchEvent(webView, WebInputEvent::TouchCancel, clientPoint);
309 void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type, WebCore::IntPoint clientPoint)
311 ASSERT_TRUE(type == WebInputEvent::TouchStart || type == WebInputEvent::TouchCancel);
315 if (type == WebInputEvent::TouchCancel)
318 webTouchEvent.touches[0].state = (type == WebInputEvent::TouchStart ?
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 18 #include "third_party/WebKit/public/web/WebInputEvent.h"
26 using blink::WebInputEvent;
48 fling.type = WebInputEvent::GestureFlingStart;
223 gesture_.type = WebInputEvent::GestureScrollBegin;
244 gesture_.type = WebInputEvent::GestureFlingCancel;
263 wheel.type = WebInputEvent::MouseWheel;
273 wheel.type = WebInputEvent::MouseWheel;
274 wheel.modifiers = WebInputEvent::ControlKey;
288 gesture_.type = WebInputEvent::GestureScrollBegin;
295 gesture_.type = WebInputEvent::GestureScrollUpdate
    [all...]
input_event_filter_unittest.cc 20 using blink::WebInputEvent;
42 const WebInputEvent* record_at(size_t i) const {
44 return reinterpret_cast<const WebInputEvent*>(&record.event_data[0]);
52 const WebInputEvent* event,
68 Record(const WebInputEvent* event) {
183 WebInputEvent::Type event_type = params.a.type;
189 const WebInputEvent* event = event_recorder_.record_at(i);
209 const WebInputEvent* event = params.a;
235 WebInputEvent::Type event_type = params.a.type;
  /external/chromium_org/content/browser/android/in_process/
synchronous_input_event_filter.cc 13 using blink::WebInputEvent;
25 const blink::WebInputEvent& input_event) {
synchronous_compositor_impl.h 22 class WebInputEvent;
46 InputEventAckState HandleInputEvent(const blink::WebInputEvent& input_event);
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_android.cc 33 blink::WebInputEvent::Type type,
44 jobject android_key_event, blink::WebInputEvent::Type type,
web_input_event_aura.cc 88 webkit_event.type = event->is_char() ? blink::WebInputEvent::Char :
89 blink::WebInputEvent::RawKeyDown;
92 webkit_event.type = blink::WebInputEvent::KeyUp;
98 if (webkit_event.modifiers & blink::WebInputEvent::AltKey)
112 if (webkit_event.modifiers & blink::WebInputEvent::ControlKey) {
116 webkit_event.modifiers & blink::WebInputEvent::ShiftKey);
131 webkit_event.type = blink::WebInputEvent::MouseWheel;
166 webkit_event.type = blink::WebInputEvent::GestureFlingStart;
171 webkit_event.type = blink::WebInputEvent::GestureFlingCancel;
205 // The approach is to fully construct a blink::WebInputEvent from th
    [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 22 class WebInputEvent;
76 virtual bool HandleInputEvent(const blink::WebInputEvent& event,
webplugin_delegate_impl.cc 19 #include "third_party/WebKit/public/web/WebInputEvent.h"
22 using blink::WebInputEvent;
261 const WebInputEvent& event,
280 bool WebPluginDelegateImpl::IsUserGesture(const WebInputEvent& event) {
282 case WebInputEvent::MouseDown:
283 case WebInputEvent::MouseUp:
284 case WebInputEvent::KeyDown:
285 case WebInputEvent::KeyUp:
  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 45 class WebInputEvent;
127 virtual bool handleInputEvent(const WebInputEvent&) { return false; }
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 21 #include "third_party/WebKit/public/web/WebInputEvent.h"
29 using blink::WebInputEvent;
38 waiting_for_gesture_ack_type_(WebInputEvent::Undefined),
39 last_gesture_ack_type_(WebInputEvent::Undefined) {}
44 waiting_for_gesture_ack_type_ = WebInputEvent::Undefined;
45 last_gesture_ack_type_ = WebInputEvent::Undefined;
58 static_cast<WebInputEvent::Type>(gesture_event_type);
72 virtual void WaitForGestureAck(WebInputEvent::Type gesture_event_type) {
86 WebInputEvent::Type waiting_for_gesture_ack_type_;
87 WebInputEvent::Type last_gesture_ack_type_
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.cc 33 using blink::WebInputEvent;
48 void InitMouseEvent(WebInputEvent::Type t,
73 return WebInputEvent::ControlKey;
76 return WebInputEvent::ShiftKey;
78 return WebInputEvent::AltKey;
82 return WebInputEvent::MetaKey;
85 return WebInputEvent::MetaKey;
88 return WebInputEvent::IsAutoRepeat;
91 return WebInputEvent::AltKey;
93 return WebInputEvent::ControlKey
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 54 #include "third_party/WebKit/public/web/WebInputEvent.h"
70 using blink::WebInputEvent;
110 int ToGestureEventType(WebInputEvent::Type type) {
112 case WebInputEvent::GestureScrollBegin:
114 case WebInputEvent::GestureScrollEnd:
116 case WebInputEvent::GestureScrollUpdate:
118 case WebInputEvent::GestureFlingStart:
120 case WebInputEvent::GestureFlingCancel:
122 case WebInputEvent::GestureShowPress:
124 case WebInputEvent::GestureTap
    [all...]
  /external/chromium_org/content/browser/frame_host/
cross_process_frame_connector.cc 13 #include "third_party/WebKit/public/web/WebInputEvent.h"
138 const blink::WebInputEvent* event) {
147 if (blink::WebInputEvent::isKeyboardEventType(event->type)) {
156 if (blink::WebInputEvent::isMouseEventType(event->type)) {
162 if (event->type == blink::WebInputEvent::MouseWheel) {

Completed in 816 milliseconds

1 2 34 5 6 7 8 9