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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DCanvasLayer.h53 virtual void contentDraw(SkCanvas* canvas, PaintStyle style);
H A DCanvasLayer.cpp186 void CanvasLayer::contentDraw(SkCanvas* canvas, PaintStyle style) function in class:WebCore::CanvasLayer
188 LayerAndroid::contentDraw(canvas, style);
H A DFixedPositioning.cpp80 void FixedPositioning::contentDraw(SkCanvas* canvas, Layer::PaintStyle style) function in class:WebCore::FixedPositioning
H A DFixedPositioning.h131 void contentDraw(SkCanvas* canvas, Layer::PaintStyle style);
H A DLayerAndroid.h239 virtual void contentDraw(SkCanvas* canvas, PaintStyle style);
H A DLayerAndroid.cpp913 void LayerAndroid::contentDraw(SkCanvas* canvas, PaintStyle style) function in class:WebCore::LayerAndroid
965 return m_fixedPosition->contentDraw(canvas, style);
999 contentDraw(canvas, style);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurface.cpp372 getFirstLayer()->contentDraw(canvas, Layer::UnmergedLayers);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp98 webViewCore->contentDraw();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h163 void contentDraw();
H A DWebViewCore.cpp457 m_javaGlue->m_contentDraw = GetJMethod(env, clazz, "contentDraw", "()V");
956 void WebViewCore::contentDraw() function in class:android::WebViewCore
973 contentDraw();

Completed in 130 milliseconds