/external/chromium_org/content/browser/renderer_host/input/ |
D | synthetic_tap_gesture.cc | 75 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp); in Press() 84 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp); in Press() 95 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp); in Release() 104 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp); in Release()
|
D | web_input_event_builders_android.cc | 35 result.timeStampSeconds = time_sec; in Build() 69 result.timeStampSeconds = time_sec; in Build() 92 result.timeStampSeconds = time_sec; in Build() 130 result.timeStampSeconds = time_sec; in Build()
|
D | touch_emulator.cc | 143 mouse_event.timeStampSeconds < last_mouse_move_timestamp_ + in HandleMouseEvent() 148 last_mouse_move_timestamp_ = mouse_event.timeStampSeconds; in HandleMouseEvent() 332 pinch_event_.timeStampSeconds = event.timeStampSeconds; in FillPinchEvent() 341 scroll_event.timeStampSeconds = event.timeStampSeconds; in ScrollEnd() 375 eventType, mouse_event.timeStampSeconds, &touch_event_); in FillTouchEventAndPoint()
|
D | gesture_event_queue.cc | 288 scroll_event.event.timeStampSeconds = gesture_event.event.timeStampSeconds; in MergeOrInsertScrollAndPinchEvent() 343 new_event.event.timeStampSeconds < in ShouldTryMerging() 344 event_in_queue.event.timeStampSeconds) in ShouldTryMerging()
|
D | touch_emulator_unittest.cc | 120 event.timeStampSeconds = GetNextEventTimeSeconds(); in SendKeyboardEvent() 140 event.timeStampSeconds = GetNextEventTimeSeconds(); in SendMouseEvent() 155 event.timeStampSeconds = GetNextEventTimeSeconds(); in SendMouseWheelEvent()
|
D | web_input_event_builders_win.cc | 113 result.timeStampSeconds = time_ms / 1000.0; in Build() 242 result.timeStampSeconds = time_ms / 1000.0; in Build() 265 double current_time = result.timeStampSeconds; in Build() 325 result.timeStampSeconds = time_ms / 1000.0; in Build()
|
D | motion_event_web.cc | 116 base::TimeDelta::FromMicroseconds(event_.timeStampSeconds * in GetEventTime() 166 event_.timeStampSeconds, in Cancel()
|
D | synthetic_smooth_scroll_gesture.cc | 174 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp); in ForwardTouchEvent() 189 mouse_wheel_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp); in ForwardMouseWheelEvent()
|
D | synthetic_gesture_target_android.cc | 77 static_cast<int64>(web_touch.timeStampSeconds * 1000.0)); in DispatchWebTouchEventToPlatform()
|
D | touch_event_queue.cc | 42 event.event.timeStampSeconds, in ObtainCancelEventForTouchEvent() 471 (touch.event.timeStampSeconds >= in ForwardNextEventToRenderer() 497 last_sent_touch_timestamp_sec_ = touch.event.timeStampSeconds; in ForwardNextEventToRenderer()
|
/external/chromium_org/content/common/input/ |
D | synthetic_web_input_event_builders.cc | 179 WebInputEvent::TouchStart, timeStampSeconds, this); in PressPoint() 190 WebInputEvent::TouchMove, timeStampSeconds, this); in MovePoint() 197 WebInputEvent::TouchEnd, timeStampSeconds, this); in ReleasePoint() 204 WebInputEvent::TouchCancel, timeStampSeconds, this); in CancelPoint() 208 timeStampSeconds = timestamp.InSecondsF(); in SetTimestamp()
|
D | web_input_event_traits.cc | 92 DCHECK_GE(event_to_coalesce.timeStampSeconds, event->timeStampSeconds); in Coalesce() 93 event->timeStampSeconds = event_to_coalesce.timeStampSeconds; in Coalesce()
|
D | web_touch_event_traits.cc | 40 event->timeStampSeconds = timestamp_sec; in ResetType()
|
/external/chromium_org/content/renderer/ |
D | render_widget_fullscreen_pepper.cc | 99 mouse.timeStampSeconds = gesture.timeStampSeconds; in WebMouseEventFromGestureEvent() 186 mouse.timeStampSeconds = gesture_event->timeStampSeconds; in handleInputEvent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | web_input_event_aura.cc | 83 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebKeyboardEventFromAuraEvent() 134 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebMouseWheelEventFromAuraEvent() 182 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebGestureEventFromAuraEvent() 360 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebMouseEventFromAuraEvent() 400 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebMouseWheelEventFromAuraEvent()
|
D | web_input_event_aurax11.cc | 98 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF(); in MakeWebKeyboardEventFromAuraEvent()
|
D | native_web_keyboard_event_aura.cc | 79 timeStampSeconds = time_stamp_seconds; in NativeWebKeyboardEvent()
|
D | ui_events_helper.cc | 119 static_cast<int64>(touch.timeStampSeconds * 1000000)); in MakeUITouchEventsFromWebTouchEvents() 238 gesture_event.timeStampSeconds = event.time_stamp().InSecondsF(); in MakeWebGestureEventFromUIEvent()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.cpp | 117 m_timestamp = e.timeStampSeconds; in PlatformMouseEventBuilder() 173 m_timestamp = e.timeStampSeconds; in PlatformWheelEventBuilder() 269 m_timestamp = e.timeStampSeconds; in PlatformGestureEventBuilder() 457 m_timestamp = event.timeStampSeconds; in PlatformTouchEventBuilder() 491 webEvent.timeStampSeconds = event.timeStamp() / millisPerSecond; in updateWebMouseEventFromWebCoreMouseEvent() 580 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebMouseEventBuilder() 631 timeStampSeconds = event.timestamp(); in WebMouseEventBuilder() 681 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebKeyboardEventBuilder() 784 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebTouchEventBuilder() 811 timeStampSeconds = event.timeStamp() / millisPerSecond; in WebGestureEventBuilder()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy.cc | 401 fling_parameters_.startTime = gesture_event.timeStampSeconds; in HandleGestureFling() 460 event.timeStampSeconds + kFlingBoostTimeoutDelaySeconds; in FilterInputEventForFlingBoosting() 497 event.timeStampSeconds - last_fling_boost_event_.timeStampSeconds; in FilterInputEventForFlingBoosting() 537 fling_parameters_.startTime = gesture_event.timeStampSeconds; in FilterInputEventForFlingBoosting() 571 event.timeStampSeconds + kFlingBoostTimeoutDelaySeconds; in FlingBoostExtend()
|
D | input_handler_proxy_unittest.cc | 50 fling.timeStampSeconds = (timestamp - base::TimeTicks()).InSecondsF(); in CreateFling() 243 gesture_.timeStampSeconds = InSecondsF(timestamp); in CancelFling() 1056 gesture_.timeStampSeconds = start_time_offset.InSecondsF(); in TEST_F() 1590 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F() 1614 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F() 1691 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F() 1727 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F() 1754 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F() 1791 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F() 1800 gesture_.timeStampSeconds = InSecondsF(time); in TEST_F()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 181 double timeStampSeconds; // Seconds since epoch. variable 214 timeStampSeconds = 0.0; in WebInputEvent()
|
/external/chromium_org/third_party/WebKit/public/web/mac/ |
D | WebInputEventFactory.h | 54 …T static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
|
/external/chromium_org/content/renderer/pepper/ |
D | event_conversion.cc | 130 result.event_time_stamp = EventTimeToPPTimeTicks(web_event.timeStampSeconds); in GetEventWithCommonFieldsAndType() 366 key_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp); in BuildKeyEvent() 376 key_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp); in BuildCharEvent() 415 mouse_event->timeStampSeconds = in BuildMouseEvent() 438 mouse_wheel_event->timeStampSeconds = in BuildMouseWheelEvent()
|
/external/chromium_org/content/common/ |
D | content_param_traits.cc | 74 LogParam(p->timeStampSeconds, l); in Log()
|