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

  /external/webkit/Source/WebKit/chromium/public/mac/
WebInputEventFactory.h 53 WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, int modifiers, double timeStampSeconds);
  /external/webkit/Source/WebKit/chromium/public/gtk/
WebInputEventFactory.h 51 WEBKIT_API static WebKeyboardEvent keyboardEvent(wchar_t character, int state, double timeStampSeconds);
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 57 , timeStampSeconds(0.0) { }
138 double timeStampSeconds; // Seconds since epoch.
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 324 result.timeStampSeconds = gdkEventTimeToWebEventTime(event->time);
376 WebKeyboardEvent WebInputEventFactory::keyboardEvent(wchar_t character, int state, double timeStampSeconds)
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/WebKit/chromium/src/
WebInputEventConversion.cpp 64 m_timestamp = e.timeStampSeconds;
224 m_timestamp = event.timeStampSeconds;
261 timeStampSeconds = event.timeStamp() * 1.0e-3;
304 timeStampSeconds = event.timeStamp() * 1.0e-3;
334 timeStampSeconds = event.timeStamp() * 1.0e-3;
  /external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm 595 result.timeStampSeconds = [event timestamp];
610 double timeStampSeconds)
618 result.timeStampSeconds = timeStampSeconds;
703 result.timeStampSeconds = [event timestamp];
848 result.timeStampSeconds = [event timestamp];
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 108 result.timeStampSeconds = GetMessageTime() / 1000.0;
238 result.timeStampSeconds = GetMessageTime() / 1000.0;
261 double currentTime = result.timeStampSeconds;
320 result.timeStampSeconds = GetMessageTime() / 1000.0;
  /external/webkit/Source/WebKit2/Shared/win/
WebEventFactory.cpp 72 static inline int clickCount(WebEvent::Type type, WebMouseEvent::Button button, const POINT& position, double timeStampSeconds)
81 || ((timeStampSeconds - gLastClickTime) * 1000.0 > ::GetDoubleClickTime());
90 gLastClickTime = timeStampSeconds;
  /external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp 143 e->timeStampSeconds = getCurrentEventTimeSec();
434 lastClickTimeSec = e.timeStampSeconds;
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 137 wmevent->timeStampSeconds = base::Time::Now().ToDoubleT();
580 touch_event_.timeStampSeconds = base::Time::Now().ToDoubleT();
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 1215 milliseconds