Searched refs:GraphicsLayerAndroid (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp18 #include "GraphicsLayerAndroid.h"
68 inline int GraphicsLayerAndroid::instancesCount()
91 return new GraphicsLayerAndroid(client);
115 GraphicsLayerAndroid::GraphicsLayerAndroid(GraphicsLayerClient* client) : function in class:WebCore::GraphicsLayerAndroid
133 GraphicsLayerAndroid::~GraphicsLayerAndroid()
144 void GraphicsLayerAndroid::setName(const String& name)
149 NativeLayer GraphicsLayerAndroid::nativeLayer() const
155 bool GraphicsLayerAndroid
[all...]
H A DGraphicsLayerAndroid.h40 class GraphicsLayerAndroid : public GraphicsLayer { class in namespace:WebCore
43 GraphicsLayerAndroid(GraphicsLayerClient*);
44 virtual ~GraphicsLayerAndroid();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h69 class GraphicsLayerAndroid;
169 GraphicsLayerAndroid* graphicsRootLayer() const;
H A DWebViewCore.cpp161 #include "GraphicsLayerAndroid.h"
886 GraphicsLayerAndroid* root = static_cast<GraphicsLayerAndroid*>(chromeC->layersSync());
899 GraphicsLayerAndroid* root = static_cast<GraphicsLayerAndroid*>(chromeC->layersSync());
931 GraphicsLayerAndroid* root = static_cast<GraphicsLayerAndroid*>(chromeC->layersSync());
1616 GraphicsLayerAndroid* graphicsLayer = graphicsRootLayer();
3132 GraphicsLayerAndroid* WebViewCore::graphicsRootLayer() const
3137 return static_cast<GraphicsLayerAndroid*>(
[all...]
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp40 #include "GraphicsLayerAndroid.h"
74 GraphicsLayerAndroid* rootLayer = static_cast<GraphicsLayerAndroid*>(m_rootGraphicsLayer);
/external/webkit/Source/WebCore/
H A DAndroid.mk655 platform/graphics/android/GraphicsLayerAndroid.cpp \

Completed in 176 milliseconds