OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_naturalSize
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
MediaPlayerPrivateAndroid.h
51
virtual IntSize naturalSize() const { return
m_naturalSize
; }
131
IntSize
m_naturalSize
;
/external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h
149
IntSize
m_naturalSize
;
MediaPlayerPrivateQt.cpp
112
,
m_naturalSize
(RenderVideo::defaultSize())
447
m_naturalSize
= size.toSize();
550
LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> %dx%d (
m_naturalSize
)",
551
m_naturalSize
.width(),
m_naturalSize
.height());
553
return
m_naturalSize
;
558
m_oldNaturalSize =
m_naturalSize
;
/external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp
155
m_naturalSize
(100, 100),
283
m_naturalSize
= IntSize(poster->width(), poster->height());
291
m_naturalSize
= IntSize(width, height);
Completed in 294 milliseconds