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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 535 bool hasElementFlag(ElementFlags mask) const { return hasRareData() && hasElementFlagInternal(mask); }
538 bool hasElementFlagInternal(ElementFlags) const;
    [all...]
Element.cpp 185 bool Element::hasElementFlagInternal(ElementFlags mask) const
    [all...]

Completed in 221 milliseconds