Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:graphicsLayer

80 #import <WebCore/GraphicsLayer.h>
921 void WebChromeClient::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)
928 ASSERT(!graphicsLayer);
933 if (graphicsLayer)
934 [webHTMLView attachRootLayer:graphicsLayer->platformLayer()];