createAnonymousColumnSpanWithParentRenderer 4658 Source/core/rendering/RenderBlock.cpp return createAnonymousColumnSpanWithParentRenderer(parent); createAnonymousColumnSpanWithParentRenderer 203 Source/core/rendering/RenderBlock.h static RenderBlockFlow* createAnonymousColumnSpanWithParentRenderer(const RenderObject*); createAnonymousColumnSpanWithParentRenderer 206 Source/core/rendering/RenderBlock.h RenderBlockFlow* createAnonymousColumnSpanBlock() const { return createAnonymousColumnSpanWithParentRenderer(this); }