OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preservesPitch
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.h
73
void loadPath(const UChar* url, int len, bool
preservesPitch
);
74
void load(const UChar* url, int len, bool
preservesPitch
);
75
void load(CFURLRef, bool
preservesPitch
);
QTMovie.cpp
394
void QTMovie::setPreservesPitch(bool
preservesPitch
)
405
if (error || prop ==
preservesPitch
)
410
load(m_private->m_currentURL,
preservesPitch
);
445
void QTMovie::loadPath(const UChar* url, int len, bool
preservesPitch
)
450
load(cfURL,
preservesPitch
);
456
void QTMovie::load(const UChar* url, int len, bool
preservesPitch
)
461
load(cfURL,
preservesPitch
);
467
void QTMovie::load(CFURLRef url, bool
preservesPitch
)
561
movieProps[moviePropCount].propValueSize = sizeof(
preservesPitch
);
562
movieProps[moviePropCount].propValueAddress = &
preservesPitch
;
[
all
...]
MediaPlayerPrivateQuickTimeWin.cpp
248
m_qtMovie->load(url.characters(), url.length(), m_player->
preservesPitch
());
402
void MediaPlayerPrivate::setPreservesPitch(bool
preservesPitch
)
406
m_qtMovie->setPreservesPitch(
preservesPitch
);
MediaPlayerPrivateQuickTimeVisualContext.cpp
381
m_movie->load(resource->path().characters(), resource->path().length(), m_player->
preservesPitch
());
384
m_movie->load(url.characters(), url.length(), m_player->
preservesPitch
());
548
void MediaPlayerPrivateQuickTimeVisualContext::setPreservesPitch(bool
preservesPitch
)
552
m_movie->setPreservesPitch(
preservesPitch
);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp
378
m_private->setPreservesPitch(
preservesPitch
());
567
bool MediaPlayer::
preservesPitch
() const
572
void MediaPlayer::setPreservesPitch(bool
preservesPitch
)
574
m_preservesPitch =
preservesPitch
;
575
m_private->setPreservesPitch(
preservesPitch
);
MediaPlayer.h
225
bool
preservesPitch
() const;
/external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm
256
[NSNumber numberWithBool:m_player->
preservesPitch
()], QTMovieRateChangesPreservePitchAttribute,
[
all
...]
/external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp
[
all
...]
Completed in 215 milliseconds