HomeSort by relevance Sort by last modified time
    Searched full:timestampseconds (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_tap_gesture.cc 75 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
84 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
95 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
104 mouse_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
web_input_event_builders_android.cc 35 result.timeStampSeconds = time_sec;
69 result.timeStampSeconds = time_sec;
92 result.timeStampSeconds = time_sec;
130 result.timeStampSeconds = time_sec;
touch_emulator.cc 143 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_);
gesture_event_queue.cc 288 scroll_event.event.timeStampSeconds = gesture_event.event.timeStampSeconds;
343 new_event.event.timeStampSeconds <
344 event_in_queue.event.timeStampSeconds)
touch_emulator_unittest.cc 124 event.timeStampSeconds = GetNextEventTimeSeconds();
144 event.timeStampSeconds = GetNextEventTimeSeconds();
159 event.timeStampSeconds = GetNextEventTimeSeconds();
209 event.timeStampSeconds = GetNextEventTimeSeconds();
motion_event_web.cc 146 base::TimeDelta::FromMicroseconds(event_.timeStampSeconds *
175 event_.timeStampSeconds,
synthetic_gesture_target_android.cc 77 static_cast<int64>(web_touch.timeStampSeconds * 1000.0));
web_input_event_builders_win.cc 113 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;
synthetic_smooth_scroll_gesture.cc 165 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
180 mouse_wheel_event.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
synthetic_gesture_controller_unittest.cc 316 static_cast<int64>(touch_event.timeStampSeconds * 1000));
323 static_cast<int64>(touch_event.timeStampSeconds * 1000));
350 static_cast<int64>(mouse_event.timeStampSeconds * 1000));
359 static_cast<int64>(mouse_event.timeStampSeconds * 1000));
    [all...]
synthetic_pinch_gesture.cc 105 touch_event_.timeStampSeconds = ConvertTimestampToSeconds(timestamp);
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.cc 179 WebInputEvent::TouchStart, timeStampSeconds, this);
190 WebInputEvent::TouchMove, timeStampSeconds, this);
197 WebInputEvent::TouchEnd, timeStampSeconds, this);
204 WebInputEvent::TouchCancel, timeStampSeconds, this);
208 timeStampSeconds = timestamp.InSecondsF();
web_input_event_traits.cc 92 DCHECK_GE(event_to_coalesce.timeStampSeconds, event->timeStampSeconds);
93 event->timeStampSeconds = event_to_coalesce.timeStampSeconds;
web_touch_event_traits.cc 54 event->timeStampSeconds = timestamp_sec;
  /external/chromium_org/third_party/WebKit/public/web/mac/
WebInputEventFactory.h 54 BLINK_EXPORT static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
  /external/chromium_org/mojo/services/html_viewer/
blink_input_events_type_converters.cc 76 web_event->timeStampSeconds =
118 web_event->timeStampSeconds =
152 web_event->timeStampSeconds =
  /external/chromium_org/content/browser/renderer_host/
native_web_keyboard_event_aura.cc 79 timeStampSeconds = time_stamp_seconds;
web_input_event_aura.cc 34 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();
ui_events_helper.cc 122 static_cast<int64>(touch.timeStampSeconds * 1000000));
241 gesture_event.timeStampSeconds = event.time_stamp().InSecondsF();
  /external/chromium_org/content/common/
content_param_traits.cc 74 LogParam(p->timeStampSeconds, l);
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 99 mouse.timeStampSeconds = gesture.timeStampSeconds;
186 mouse.timeStampSeconds = gesture_event->timeStampSeconds;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 115 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 = event.timeStamp() / millisPerSecond
    [all...]
WebInputEventFactoryMac.mm 831 result.timeStampSeconds = [event timestamp];
839 double timeStampSeconds)
847 result.timeStampSeconds = timeStampSeconds;
925 result.timeStampSeconds = [event timestamp];
    [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 419 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;
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 127 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 1351 milliseconds

1 2