Home
last modified time | relevance | path

Searched refs:PaintingResourceScope (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp347 class PaintingResourceScope { class
349 PaintingResourceScope(RenderObject& renderer) in PaintingResourceScope() function in blink::PaintingResourceScope
354 ~PaintingResourceScope() { ASSERT(!m_paintingResource); } in ~PaintingResourceScope()
364 bool PaintingResourceScope::acquirePaintingResource(GraphicsContext*& context, RenderStyle* style, … in acquirePaintingResource()
385 void PaintingResourceScope::releasePaintingResource(GraphicsContext*& context) in releasePaintingResource()
554 PaintingResourceScope resourceScope(*decorationRenderer); in paintDecorationWithStyle()
589 PaintingResourceScope resourceScope(parent()->renderer()); in paintTextWithShadows()