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

  /external/webkit/Source/WebCore/dom/
DOMTimeStamp.h 36 typedef unsigned long long DOMTimeStamp;
38 inline DOMTimeStamp convertSecondsToDOMTimeStamp(double seconds)
40 return static_cast<DOMTimeStamp>(seconds * 1000.0);
43 inline double convertDOMTimeStampToSeconds(DOMTimeStamp milliseconds)
RequestAnimationFrameCallback.idl 35 boolean handleEvent(in DOMTimeStamp time);
RequestAnimationFrameCallback.h 43 virtual bool handleEvent(DOMTimeStamp) = 0;
ScriptedAnimationController.h 30 #include "DOMTimeStamp.h"
54 void serviceScriptedAnimations(DOMTimeStamp);
SelectElement.h 162 DOMTimeStamp lastCharTime() const { return m_lastCharTime; }
163 void setLastCharTime(const DOMTimeStamp& value) { m_lastCharTime = value; }
188 DOMTimeStamp m_lastCharTime;
Event.idl 61 readonly attribute DOMTimeStamp timeStamp;
Event.h 28 #include "DOMTimeStamp.h"
89 DOMTimeStamp timeStamp() const { return m_createTime; }
192 DOMTimeStamp m_createTime;
ScriptedAnimationController.cpp 82 void ScriptedAnimationController::serviceScriptedAnimations(DOMTimeStamp time)
SelectElement.cpp 71 static const DOMTimeStamp typeAheadTimeout = 1000;
    [all...]
Document.h 34 #include "DOMTimeStamp.h"
    [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/page/
Geoposition.h 38 static PassRefPtr<Geoposition> create(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp)
48 DOMTimeStamp timestamp() const { return m_timestamp; }
52 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp)
60 DOMTimeStamp m_timestamp;
Geoposition.idl 30 readonly attribute DOMTimeStamp timestamp;
GeolocationPositionCache.cpp 179 DOMTimeStamp timestamp = statement.getColumnInt64(7); // timestamp
FrameView.h 104 void serviceScriptedAnimations(DOMTimeStamp);
Geolocation.cpp 413 DOMTimeStamp currentTimeMillis = convertSecondsToDOMTimeStamp(currentTime());
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMObject.h 34 typedef unsigned long long DOMTimeStamp;
PublicDOMInterfaces.h     [all...]
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp 199 DOMTimeStamp currentTime = convertSecondsToDOMTimeStamp(WTF::currentTime());
200 DOMTimeStamp maximumAge = convertSecondsToDOMTimeStamp(10 * 60); // 10 minutes
  /external/webkit/Source/WebKit/win/
DOMEventsClasses.h 155 /* [retval][out] */ DOMTimeStamp* result);
235 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
344 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
492 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
667 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
767 /* [retval][out] */ DOMTimeStamp* result) { return DOMEvent::timeStamp(result); }
    [all...]
DOMEventsClasses.cpp 156 /* [retval][out] */ DOMTimeStamp* /*result*/)
  /external/webkit/Source/WebKit/win/Interfaces/
DOMEvents.idl 45 typedef long long DOMTimeStamp;
108 //readonly attribute DOMTimeStamp timeStamp;
109 HRESULT timeStamp([out, retval] DOMTimeStamp* result);
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 232 "DOMTimeStamp", "uint",
257 "DOMTimeStamp", "guint32",
674 return "" if $type eq "DOMTimeStamp";
    [all...]

Completed in 1581 milliseconds