HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsLayerAndroid (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 17 #define LOG_TAG "GraphicsLayerAndroid"
21 #include "GraphicsLayerAndroid.h"
69 inline int GraphicsLayerAndroid::instancesCount()
92 return new GraphicsLayerAndroid(client);
100 GraphicsLayerAndroid::GraphicsLayerAndroid(GraphicsLayerClient* client) :
122 GraphicsLayerAndroid::~GraphicsLayerAndroid()
134 void GraphicsLayerAndroid::setName(const String& name)
139 NativeLayer GraphicsLayerAndroid::nativeLayer() cons
    [all...]
GraphicsLayerAndroid.h 44 class GraphicsLayerAndroid : public GraphicsLayer, PicturePainter {
47 GraphicsLayerAndroid(GraphicsLayerClient*);
48 virtual ~GraphicsLayerAndroid();
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 78 class GraphicsLayerAndroid;
166 WebCore::GraphicsLayerAndroid* graphicsRootLayer() const;
514 WebCore::BaseLayerAndroid* createBaseLayer(GraphicsLayerAndroid* root);
    [all...]
WebViewCore.cpp 170 #include "GraphicsLayerAndroid.h"
809 GraphicsLayerAndroid* root = static_cast<GraphicsLayerAndroid*>(chromeC->layersSync());
815 BaseLayerAndroid* WebViewCore::createBaseLayer(GraphicsLayerAndroid* root)
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 40 #include "GraphicsLayerAndroid.h"
74 GraphicsLayerAndroid* rootLayer = static_cast<GraphicsLayerAndroid*>(m_rootGraphicsLayer);
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 32 #include "GraphicsLayerAndroid.h"
410 GraphicsLayerAndroid* backing = static_cast<GraphicsLayerAndroid*>(
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 67 #include "GraphicsLayerAndroid.h"
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 635 platform/graphics/android/GraphicsLayerAndroid.cpp \
    [all...]

Completed in 113 milliseconds