Searched refs:attachRootGraphicsLayer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h199 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.h149 virtual void attachRootGraphicsLayer(WebCore::Frame*, WebCore::GraphicsLayer*);
H A DChromeClientImpl.cpp823 void ChromeClientImpl::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer) function in class:blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h163 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerCompositor.cpp2357 page->chrome().client().attachRootGraphicsLayer(&frame, rootGraphicsLayer());
2394 page->chrome().client().attachRootGraphicsLayer(&frame, 0);

Completed in 101 milliseconds