loadLink 195 Source/core/html/HTMLLinkElement.cpp return m_linkLoader.loadLink(m_relAttribute, fastGetAttribute(HTMLNames::crossoriginAttr), type, url, document()); loadLink 634 Source/core/html/HTMLLinkElement.cpp if (!m_owner->loadLink(type, builder.url())) loadLink 161 Source/core/html/HTMLLinkElement.h bool loadLink(const String& type, const KURL&); loadLink 65 Source/core/loader/LinkLoader.h bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const KURL&, Document&);