Home
last modified time | relevance | path

Searched refs:timeStampSeconds (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryAndroid.cpp43 double timeStampSeconds, in keyboardEvent() argument
52 result.timeStampSeconds = timeStampSeconds; in keyboardEvent()
73 double timeStampSeconds, in mouseEvent() argument
85 result.timeStampSeconds = timeStampSeconds; in mouseEvent()
117 double timeStampSeconds, in mouseWheelEvent() argument
128 result.timeStampSeconds = timeStampSeconds; in mouseWheelEvent()
160 double timeStampSeconds, in gestureEvent() argument
166 return gestureEvent(type, timeStampSeconds, x, y, modifiers); in gestureEvent()
170 double timeStampSeconds, in gestureEvent() argument
180 result.timeStampSeconds = timeStampSeconds; in gestureEvent()
DWebInputEventFactoryGtk.cpp361 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time); in keyboardEvent()
417 …ardEvent WebInputEventFactory::keyboardEvent(wchar_t character, int state, double timeStampSeconds) in keyboardEvent() argument
426 result.timeStampSeconds = timeStampSeconds; in keyboardEvent()
451 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time); in mouseEvent()
507 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time); in mouseEvent()
542 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time); in mouseEvent()
586 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time); in mouseWheelEvent()
DWebInputEventConversion.cpp101 m_timestamp = e.timeStampSeconds; in PlatformMouseEventBuilder()
155 m_timestamp = e.timeStampSeconds; in PlatformWheelEventBuilder()
247 m_timestamp = e.timeStampSeconds; in PlatformGestureEventBuilder()
431 m_timestamp = event.timeStampSeconds; in PlatformTouchEventBuilder()
458 webEvent.timeStampSeconds = event.timeStamp() / millisPerSecond; in updateWebMouseEventFromWebCoreMouseEvent()
584 timeStampSeconds = event.timestamp(); in WebMouseEventBuilder()
634 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebKeyboardEventBuilder()
737 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebTouchEventBuilder()
763 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebGestureEventBuilder()
DWebInputEventFactoryWin.cpp141 result.timeStampSeconds = GetMessageTime() / 1000.0; in keyboardEvent()
283 result.timeStampSeconds = GetMessageTime() / 1000.0; in mouseEvent()
306 double currentTime = result.timeStampSeconds; in mouseEvent()
365 result.timeStampSeconds = GetMessageTime() / 1000.0; in mouseWheelEvent()
DWebInputEventFactoryMac.mm844 result.timeStampSeconds = [event timestamp];
852 double timeStampSeconds)
860 result.timeStampSeconds = timeStampSeconds;
938 result.timeStampSeconds = [event timestamp];
1120 result.timeStampSeconds = [event timestamp];
1143 result.timeStampSeconds = [event timestamp];
/external/chromium_org/third_party/WebKit/public/web/android/
DWebInputEventFactory.h58 double timeStampSeconds,
65 double timeStampSeconds,
72 double timeStampSeconds,
77 double timeStampSeconds,
85 double timeStampSeconds,
/external/chromium_org/content/browser/renderer_host/input/
Dinput_router_impl.cc71 result.timeStampSeconds = timestamp_seconds; in MakeGestureEvent()
657 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
662 WebInputEvent::GestureScrollUpdate, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
670 WebInputEvent::GestureScrollEnd, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
679 WebInputEvent::GestureShowPress, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
682 WebInputEvent::GestureTapDown, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
687 WebInputEvent::GestureTap, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
696 WebInputEvent::GestureScrollBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
699 WebInputEvent::GesturePinchBegin, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
705 WebInputEvent::GesturePinchUpdate, mouse_event.timeStampSeconds, in SimulateTouchGestureWithMouse()
[all …]
Dweb_input_event_builders_android.cc32 result.timeStampSeconds = time_sec; in Build()
66 result.timeStampSeconds = time_sec; in Build()
89 result.timeStampSeconds = time_sec; in Build()
127 result.timeStampSeconds = time_sec; in Build()
Dweb_input_event_builders_gtk.cc330 result.timeStampSeconds = GdkEventTimeToWebEventTime(event->time); in Build()
391 double timeStampSeconds) { in Build() argument
399 result.timeStampSeconds = timeStampSeconds; in Build()
423 result.timeStampSeconds = GdkEventTimeToWebEventTime(event->time); in Build()
479 result.timeStampSeconds = GdkEventTimeToWebEventTime(event->time); in Build()
513 result.timeStampSeconds = GdkEventTimeToWebEventTime(event->time); in Build()
571 result.timeStampSeconds = GdkEventTimeToWebEventTime(event->time); in Build()
Dgesture_event_filter.cc291 scroll_event.event.timeStampSeconds = gesture_event.event.timeStampSeconds; in MergeOrInsertScrollAndPinchEvent()
342 new_event.event.timeStampSeconds < in ShouldTryMerging()
343 event_in_queue.event.timeStampSeconds) in ShouldTryMerging()
Dweb_input_event_builders_win.cc113 result.timeStampSeconds = ::GetMessageTime() / 1000.0; in Build()
242 result.timeStampSeconds = ::GetMessageTime() / 1000.0; in Build()
265 double current_time = result.timeStampSeconds; in Build()
326 result.timeStampSeconds = ::GetMessageTime() / 1000.0; in Build()
/external/chromium_org/content/browser/renderer_host/
Dweb_input_event_aura.cc83 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebKeyboardEventFromAuraEvent()
134 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebMouseWheelEventFromAuraEvent()
173 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebGestureEventFromAuraEvent()
348 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebMouseEventFromAuraEvent()
388 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebMouseWheelEventFromAuraEvent()
Dui_events_helper.cc118 static_cast<int64>(touch.timeStampSeconds * 1000000)); in MakeUITouchEventsFromWebTouchEvents()
240 gesture_event.timeStampSeconds = event.time_stamp().InSecondsF(); in MakeWebGestureEventFromUIEvent()
332 web_event->timeStampSeconds = event.time_stamp().InSecondsF(); in UpdateWebTouchEventFromUIEvent()
Dnative_web_keyboard_event_aura.cc75 timeStampSeconds = time_stamp_seconds; in NativeWebKeyboardEvent()
Dweb_input_event_aurax11.cc98 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebKeyboardEventFromAuraEvent()
/external/chromium_org/content/common/input/
Dweb_input_event_traits.cc86 DCHECK_GE(event_to_coalesce.timeStampSeconds, event->timeStampSeconds); in Coalesce()
87 event->timeStampSeconds = event_to_coalesce.timeStampSeconds; in Coalesce()
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.cc100 mouse.timeStampSeconds = gesture.timeStampSeconds; in WebMouseEventFromGestureEvent()
215 mouse.timeStampSeconds = gesture_event->timeStampSeconds; in handleInputEvent()
/external/chromium_org/content/renderer/pepper/
Devent_conversion.cc129 result.event_time_stamp = EventTimeToPPTimeTicks(web_event.timeStampSeconds); in GetEventWithCommonFieldsAndType()
318 web_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp); in BuildTouchEvent()
357 key_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp); in BuildKeyEvent()
367 key_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp); in BuildCharEvent()
408 mouse_event->timeStampSeconds = in BuildMouseEvent()
432 mouse_wheel_event->timeStampSeconds = in BuildMouseWheelEvent()
/external/chromium_org/third_party/WebKit/public/web/mac/
DWebInputEventFactory.h54 …T static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
/external/chromium_org/third_party/WebKit/public/web/gtk/
DWebInputEventFactory.h51 …XPORT static WebKeyboardEvent keyboardEvent(wchar_t character, int state, double timeStampSeconds);
/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h64 timeStampSeconds = 0.0;
178 double timeStampSeconds; // Seconds since epoch. variable
/external/chromium_org/content/common/
Dcontent_param_traits.cc93 LogParam(p->timeStampSeconds, l); in Log()
/external/chromium_org/content/browser/android/
Dtouch_point.cc85 event.timeStampSeconds = in BuildWebTouchEvent()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DEventSender.cpp153 e->timeStampSeconds = ts; in initMouseEvent()
481 lastClickTimeSec = e.timeStampSeconds; in doMouseUp()
1089 touchEvent.timeStampSeconds = getCurrentEventTimeSec(m_delegate); in sendCurrentTouchEvent()
1388 event.timeStampSeconds = getCurrentEventTimeSec(m_delegate); in gestureEvent()
1409 event.timeStampSeconds = getCurrentEventTimeSec(m_delegate); in gestureFlingCancel()
1437 event.timeStampSeconds = getCurrentEventTimeSec(m_delegate); in gestureFlingStart()
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy.cc282 if (gesture_event.timeStampSeconds) { in HandleGestureFling()
283 fling_parameters_.startTime = gesture_event.timeStampSeconds; in HandleGestureFling()

12