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

  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.h 136 void handleLinkClick(Event*, Document*, const String& url, const String& target, bool hideReferrer = false);
HTMLAnchorElement.cpp 152 handleLinkClick(event, document(), url, getAttribute(targetAttr), hasRel(RelationNoReferrer));
554 void handleLinkClick(Event* event, Document* document, const String& url, const String& target, bool hideReferrer)
  /external/webkit/Source/WebCore/wml/
WMLAElement.cpp 132 handleLinkClick(event, document(), stripLeadingAndTrailingHTMLSpaces(getAttribute(HTMLNames::hrefAttr)), target(), event);
  /external/webkit/Source/WebCore/svg/
SVGAElement.cpp 188 handleLinkClick(event, document(), url, target);

Completed in 4126 milliseconds