Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderInline.cpp72 if (!isAnonymous() && document()->usesBeforeAfterRules()) { in styleDidChange()
119 if (document()->usesBeforeAfterRules()) in addChildToFlow()
192 if (document()->usesBeforeAfterRules()) in splitInlines()
DRenderContainer.cpp262 ASSERT(document()->usesBeforeAfterRules()); in updateBeforeAfterContentForContainer()
DRenderBlock.cpp203 if (!isAnonymous() && document()->usesBeforeAfterRules() && canHaveChildren()) { in styleDidChange()
/external/webkit/WebCore/dom/
DDocument.h373 bool usesBeforeAfterRules() const { return m_usesBeforeAfterRules; } in usesBeforeAfterRules() function
/external/webkit/WebCore/
DChangeLog6284 (WebCore::Document::usesBeforeAfterRules):