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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.h 99 bool hasRel(uint32_t relation) const;
HTMLAnchorElement.cpp 351 bool HTMLAnchorElement::hasRel(uint32_t relation) const
589 if (!hasRel(RelationNoReferrer)) {
599 if (hasRel(RelationNoReferrer))

Completed in 39 milliseconds