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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp290 container->setAncestorLineBoxDirty(); // Mark the container to avoid dirtying the same lines again across multiple destroy() calls of the same subtree.
330 inlineContainer->setAncestorLineBoxDirty(); // Mark the container to avoid dirtying the same lines again across multiple destroy() calls of the same subtree.
H A DRenderObject.h412 void setAncestorLineBoxDirty(bool value = true) function in class:WebCore::RenderObject
414 m_bitfields.setAncestorLineBoxDirty(value);
1289 setAncestorLineBoxDirty(false);
H A DRenderObject.cpp2598 setAncestorLineBoxDirty(false);

Completed in 33 milliseconds