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

1 2 34 5 6 7 8

  /external/chromium_org/content/renderer/gpu/
input_event_filter.cc 17 using WebKit::WebInputEvent;
127 const WebInputEvent* event = NULL;
151 void InputEventFilter::SendACK(WebKit::WebInputEvent::Type type,
input_handler_manager.cc 15 using WebKit::WebInputEvent;
107 const WebInputEvent* input_event,
input_event_filter.h 17 #include "third_party/WebKit/public/web/WebInputEvent.h"
65 void SendACK(WebKit::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) {
render_widget_host_view_views.cc 25 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
81 modifiers |= WebKit::WebInputEvent::ShiftKey;
83 modifiers |= WebKit::WebInputEvent::ControlKey;
85 modifiers |= WebKit::WebInputEvent::AltKey;
87 modifiers |= WebKit::WebInputEvent::CapsLockOn;
108 WebKit::WebInputEvent::Type TouchEventTypeFromEvent(
112 return WebKit::WebInputEvent::TouchStart;
114 return WebKit::WebInputEvent::TouchEnd;
116 return WebKit::WebInputEvent::TouchMove;
118 return WebKit::WebInputEvent::TouchCancel
    [all...]
gtk_im_context_wrapper.h 16 #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
105 void SendFakeCompositionKeyEvent(WebKit::WebInputEvent::Type type);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 33 #include "third_party/WebKit/public/web/WebInputEvent.h"
39 using WebKit::WebInputEvent;
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
page_click_tracker.cc 15 #include "third_party/WebKit/public/web/WebInputEvent.h"
24 using WebKit::WebInputEvent;
78 if (event.type != WebInputEvent::MouseDown ||
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 26 class WebInputEvent;
70 void OnHandleInputEvent(const WebKit::WebInputEvent* event,
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 39 #include "WebInputEvent.h"
181 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent();
182 UserGestureIndicator gestureIndicator(currentInputEvent && WebInputEvent::isUserGestureEventType(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
668 if (webEvent.type == WebInputEvent::Undefined)
729 if (webEvent.type == WebInputEvent::Undefined)
740 if (webEvent.type == WebInputEvent::Undefined)
743 if (webEvent.type == WebInputEvent::KeyDown) {
745 if (webEvent.modifiers == WebInputEvent::MetaKey
747 if (webEvent.modifiers == WebInputEvent::ControlKey
760 const WebInputEvent* currentInputEvent = WebViewImpl::currentInputEvent()
    [all...]
WebDevToolsAgentImpl.h 83 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&);
WebPagePopupImpl.h 74 virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
WebViewImpl.cpp 79 #include "WebInputEvent.h"
255 if (webInputEventKeyState & WebInputEvent::ShiftKey)
257 if (webInputEventKeyState & WebInputEvent::ControlKey)
259 if (webInputEventKeyState & WebInputEvent::AltKey)
261 if (webInputEventKeyState & WebInputEvent::MetaKey)
643 syntheticGestureEvent.type = WebInputEvent::GestureScrollUpdateWithoutPropagation;
665 case WebInputEvent::GestureFlingStart: {
683 case WebInputEvent::GestureFlingCancel:
702 case WebInputEvent::GestureTapDown:
709 case WebInputEvent::GestureTapCancel
    [all...]
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_gtk.cc 39 wke.type = WebKit::WebInputEvent::KeyDown;
  /external/chromium_org/chrome/renderer/plugins/
webview_plugin.cc 18 #include "third_party/WebKit/public/web/WebInputEvent.h"
30 using WebKit::WebInputEvent;
156 bool WebViewPlugin::handleInputEvent(const WebInputEvent& event,
160 if (event.type == WebInputEvent::GestureTap)
163 if (event.type == WebInputEvent::ContextMenu) {
  /external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest.h 39 const WebKit::WebInputEvent* event) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
basic_mouse_wheel_smooth_scroll_gesture.cc 35 event.type = WebKit::WebInputEvent::MouseWheel;
web_input_event_aura_unittest.cc 33 EXPECT_EQ(webkit_event.modifiers, WebKit::WebInputEvent::ControlKey);
gtk_im_context_wrapper.cc 405 wke->type = WebKit::WebInputEvent::Char;
503 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
507 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::KeyUp);
548 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::RawKeyDown);
558 SendFakeCompositionKeyEvent(WebKit::WebInputEvent::KeyUp);
616 WebKit::WebInputEvent::Type type) {
render_widget_host_impl.cc 74 using WebKit::WebInputEvent;
910 static WebGestureEvent MakeGestureEvent(WebInputEvent::Type type,
    [all...]
gtk_im_context_wrapper.h 15 #include "third_party/WebKit/public/web/WebInputEvent.h"
104 void SendFakeCompositionKeyEvent(WebKit::WebInputEvent::Type type);
  /external/chromium_org/content/common/
content_param_traits.h 18 #include "third_party/WebKit/public/web/WebInputEvent.h"
61 typedef const WebKit::WebInputEvent* WebInputEventPointer;
input_messages.h 16 #include "third_party/WebKit/public/web/WebInputEvent.h"
130 WebKit::WebInputEvent::Type,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h 44 #include "public/web/WebInputEvent.h"
123 void gestureEvent(WebKit::WebInputEvent::Type, const CppArgumentList&);
178 void sendCurrentTouchEvent(const WebKit::WebInputEvent::Type);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 35 #include "WebInputEvent.h"
69 touchEvent.type = WebInputEvent::GestureTapDown;
175 touchEvent.type = WebInputEvent::GestureTapDown;

Completed in 838 milliseconds

1 2 34 5 6 7 8