Searched refs:timeStampSeconds (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_tap_gesture.cc75 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
84 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
95 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
104 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
H A Dweb_input_event_builders_android.cc35 result.timeStampSeconds = time_sec;
69 result.timeStampSeconds = time_sec;
92 result.timeStampSeconds = time_sec;
130 result.timeStampSeconds = time_sec;
H A Dtouch_emulator.cc143 mouse_event.timeStampSeconds < last_mouse_move_timestamp_ +
148 last_mouse_move_timestamp_ = mouse_event.timeStampSeconds;
380 pinch_event_.timeStampSeconds = event.timeStampSeconds;
389 scroll_event.timeStampSeconds = event.timeStampSeconds;
421 eventType, mouse_event.timeStampSeconds, &touch_event_);
H A Dmotion_event_web.cc146 base::TimeDelta::FromMicroseconds(event_.timeStampSeconds *
175 event_.timeStampSeconds,
H A Dgesture_event_queue.cc288 scroll_event.event.timeStampSeconds = gesture_event.event.timeStampSeconds;
343 new_event.event.timeStampSeconds <
344 event_in_queue.event.timeStampSeconds)
H A Dsynthetic_gesture_target_android.cc77 static_cast<int64>(web_touch.timeStampSeconds * 1000.0));
H A Dtouch_emulator_unittest.cc124 event.timeStampSeconds = GetNextEventTimeSeconds();
144 event.timeStampSeconds = GetNextEventTimeSeconds();
159 event.timeStampSeconds = GetNextEventTimeSeconds();
209 event.timeStampSeconds = GetNextEventTimeSeconds();
H A Dweb_input_event_builders_win.cc113 result.timeStampSeconds = time_ms / 1000.0;
244 result.timeStampSeconds = time_ms / 1000.0;
267 double current_time = result.timeStampSeconds;
327 result.timeStampSeconds = time_ms / 1000.0;
H A Dsynthetic_smooth_scroll_gesture.cc165 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
180 mouse_wheel_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
H A Dsynthetic_pinch_gesture.cc105 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
H A Dtouch_event_queue.cc42 event.event.timeStampSeconds,
486 (touch.event.timeStampSeconds >=
512 last_sent_touch_timestamp_sec_ = touch.event.timeStampSeconds;
/external/chromium_org/third_party/WebKit/public/web/mac/
H A DWebInputEventFactory.h54 BLINK_EXPORT static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
/external/chromium_org/content/common/input/
H A Dsynthetic_web_input_event_builders.cc179 WebInputEvent::TouchStart, timeStampSeconds, this);
190 WebInputEvent::TouchMove, timeStampSeconds, this);
197 WebInputEvent::TouchEnd, timeStampSeconds, this);
204 WebInputEvent::TouchCancel, timeStampSeconds, this);
208 timeStampSeconds = timestamp.InSecondsF();
H A Dweb_touch_event_traits.cc54 event->timeStampSeconds = timestamp_sec;
H A Dweb_input_event_traits.cc92 DCHECK_GE(event_to_coalesce.timeStampSeconds, event->timeStampSeconds);
93 event->timeStampSeconds = event_to_coalesce.timeStampSeconds;
/external/chromium_org/content/browser/renderer_host/
H A Dnative_web_keyboard_event_aura.cc79 timeStampSeconds = time_stamp_seconds;
H A Dweb_input_event_aura.cc34 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
70 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
118 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
296 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
345 webkit_event.timeStampSeconds = event->time_stamp().InSecondsF();
/external/chromium_org/content/common/
H A Dcontent_param_traits.cc74 LogParam(p->timeStampSeconds, l);
/external/chromium_org/content/renderer/
H A Drender_widget_fullscreen_pepper.cc99 mouse.timeStampSeconds = gesture.timeStampSeconds;
186 mouse.timeStampSeconds = gesture_event->timeStampSeconds;
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_input_events_type_converters.cc76 web_event->timeStampSeconds =
118 web_event->timeStampSeconds =
152 web_event->timeStampSeconds =
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp115 m_timestamp = e.timeStampSeconds;
171 m_timestamp = e.timeStampSeconds;
267 m_timestamp = e.timeStampSeconds;
455 m_timestamp = event.timeStampSeconds;
489 webEvent.timeStampSeconds = event.timeStamp() / millisPerSecond;
578 timeStampSeconds = event.timeStamp() / millisPerSecond;
629 timeStampSeconds = event.timestamp();
679 timeStampSeconds = event.timeStamp() / millisPerSecond;
801 timeStampSeconds = event.timeStamp() / millisPerSecond;
827 timeStampSeconds
[all...]
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc419 fling_parameters_.startTime = gesture_event.timeStampSeconds;
478 event.timeStampSeconds + kFlingBoostTimeoutDelaySeconds;
515 event.timeStampSeconds - last_fling_boost_event_.timeStampSeconds;
560 fling_parameters_.startTime = gesture_event.timeStampSeconds;
596 event.timeStampSeconds + kFlingBoostTimeoutDelaySeconds;
H A Dinput_handler_proxy_unittest.cc50 fling.timeStampSeconds = (timestamp - base::TimeTicks()).InSecondsF();
254 gesture_.timeStampSeconds = InSecondsF(timestamp);
1067 gesture_.timeStampSeconds = start_time_offset.InSecondsF();
1610 gesture_.timeStampSeconds = InSecondsF(time);
1634 gesture_.timeStampSeconds = InSecondsF(time);
1711 gesture_.timeStampSeconds = InSecondsF(time);
1747 gesture_.timeStampSeconds = InSecondsF(time);
1774 gesture_.timeStampSeconds = InSecondsF(time);
1853 gesture_.timeStampSeconds = InSecondsF(time);
1862 gesture_.timeStampSeconds
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h181 double timeStampSeconds; // Seconds since epoch. member in class:blink::WebInputEvent
214 timeStampSeconds = 0.0;
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc127 result.event_time_stamp = EventTimeToPPTimeTicks(web_event.timeStampSeconds);
377 key_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp);
387 key_event->timeStampSeconds = PPTimeTicksToEventTime(event.event_time_stamp);
426 mouse_event->timeStampSeconds =
449 mouse_wheel_event->timeStampSeconds =

Completed in 6476 milliseconds

12