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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 73 StyleAffectedByEmpty = 1 << 1,
330 bool styleAffectedByEmpty() const { return hasElementFlag(StyleAffectedByEmpty); }
331 void setStyleAffectedByEmpty() { setElementFlag(StyleAffectedByEmpty); }
    [all...]
Element.cpp     [all...]

Completed in 92 milliseconds