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

  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 76 virtual void setPreservesPitch(bool) { }
MediaPlayer.cpp 112 virtual void setPreservesPitch(bool) { }
378 m_private->setPreservesPitch(preservesPitch());
572 void MediaPlayer::setPreservesPitch(bool preservesPitch)
575 m_private->setPreservesPitch(preservesPitch);
MediaPlayer.h 225 void setPreservesPitch(bool);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.h 91 void setPreservesPitch(bool);
MediaPlayerPrivateQuickTimeWin.h 103 void setPreservesPitch(bool);
MediaPlayerPrivateQuickTimeVisualContext.h 95 void setPreservesPitch(bool);
MediaPlayerPrivateQuickTimeWin.cpp 402 void MediaPlayerPrivate::setPreservesPitch(bool preservesPitch)
406 m_qtMovie->setPreservesPitch(preservesPitch);
MediaPlayerPrivateQuickTimeVisualContext.cpp 548 void MediaPlayerPrivateQuickTimeVisualContext::setPreservesPitch(bool preservesPitch)
552 m_movie->setPreservesPitch(preservesPitch);
    [all...]
QTMovie.cpp 394 void QTMovie::setPreservesPitch(bool preservesPitch)
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 109 void setPreservesPitch(bool);
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 726 m_player->setPreservesPitch(m_webkitPreservesPitch);
    [all...]

Completed in 49 milliseconds