Searched refs:VideoLayerAndroid (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerAndroid.h49 class VideoLayerAndroid : public LayerAndroid { class in namespace:WebCore
52 VideoLayerAndroid();
53 explicit VideoLayerAndroid(const VideoLayerAndroid& layer);
56 virtual LayerAndroid* copy() const { return new VideoLayerAndroid(*this); }
H A DVideoLayerAndroid.cpp26 #define LOG_TAG "VideoLayerAndroid"
30 #include "VideoLayerAndroid.h"
43 double VideoLayerAndroid::m_rotateDegree = 0;
45 VideoLayerAndroid::VideoLayerAndroid() function in class:WebCore::VideoLayerAndroid
51 VideoLayerAndroid::VideoLayerAndroid(const VideoLayerAndroid& layer) function in class:WebCore::VideoLayerAndroid
57 void VideoLayerAndroid::init()
65 void VideoLayerAndroid
[all...]
H A DMediaPlayerPrivateAndroid.h35 #include "VideoLayerAndroid.h"
137 VideoLayerAndroid* m_videoLayer;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp36 #include "VideoLayerAndroid.h"
156 m_videoLayer(new VideoLayerAndroid())
655 VideoLayerAndroid* videoLayer =
656 static_cast<VideoLayerAndroid*>(layerImpl->findById(videoLayerId));
/external/webkit/Source/WebCore/
H A DAndroid.mk675 platform/graphics/android/layers/VideoLayerAndroid.cpp \

Completed in 85 milliseconds