Searched refs:setRenderingContext (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetrics.cpp90 run.setRenderingContext(SVGTextRunRenderingContext::create(text));
H A DSVGInlineTextBox.cpp419 run.setRenderingContext(SVGTextRunRenderingContext::create(text));
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayer.h112 virtual void setRenderingContext(int id) = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextRunConstructor.cpp49 run.setRenderingContext(SVGTextRunRenderingContext::create(context));
70 run.setRenderingContext(SVGTextRunRenderingContext::create(context));
H A DInlineTextBox.cpp1285 run.setRenderingContext(SVGTextRunRenderingContext::create(&renderer()));
/external/chromium_org/cc/blink/
H A Dweb_layer_impl.h90 virtual void setRenderingContext(int context);
H A Dweb_layer_impl.cc204 void WebLayerImpl::setRenderingContext(int context) { function in class:cc_blink::WebLayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp407 m_contentsLayer->setRenderingContext(m_3dRenderingContext);
762 void GraphicsLayer::setRenderingContext(int context) function in class:blink::GraphicsLayer
768 m_layer->layer()->setRenderingContext(context);
771 m_contentsLayer->setRenderingContext(m_3dRenderingContext);
H A DGraphicsLayer.h149 void setRenderingContext(int id);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h222 void setRenderingContext(PassRefPtr<RenderingContext> context) { m_renderingContext = context; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1403 void operator() (GraphicsLayer* layer) const { layer->setRenderingContext(renderingContext); }

Completed in 269 milliseconds