Searched defs:timeStampSeconds (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebInputEventFactory.cpp324 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
376 WebKeyboardEvent WebInputEventFactory::keyboardEvent(wchar_t character, int state, double timeStampSeconds) argument
385 result.timeStampSeconds = timeStampSeconds;
410 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
466 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
501 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
545 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.cpp72 static inline int clickCount(WebEvent::Type type, WebMouseEvent::Button button, const POINT& position, double timeStampSeconds) argument
81 || ((timeStampSeconds - gLastClickTime) * 1000.0 > ::GetDoubleClickTime());
90 gLastClickTime = timeStampSeconds;
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h57 , timeStampSeconds(0.0) { }
138 double timeStampSeconds; // Seconds since epoch. member in class:WebKit::WebInputEvent

Completed in 86 milliseconds