OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformMedia
(Results
1 - 11
of
11
) sorted by null
/external/webkit/WebCore/platform/graphics/
MediaPlayerPrivate.h
47
virtual
PlatformMedia
platformMedia
() const { return NoPlatformMedia; }
MediaPlayer.cpp
71
virtual
PlatformMedia
platformMedia
() const { return NoPlatformMedia; }
362
PlatformMedia
MediaPlayer::
platformMedia
() const
364
return m_private->
platformMedia
();
MediaPlayer.h
54
typedef struct
PlatformMedia
{
56
}
PlatformMedia
;
58
static const
PlatformMedia
NoPlatformMedia = { 0 };
137
PlatformMedia
platformMedia
() const;
/external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h
80
PlatformMedia
platformMedia
() const;
MediaPlayerPrivateQTKit.mm
573
PlatformMedia
MediaPlayerPrivate::
platformMedia
() const
575
PlatformMedia
plaftformMedia = { m_qtMovie.get() };
[
all
...]
/external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h
78
virtual
PlatformMedia
platformMedia
() const;
MediaPlayerPrivateQuickTimeWin.cpp
104
PlatformMedia
MediaPlayerPrivate::
platformMedia
() const
106
PlatformMedia
p;
/external/webkit/WebCore/html/
HTMLMediaElement.h
77
PlatformMedia
platformMedia
() const;
HTMLMediaElement.cpp
[
all
...]
/external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm
95
[view setMovie:_mediaElement->
platformMedia
().qtMovie];
111
QTMovie *movie = _mediaElement->
platformMedia
().qtMovie;
/external/webkit/WebKit/win/
FullscreenVideoController.cpp
197
return m_mediaElement ? reinterpret_cast<QTMovieWin*>(m_mediaElement->
platformMedia
().qtMovie) : 0;
Completed in 678 milliseconds