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

1 2 34 5 6 7 8 9

  /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;
157 webkit_event.type = blink::WebInputEvent::GestureFlingStart;
162 webkit_event.type = blink::WebInputEvent::GestureFlingCancel;
196 // The approach is to fully construct a blink::WebInputEvent from th
    [all...]
  /external/chromium_org/content/browser/speech/
input_tag_speech_browsertest.cc 24 #include "third_party/WebKit/public/web/WebInputEvent.h"
44 mouse_event.type = blink::WebInputEvent::MouseDown;
55 mouse_event.type = blink::WebInputEvent::MouseUp;
  /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:
webplugin_delegate_impl_win.cc 33 #include "third_party/WebKit/public/web/WebInputEvent.h"
39 using blink::WebInputEvent;
    [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy.h 16 #include "third_party/WebKit/public/web/WebInputEvent.h"
41 const blink::WebInputEvent& event,
43 EventDisposition HandleInputEvent(const blink::WebInputEvent& event);
input_handler_proxy_unittest.cc 17 #include "third_party/WebKit/public/web/WebInputEvent.h"
24 using blink::WebInputEvent;
172 wheel.type = WebInputEvent::MouseWheel;
187 gesture_.type = WebInputEvent::GestureScrollBegin;
194 gesture_.type = WebInputEvent::GestureScrollUpdate;
207 gesture_.type = WebInputEvent::GestureScrollUpdate;
218 gesture_.type = WebInputEvent::GestureScrollEnd;
232 gesture_.type = WebInputEvent::GestureScrollBegin;
237 gesture_.type = WebInputEvent::GestureScrollUpdate;
243 gesture_.type = WebInputEvent::GestureScrollEnd
    [all...]
input_event_filter.cc 19 using blink::WebInputEvent;
129 const WebInputEvent* event = NULL;
153 void InputEventFilter::SendACK(blink::WebInputEvent::Type type,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 40 class WebInputEvent;
61 virtual bool handleInputEvent(const blink::WebInputEvent&, blink::WebCursorInfo&) OVERRIDE { return false; }
TouchActionTest.cpp 38 #include "WebInputEvent.h"
122 void sendTouchEvent(WebView*, WebInputEvent::Type, WebCore::IntPoint clientPoint);
252 sendTouchEvent(webView, WebInputEvent::TouchStart, clientPoint);
274 sendTouchEvent(webView, WebInputEvent::TouchCancel, clientPoint);
279 void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type, WebCore::IntPoint clientPoint)
281 ASSERT_TRUE(type == WebInputEvent::TouchStart || type == WebInputEvent::TouchCancel);
286 webTouchEvent.touches[0].state = (type == WebInputEvent::TouchStart ?
  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 44 class WebInputEvent;
135 virtual bool handleInputEvent(const WebInputEvent&) { return false; }
WebPlugin.h 49 class WebInputEvent;
95 virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0;
  /external/chromium_org/content/browser/renderer_host/input/
touch_event_queue_unittest.cc 13 #include "third_party/WebKit/public/web/WebInputEvent.h"
16 using blink::WebInputEvent;
83 void SendGestureEvent(WebInputEvent::Type type) {
228 EXPECT_EQ(WebInputEvent::TouchStart, acked_event().type);
235 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
266 EXPECT_EQ(WebInputEvent::TouchStart, acked_event().type);
297 EXPECT_EQ(WebInputEvent::TouchStart, acked_event().type);
305 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
312 EXPECT_EQ(WebInputEvent::TouchEnd, acked_event().type);
425 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type)
    [all...]
synthetic_tap_gesture.cc 9 #include "third_party/WebKit/public/web/WebInputEvent.h"
16 const blink::WebInputEvent& event) {
91 SyntheticWebMouseEventBuilder::Build(blink::WebInputEvent::MouseDown,
108 SyntheticWebMouseEventBuilder::Build(blink::WebInputEvent::MouseUp,
mock_input_router_client.h 23 const blink::WebInputEvent& input_event,
synthetic_gesture_controller_unittest.cc 22 #include "third_party/WebKit/public/web/WebInputEvent.h"
148 const blink::WebInputEvent* web_event = event.web_event.get();
149 ASSERT_EQ(web_event->type, blink::WebInputEvent::MouseWheel);
165 const blink::WebInputEvent* web_event = event.web_event.get();
166 ASSERT_TRUE(blink::WebInputEvent::isTouchEventType(web_event->type));
172 ASSERT_EQ(touch_event->type, blink::WebInputEvent::TouchStart);
177 ASSERT_NE(touch_event->type, blink::WebInputEvent::TouchStart);
178 ASSERT_NE(touch_event->type, blink::WebInputEvent::TouchCancel);
181 if (touch_event->type == blink::WebInputEvent::TouchEnd)
209 const blink::WebInputEvent* web_event = event.web_event.get()
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
page_click_tracker_browsertest.cc 90 keyboard_event.type = blink::WebInputEvent::RawKeyDown;
93 keyboard_event.type = blink::WebInputEvent::Char;
96 keyboard_event.type = blink::WebInputEvent::KeyUp;
  /external/chromium_org/chrome/test/base/
chrome_render_view_test.cc 24 #include "third_party/WebKit/public/web/WebInputEvent.h"
35 using blink::WebInputEvent;
  /external/chromium_org/third_party/WebKit/Source/web/
ExternalPopupMenu.h 53 class WebInputEvent;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 23 class WebInputEvent;
46 InputEventAckState HandleInputEvent(const blink::WebInputEvent& input_event);
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_win.cc 18 #include "third_party/WebKit/public/web/WebInputEvent.h"
51 modifier_state |= blink::WebInputEvent::ShiftKey;
53 modifier_state |= blink::WebInputEvent::ControlKey;
55 modifier_state |= blink::WebInputEvent::AltKey;
57 modifier_state |= blink::WebInputEvent::MetaKey;
59 modifier_state |= blink::WebInputEvent::MetaKey;
  /external/chromium_org/content/renderer/
render_widget_unittest.cc 15 #include "third_party/WebKit/public/web/WebInputEvent.h"
43 void SendInputEvent(const blink::WebInputEvent& event) {
78 blink::WebInputEvent::Type type;
117 blink::WebInputEvent::Type type;
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc 409 wke->type = WebKit::WebInputEvent::Char;
504 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
506 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::KeyUp);
547 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
556 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::KeyUp);
593 WebKit::WebInputEvent::Type type) {
  /external/chromium_org/components/autofill/content/renderer/
page_click_tracker.cc 15 #include "third_party/WebKit/public/web/WebInputEvent.h"
24 using blink::WebInputEvent;
78 if (event.type != WebInputEvent::MouseDown ||

Completed in 897 milliseconds

1 2 34 5 6 7 8 9