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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 60 bool styleAffectedByEmpty() const { return m_styleAffectedByEmpty; }
Element.h 456 bool styleAffectedByEmpty() const { return hasRareData() && rareDataStyleAffectedByEmpty(); }
    [all...]
Element.cpp     [all...]

Completed in 156 milliseconds