Searched refs:RenderAsTextDontUpdateLayout (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.h49 RenderAsTextDontUpdateLayout = 1 << 6, // Don't update layout, to make it safe to call showLayerTree() from the debugger inside layout or painting code. enumerator in enum:WebCore::RenderAsTextBehaviorFlags
H A DRenderTreeAsText.cpp709 if (!(behavior & RenderAsTextDontUpdateLayout))
727 if (!(behavior & RenderAsTextDontUpdateLayout))
H A DRenderLayer.cpp3896 WTF::String output = externalRepresentation(frame, WebCore::RenderAsTextShowAllLayers | WebCore::RenderAsTextShowLayerNesting | WebCore::RenderAsTextShowCompositedLayers | WebCore::RenderAsTextShowAddresses | WebCore::RenderAsTextShowIDAndClass | WebCore::RenderAsTextDontUpdateLayout | WebCore::RenderAsTextShowLayoutState);

Completed in 109 milliseconds