Searched defs:loadLink (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DLinkLoader.cpp114 bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const AtomicString& crossOriginMode, const String& type, const KURL& href, Document& document) function in class:blink::LinkLoader
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp197 bool HTMLLinkElement::loadLink(const String& type, const KURL& url) function in class:blink::HTMLLinkElement
199 return m_linkLoader.loadLink(m_relAttribute, fastGetAttribute(HTMLNames::crossoriginAttr), type, url, document());
676 if (!m_owner->loadLink(type, builder.url()))

Completed in 372 milliseconds