Searched refs:updateBeforeAfterContent (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderObjectChildList.h58 void updateBeforeAfterContent(RenderObject* owner, PseudoId type, RenderObject* styledObject = 0);
H A DRenderButton.cpp172 void RenderButton::updateBeforeAfterContent(PseudoId type) function in class:WebCore::RenderButton
175 m_inner->children()->updateBeforeAfterContent(m_inner, type, this);
177 children()->updateBeforeAfterContent(this, type);
H A DRenderButton.h50 virtual void updateBeforeAfterContent(PseudoId);
H A DRenderInline.cpp134 children()->updateBeforeAfterContent(this, BEFORE);
135 children()->updateBeforeAfterContent(this, AFTER);
199 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that our :after
203 children()->updateBeforeAfterContent(this, AFTER);
274 // has to move into the inline continuation. Call updateBeforeAfterContent to ensure that the inline's :after
277 inlineCurr->children()->updateBeforeAfterContent(this, AFTER);
H A DRenderObjectChildList.cpp304 void RenderObjectChildList::updateBeforeAfterContent(RenderObject* owner, PseudoId type, RenderObject* styledObject) function in class:WebCore::RenderObjectChildList
H A DRenderBlock.h231 virtual void updateBeforeAfterContent(PseudoId);
H A DRenderBlock.cpp251 updateBeforeAfterContent(BEFORE);
252 updateBeforeAfterContent(AFTER);
257 void RenderBlock::updateBeforeAfterContent(PseudoId pseudoId) function in class:WebCore::RenderBlock
262 return children()->updateBeforeAfterContent(this, pseudoId);

Completed in 62 milliseconds