Searched refs:ancestorLineBoxDirty (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLineBoxList.cpp288 if (container->isInline() && !container->ancestorLineBoxDirty()) {
328 if (!inlineContainer->ancestorLineBoxDirty()) {
H A DRenderObject.h411 bool ancestorLineBoxDirty() const { return m_bitfields.ancestorLineBoxDirty(); } function in class:WebCore::RenderObject
1174 ADD_BOOLEAN_BITFIELD(ancestorLineBoxDirty, AncestorLineBoxDirty);

Completed in 93 milliseconds