Searched defs:VideoLayerAndroid (Results 1 - 2 of 2) 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...]

Completed in 48 milliseconds