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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
LinkLoader.cpp 107 bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const String& type, const KURL& href, Document* document)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.h 159 bool loadLink(const String& type, const KURL& url) { return m_linkLoader.loadLink(m_relAttribute, type, url, document()); }

Completed in 281 milliseconds