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

/external/webkit/WebCore/platform/android/
H A DPlatformBridge.h128 static void setUIRootLayer(const FrameView* view, const LayerAndroid* layer);
/external/webkit/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp48 void PlatformBridge::setUIRootLayer(const WebCore::FrameView* view, const LayerAndroid* layer) function in class:WebCore::PlatformBridge
51 core->setUIRootLayer(layer);
H A DChromeClientAndroid.cpp92 WebViewCore::getWebViewCore(frame->view())->setUIRootLayer(0);
/external/webkit/WebKit/android/jni/
H A DWebViewCore.h141 void setUIRootLayer(const LayerAndroid* layer);
H A DWebViewCore.cpp968 void WebViewCore::setUIRootLayer(const LayerAndroid* layer) function in class:android::WebViewCore
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp443 PlatformBridge::setUIRootLayer(m_frame->view(), rootLayer);

Completed in 46 milliseconds