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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/content/common/input/
web_input_event_traits.h 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
17 static const char* GetName(blink::WebInputEvent::Type type);
18 static size_t GetSize(blink::WebInputEvent::Type type);
19 static ScopedWebInputEvent Clone(const blink::WebInputEvent& event);
20 static void Delete(blink::WebInputEvent* event);
21 static bool CanCoalesce(const blink::WebInputEvent& event_to_coalesce,
22 const blink::WebInputEvent& event);
23 static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
24 blink::WebInputEvent* event);
25 static bool IgnoresAckDisposition(const blink::WebInputEvent& event)
    [all...]
scoped_web_input_event.h 13 class WebInputEvent;
18 // blink::WebInputEvent does not provide a virtual destructor.
21 void operator()(blink::WebInputEvent* web_event) const;
23 typedef scoped_ptr<blink::WebInputEvent,
gesture_event_stream_validator.cc 8 #include "third_party/WebKit/public/web/WebInputEvent.h"
10 using blink::WebInputEvent;
26 case WebInputEvent::GestureScrollBegin:
31 case WebInputEvent::GestureScrollUpdate:
32 case WebInputEvent::GestureScrollUpdateWithoutPropagation:
36 case WebInputEvent::GestureScrollEnd:
37 case WebInputEvent::GestureFlingStart:
44 case WebInputEvent::GesturePinchBegin:
51 case WebInputEvent::GesturePinchUpdate:
55 case WebInputEvent::GesturePinchEnd
    [all...]
input_event_stream_validator.h 14 class WebInputEvent;
26 void Validate(const blink::WebInputEvent&);
29 bool ValidateImpl(const blink::WebInputEvent&, std::string* error_msg);
web_touch_event_traits.cc 9 using blink::WebInputEvent;
29 if (event.type != WebInputEvent::TouchStart)
34 void WebTouchEventTraits::ResetType(WebInputEvent::Type type,
37 DCHECK(WebInputEvent::isTouchEventType(type));
39 event->cancelable = (type != WebInputEvent::TouchCancel);
43 void WebTouchEventTraits::ResetTypeAndTouchStates(WebInputEvent::Type type,
50 case WebInputEvent::TouchStart:
53 case WebInputEvent::TouchMove:
56 case WebInputEvent::TouchEnd:
59 case WebInputEvent::TouchCancel
    [all...]
input_event.h 15 class WebInputEvent;
24 InputEvent(const blink::WebInputEvent& web_event,
scoped_web_input_event.cc 9 #include "third_party/WebKit/public/web/WebInputEvent.h"
12 using blink::WebInputEvent;
22 void WebInputEventDeleter::operator()(WebInputEvent* web_event) const {
input_event_stream_validator.cc 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
12 using blink::WebInputEvent;
26 void InputEventStreamValidator::Validate(const WebInputEvent& event) {
33 bool InputEventStreamValidator::ValidateImpl(const blink::WebInputEvent& event,
36 if (WebInputEvent::isGestureEventType(event.type)) {
41 } else if (WebInputEvent::isTouchEventType(event.type)) {
web_input_event_traits_unittest.cc 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
13 using blink::WebInputEvent;
30 static WebTouchEvent CreateTouch(WebInputEvent::Type type) {
34 static WebTouchEvent CreateTouch(WebInputEvent::Type type,
42 static WebGestureEvent CreateGesture(WebInputEvent::Type type,
54 WebTouchEvent touch0 = CreateTouch(WebInputEvent::TouchStart);
55 WebTouchEvent touch1 = CreateTouch(WebInputEvent::TouchMove);
67 touch0 = CreateTouch(WebInputEvent::TouchMove);
68 touch1 = CreateTouch(WebInputEvent::TouchMove);
71 touch0 = CreateTouch(WebInputEvent::TouchMove, 2)
    [all...]
web_input_event_traits.cc 13 using blink::WebInputEvent;
38 event.type == WebInputEvent::MouseMove;
108 event.type != WebInputEvent::TouchMove ||
155 if (event.type == WebInputEvent::GestureScrollUpdate)
160 if (event.type == WebInputEvent::GesturePinchUpdate &&
171 if (event->type == WebInputEvent::GestureScrollUpdate) {
176 } else if (event->type == WebInputEvent::GesturePinchUpdate) {
189 bool Execute(WebInputEvent::Type /* type */, size_t* type_size) const {
197 bool Execute(const WebInputEvent& event,
208 bool Execute(WebInputEvent* event, bool* /* dummy_var */) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentPrivate.h 42 class WebInputEvent;
55 virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) = 0;
WebPopupMenuImpl.cpp 51 #include "public/web/WebInputEvent.h"
245 bool WebPopupMenuImpl::handleInputEvent(const WebInputEvent& inputEvent)
254 case WebInputEvent::MouseMove:
258 case WebInputEvent::MouseLeave:
262 case WebInputEvent::MouseWheel:
266 case WebInputEvent::MouseDown:
270 case WebInputEvent::MouseUp:
282 case WebInputEvent::RawKeyDown:
283 case WebInputEvent::KeyDown:
284 case WebInputEvent::KeyUp
    [all...]
PageWidgetDelegate.cpp 41 #include "public/web/WebInputEvent.h"
101 bool PageWidgetDelegate::handleInputEvent(Page* page, PageWidgetEventHandler& handler, const WebInputEvent& event)
109 case WebInputEvent::MouseMove:
114 case WebInputEvent::MouseLeave:
119 case WebInputEvent::MouseDown:
124 case WebInputEvent::MouseUp:
130 case WebInputEvent::MouseWheel:
135 case WebInputEvent::RawKeyDown:
136 case WebInputEvent::KeyDown:
137 case WebInputEvent::KeyUp
    [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.h 12 #include "third_party/WebKit/public/web/WebInputEvent.h"
22 class WebInputEvent;
30 void CreateInputEventData(const blink::WebInputEvent& event,
33 // Creates a WebInputEvent from the given PP_InputEvent. If it fails, returns
35 blink::WebInputEvent* CreateWebInputEvent(const ppapi::InputEventData& event);
40 std::vector<linked_ptr<blink::WebInputEvent> > CreateSimulatedWebInputEvents(
47 PP_InputEvent_Class ClassifyInputEvent(blink::WebInputEvent::Type type);
event_conversion.cc 25 #include "third_party/WebKit/public/web/WebInputEvent.h"
30 using blink::WebInputEvent;
47 static_cast<int>(WebInputEvent::ShiftKey),
50 static_cast<int>(WebInputEvent::ControlKey),
53 static_cast<int>(WebInputEvent::AltKey),
56 static_cast<int>(WebInputEvent::MetaKey),
59 static_cast<int>(WebInputEvent::IsKeyPad),
62 static_cast<int>(WebInputEvent::IsAutoRepeat),
65 static_cast<int>(WebInputEvent::LeftButtonDown),
68 static_cast<int>(WebInputEvent::MiddleButtonDown)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.h 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
45 bool WillHandleEvent(const blink::WebInputEvent& event);
49 void ReceivedEventACK(const blink::WebInputEvent& event, bool processed);
82 const blink::WebInputEvent& event) const;
86 bool DispatchEventResetsState(const blink::WebInputEvent& event) const;
90 bool ProcessEventForOverscroll(const blink::WebInputEvent& event);
97 blink::WebInputEvent::Type event_type);
  /external/chromium_org/content/child/npapi/
plugin_web_event_converter_mac.h 11 class WebInputEvent;
19 // Utility class to translating WebInputEvent structs to equivalent structures
28 bool InitWithEvent(const blink::WebInputEvent& web_event);
45 static NSUInteger CocoaModifiers(const blink::WebInputEvent& web_event);
  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter.cc 10 #include "third_party/WebKit/public/web/WebInputEvent.h"
12 using blink::WebInputEvent;
29 case WebInputEvent::GestureScrollBegin:
34 case WebInputEvent::GestureScrollUpdate:
48 case WebInputEvent::GestureFlingStart:
59 case WebInputEvent::GestureScrollEnd:
62 case WebInputEvent::GesturePinchBegin:
77 case WebInputEvent::GesturePinchUpdate:
80 case WebInputEvent::GesturePinchEnd:
90 case WebInputEvent::GestureDoubleTap
    [all...]
synthetic_gesture_target.h 14 class WebInputEvent;
29 const blink::WebInputEvent& event) = 0;
web_input_event_builders_win.cc 10 using blink::WebInputEvent;
29 modifier = WebInputEvent::IsKeyPad;
42 modifier = WebInputEvent::IsKeyPad;
61 modifier = WebInputEvent::IsKeyPad;
65 modifier = WebInputEvent::IsLeft;
67 modifier = WebInputEvent::IsRight;
71 modifier = WebInputEvent::IsLeft;
73 modifier = WebInputEvent::IsRight;
77 modifier = WebInputEvent::IsLeft;
79 modifier = WebInputEvent::IsRight
    [all...]
input_router_impl_unittest.cc 38 using blink::WebInputEvent;
48 const WebInputEvent* GetInputEventFromMessage(const IPC::Message& message) {
54 return reinterpret_cast<const WebInputEvent*>(data);
57 WebInputEvent& GetEventWithType(WebInputEvent::Type type) {
58 WebInputEvent* event = NULL;
59 if (WebInputEvent::isMouseEventType(type)) {
62 } else if (WebInputEvent::isTouchEventType(type)) {
65 } else if (WebInputEvent::isKeyboardEventType(type)) {
68 } else if (WebInputEvent::isGestureEventType(type))
    [all...]
gesture_event_queue_unittest.cc 17 #include "third_party/WebKit/public/web/WebInputEvent.h"
22 using blink::WebInputEvent;
91 void SimulateGestureEvent(WebInputEvent::Type type,
123 void SendInputEventACK(WebInputEvent::Type type,
152 void set_sync_followup_event(WebInputEvent::Type type,
217 SimulateGestureEvent(WebInputEvent::GestureScrollBegin,
227 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
235 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
246 EXPECT_EQ(WebInputEvent::GestureScrollUpdate, merged_event.type);
251 SimulateGestureEvent(WebInputEvent::GestureScrollEnd
    [all...]
touchscreen_tap_suppression_controller.cc 9 using blink::WebInputEvent;
33 case WebInputEvent::GestureTapDown:
39 case WebInputEvent::GestureShowPress:
45 case WebInputEvent::GestureTapUnconfirmed:
48 case WebInputEvent::GestureTapCancel:
49 case WebInputEvent::GestureTap:
50 case WebInputEvent::GestureDoubleTap:
  /external/chromium_org/content/renderer/
idle_user_detector.h 12 class WebInputEvent;
32 void OnHandleInputEvent(const blink::WebInputEvent* event,
  /external/chromium_org/content/common/
content_param_traits_macros.h 15 #include "third_party/WebKit/public/web/WebInputEvent.h"
25 IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebInputEvent::Type,
26 blink::WebInputEvent::TypeFirst,
27 blink::WebInputEvent::TypeLast)

Completed in 175 milliseconds

1 2 3 4 5 6 7 8 9