Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp376 …ardEvent WebInputEventFactory::keyboardEvent(wchar_t character, int state, double timeStampSeconds) in keyboardEvent()
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h138 double timeStampSeconds; // Seconds since epoch. variable
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp72 …(WebEvent::Type type, WebMouseEvent::Button button, const POINT& position, double timeStampSeconds) in clickCount()