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 101 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 158 bool loadLink(const String& type, const KURL& url) { return m_linkLoader.loadLink(m_relAttribute, type, url, document()); }

Completed in 406 milliseconds