Home
last modified time | relevance | path

Searched refs:contentDraw (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DCanvasLayer.cpp186 void CanvasLayer::contentDraw(SkCanvas* canvas, PaintStyle style) in contentDraw() function in WebCore::CanvasLayer
188 LayerAndroid::contentDraw(canvas, style); in contentDraw()
DCanvasLayer.h53 virtual void contentDraw(SkCanvas* canvas, PaintStyle style);
DFixedPositioning.cpp80 void FixedPositioning::contentDraw(SkCanvas* canvas, Layer::PaintStyle style) in contentDraw() function in WebCore::FixedPositioning
DFixedPositioning.h131 void contentDraw(SkCanvas* canvas, Layer::PaintStyle style);
DLayerAndroid.cpp914 void LayerAndroid::contentDraw(SkCanvas* canvas, PaintStyle style) in contentDraw() function in WebCore::LayerAndroid
966 return m_fixedPosition->contentDraw(canvas, style); in contentDraw()
1000 contentDraw(canvas, style); in onDraw()
DLayerAndroid.h239 virtual void contentDraw(SkCanvas* canvas, PaintStyle style);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurface.cpp372 getFirstLayer()->contentDraw(canvas, Layer::UnmergedLayers); in paint()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DChromeClientAndroid.cpp98 webViewCore->contentDraw(); in scheduleCompositingLayerSync()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h163 void contentDraw();
DWebViewCore.cpp958 void WebViewCore::contentDraw() in contentDraw() function in android::WebViewCore
975 contentDraw(); in contentInvalidate()