HomeSort by relevance Sort by last modified time
    Searched refs:setAncestorLineBoxDirty (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLineBoxList.cpp 245 container->setAncestorLineBoxDirty(); // Mark the container to avoid dirtying the same lines again across multiple destroy() calls of the same subtree.
289 inlineContainer->setAncestorLineBoxDirty(); // Mark the container to avoid dirtying the same lines again across multiple destroy() calls of the same subtree.
RenderObject.h 441 void setAncestorLineBoxDirty(bool value = true)
443 m_bitfields.setAncestorLineBoxDirty(value);
    [all...]
RenderObject.cpp     [all...]

Completed in 230 milliseconds