HomeSort by relevance Sort by last modified time
    Searched full: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 325 bool styleAffectedByEmpty() const { return hasRareData() && rareDataStyleAffectedByEmpty(); }
    [all...]
Element.cpp     [all...]

Completed in 95 milliseconds