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 80 bool hasRel(uint32_t relation) const;
HTMLAnchorElement.cpp 285 bool HTMLAnchorElement::hasRel(uint32_t relation) const
348 if (!hasRel(RelationNoReferrer)) {
362 if (hasRel(RelationNoReferrer))

Completed in 363 milliseconds