HomeSort by relevance Sort by last modified time
    Searched refs:timeStampSeconds (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/chromium/public/mac/
WebInputEventFactory.h 53 WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
  /external/webkit/WebKit/chromium/public/gtk/
WebInputEventFactory.h 51 WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, int state, double timeStampSeconds);
  /external/webkit/WebKit/chromium/public/
WebInputEvent.h 56 , timeStampSeconds(0.0) { }
122 double timeStampSeconds; // Seconds since epoch.
  /external/webkit/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 239 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
291 WebKeyboardEvent WebInputEventFactory::keyboardEvent(wchar_t character, int state, double timeStampSeconds)
300 result.timeStampSeconds = timeStampSeconds;
325 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
380 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
412 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
453 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
  /external/webkit/WebKit/chromium/src/win/
WebInputEventFactory.cpp 98 result.timeStampSeconds = GetMessageTime() / 1000.0;
227 result.timeStampSeconds = GetMessageTime() / 1000.0;
250 double currentTime = result.timeStampSeconds;
308 result.timeStampSeconds = GetMessageTime() / 1000.0;
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 63 m_timestamp = e.timeStampSeconds;
199 timeStampSeconds = event.timeStamp() * 1.0e-3;
246 timeStampSeconds = event.timeStamp() * 1.0e-3;

Completed in 193 milliseconds