Searched defs:setStartTime (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesisUtterance.h65 void setStartTime(double startTime) { m_platformUtterance->setStartTime(startTime); } function in class:WebCore::SpeechSynthesisUtterance
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesisUtterance.h71 void setStartTime(double startTime) { m_startTime = startTime; } function in class:WebCore::PlatformSpeechSynthesisUtterance
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerAnimation.h66 void setStartTime(double time) { m_startTime = time; } function in class:WebCore::LayerAnimation
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfileNode.h82 void setStartTime(double startTime) { m_startTime = startTime; } function in class:JSC::ProfileNode
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DInbandTextTrackPrivateClient.h46 void setStartTime(double startTime) { m_startTime = startTime; } function in class:WebCore::GenericCueData
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackCue.cpp279 void TextTrackCue::setStartTime(double value, ExceptionCode& ec) function in class:WebCore::TextTrackCue

Completed in 72 milliseconds