Searched defs:OverlayGraphicsLayerClientImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.cpp65 class OverlayGraphicsLayerClientImpl : public GraphicsLayerClient { class in namespace:blink
67 static PassOwnPtr<OverlayGraphicsLayerClientImpl> create(WebPageOverlay* overlay)
69 return adoptPtr(new OverlayGraphicsLayerClientImpl(overlay));
72 virtual ~OverlayGraphicsLayerClientImpl() { }
89 explicit OverlayGraphicsLayerClientImpl(WebPageOverlay* overlay) function in class:blink::OverlayGraphicsLayerClientImpl
115 m_layerClient = OverlayGraphicsLayerClientImpl::create(m_overlay);

Completed in 52 milliseconds