| /external/chromium_org/content/browser/renderer_host/ |
| render_widget_host_unittest.cc | 50 using blink::WebInputEvent; 448 acked_event_.type = blink::WebInputEvent::Undefined; 509 prehandle_keyboard_event_type_(WebInputEvent::Undefined), 511 unhandled_keyboard_event_type_(WebInputEvent::Undefined) { 521 WebInputEvent::Type unhandled_keyboard_event_type() const { 529 WebInputEvent::Type prehandle_keyboard_event_type() const { 554 WebInputEvent::Type prehandle_keyboard_event_type_; 557 WebInputEvent::Type unhandled_keyboard_event_type_; 647 void SendInputEventACK(WebInputEvent::Type type, 655 void SimulateKeyboardEvent(WebInputEvent::Type type) [all...] |
| /external/chromium/chrome/browser/ui/views/ |
| unhandled_keyboard_event_handler.cc | 27 if (event.type == WebKit::WebInputEvent::Char && ignore_next_char_event_) { 35 if (event.type == WebKit::WebInputEvent::RawKeyDown) {
|
| /external/chromium_org/content/browser/renderer_host/input/ |
| mock_input_router_client.cc | 13 using blink::WebInputEvent; 33 const WebInputEvent& input_event,
|
| web_input_event_util_posix.cc | 25 blink::WebInputEvent::Modifiers GetLocationModifiersFromWindowsKeyCode( 39 return static_cast<blink::WebInputEvent::Modifiers>(0);
|
| synthetic_gesture_target_android.cc | 10 #include "third_party/WebKit/public/web/WebInputEvent.h" 52 case blink::WebInputEvent::TouchStart: 55 case blink::WebInputEvent::TouchMove: 58 case blink::WebInputEvent::TouchCancel: 61 case blink::WebInputEvent::TouchEnd:
|
| touch_event_queue.cc | 15 using blink::WebInputEvent; 30 event.event.type = WebInputEvent::TouchCancel; 37 if (event.type != WebInputEvent::TouchStart) 48 bool ShouldTouchTypeTriggerTimeout(WebInputEvent::Type type) { 49 return type == WebInputEvent::TouchStart || 50 type == WebInputEvent::TouchMove; 327 blink::WebInputEvent::Type type = gesture_event.event.type; 328 if (type == blink::WebInputEvent::GestureScrollBegin) { 351 } else if (type == blink::WebInputEvent::GestureScrollEnd || 352 type == blink::WebInputEvent::GestureFlingStart) [all...] |
| synthetic_gesture_target_aura.cc | 76 WebMouseEventTypeToEventType(blink::WebInputEvent::Type web_type) { 78 case blink::WebInputEvent::MouseDown: 81 case blink::WebInputEvent::MouseUp: 84 case blink::WebInputEvent::MouseMove: 87 case blink::WebInputEvent::MouseEnter: 90 case blink::WebInputEvent::MouseLeave: 93 case blink::WebInputEvent::ContextMenu: 94 NOTREACHED() << "WebInputEvent::ContextMenu not supported by"
|
| /external/chromium_org/content/child/npapi/ |
| webplugin_delegate_impl_android.cc | 13 using blink::WebInputEvent; 75 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
|
| webplugin_delegate_impl_aura.cc | 10 using blink::WebInputEvent; 62 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
|
| webplugin_delegate_impl_gtk.cc | 18 #include "third_party/WebKit/public/web/WebInputEvent.h" 26 using blink::WebInputEvent; 541 // Converts a WebInputEvent::Modifiers bitfield into a 545 if (modifiers & WebInputEvent::ControlKey) 547 if (modifiers & WebInputEvent::ShiftKey) 549 if (modifiers & WebInputEvent::AltKey) 551 if (modifiers & WebInputEvent::MetaKey) 553 if (modifiers & WebInputEvent::LeftButtonDown) 555 if (modifiers & WebInputEvent::MiddleButtonDown) 557 if (modifiers & WebInputEvent::RightButtonDown [all...] |
| /external/chromium_org/content/public/browser/ |
| native_web_keyboard_event.h | 12 #include "third_party/WebKit/public/web/WebInputEvent.h" 40 NativeWebKeyboardEvent(blink::WebInputEvent::Type type, 48 blink::WebInputEvent::Type type,
|
| /external/chromium_org/content/renderer/input/ |
| input_handler_manager.h | 24 class WebInputEvent; 54 const blink::WebInputEvent* input_event,
|
| input_event_filter_unittest.cc | 17 using blink::WebInputEvent; 39 const WebInputEvent* record_at(size_t i) const { 41 return reinterpret_cast<const WebInputEvent*>(&record.event_data[0]); 49 const WebInputEvent* event, 65 Record(const WebInputEvent* event) { 99 void InitMouseEvent(WebMouseEvent* event, WebInputEvent::Type type, 167 InitMouseEvent(&kEvents[0], WebInputEvent::MouseDown, 10, 10); 168 InitMouseEvent(&kEvents[1], WebInputEvent::MouseMove, 20, 20); 169 InitMouseEvent(&kEvents[2], WebInputEvent::MouseUp, 30, 30); 188 WebInputEvent::Type event_type = WebInputEvent::Undefined [all...] |
| input_handler_proxy.cc | 12 #include "third_party/WebKit/public/web/WebInputEvent.h" 19 using blink::WebInputEvent; 35 void SendScrollLatencyUma(const WebInputEvent& event, 37 if (!(event.type == WebInputEvent::GestureScrollBegin || 38 event.type == WebInputEvent::GestureScrollUpdate || 39 event.type == WebInputEvent::GestureScrollUpdateWithoutPropagation)) 94 const WebInputEvent& event, 107 const WebInputEvent& event) { 111 if (event.type == WebInputEvent::MouseWheel) { 146 } else if (event.type == WebInputEvent::GestureScrollBegin) [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/ |
| PageWidgetDelegate.h | 48 class WebInputEvent; 79 static bool handleInputEvent(WebCore::Page*, PageWidgetEventHandler&, const WebInputEvent&);
|
| WebInputEventFactoryAndroid.cpp | 34 #include "WebInputEvent.h" 41 WebKeyboardEvent WebInputEventFactory::keyboardEvent(WebInputEvent::Type type, 91 result.type = WebInputEvent::MouseDown; 95 result.type = WebInputEvent::MouseUp; 99 result.type = WebInputEvent::MouseMove; 111 return event.modifiers & WebInputEvent::AltKey; 123 result.type = WebInputEvent::MouseWheel; 159 WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type, 169 WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type,
|
| /external/chromium_org/third_party/WebKit/Source/web/tests/ |
| WebInputEventConversionTest.cpp | 71 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight); 74 EXPECT_TRUE(modifiers & WebInputEvent::IsLeft); 75 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsRight); 78 EXPECT_TRUE(modifiers & WebInputEvent::IsRight); 79 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft); 82 EXPECT_TRUE(modifiers & WebInputEvent::IsKeyPad) [all...] |
| /external/chromium_org/ui/views/controls/webview/ |
| unhandled_keyboard_event_handler_win.cc | 30 if (event.type == blink::WebInputEvent::Char && ignore_next_char_event_) { 38 if (event.type == blink::WebInputEvent::RawKeyDown) {
|
| /external/chromium_org/content/common/ |
| content_param_traits_macros.h | 13 #include "third_party/WebKit/public/web/WebInputEvent.h" 21 IPC_ENUM_TRAITS(blink::WebInputEvent::Type)
|
| /external/chromium_org/content/renderer/ |
| idle_user_detector.cc | 28 void IdleUserDetector::OnHandleInputEvent(const blink::WebInputEvent* event,
|
| /external/chromium/webkit/glue/ |
| context_menu_unittest.cc | 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" 20 using WebKit::WebInputEvent; 53 mouse_event.type = WebInputEvent::MouseDown; 64 mouse_event.type = WebInputEvent::MouseUp;
|
| /external/chromium_org/third_party/WebKit/public/web/ |
| WebInputEvent.h | 57 // WebInputEvent -------------------------------------------------------------- 59 class WebInputEvent { 61 WebInputEvent(unsigned sizeParam = sizeof(WebInputEvent)) 158 // into WebCore, so round-tripping from WebInputEvent to a WebCore 183 // Returns true if the WebInputEvent |type| is a mouse event. 194 // Returns true if the WebInputEvent |type| is a keyboard event. 203 // Returns true if the WebInputEvent |type| is a touch event. 212 // Returns true if the WebInputEvent |type| should be handled as user gesture. 222 // Returns true if the WebInputEvent is a gesture event [all...] |
| /external/chromium_org/content/public/test/ |
| browser_test_utils.cc | 121 void BuildSimpleWebKeyEvent(blink::WebInputEvent::Type type, 135 if (type == blink::WebInputEvent::Char || 136 type == blink::WebInputEvent::RawKeyDown) { 143 blink::WebInputEvent::Type type, 236 mouse_event.type = blink::WebInputEvent::MouseDown; 248 mouse_event.type = blink::WebInputEvent::MouseUp; 253 blink::WebInputEvent::Type type, 287 modifiers |= blink::WebInputEvent::ControlKey; 290 blink::WebInputEvent::RawKeyDown, 297 modifiers |= blink::WebInputEvent::ShiftKey [all...] |
| /external/chromium_org/third_party/WebKit/Source/testing/runner/ |
| EventSender.cpp | 144 void initMouseEvent(WebInputEvent::Type t, WebMouseEvent::Button b, const WebPoint& pos, WebMouseEvent* e, double ts) 157 void applyKeyModifier(const string& modifierName, WebInputEvent* event) 165 event->modifiers |= WebInputEvent::ControlKey; 167 event->modifiers |= WebInputEvent::ShiftKey; 169 event->modifiers |= WebInputEvent::AltKey; 172 event->modifiers |= WebInputEvent::MetaKey; 175 event->modifiers |= WebInputEvent::MetaKey; 178 event->modifiers |= WebInputEvent::IsAutoRepeat; 182 void applyKeyModifiers(const CppVariant* argument, WebInputEvent* event) 368 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate)) [all...] |
| /external/chromium_org/content/browser/android/in_process/ |
| synchronous_input_event_filter.cc | 13 using blink::WebInputEvent; 25 const blink::WebInputEvent& input_event) {
|