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

  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkImport.h 47 class LinkImport : public LinkResource, public HTMLImportLoaderClient {
51 static PassRefPtr<LinkImport> create(HTMLLinkElement* owner);
53 explicit LinkImport(HTMLLinkElement* owner);
54 virtual ~LinkImport();
LinkImport.cpp 32 #include "core/html/LinkImport.h"
42 PassRefPtr<LinkImport> LinkImport::create(HTMLLinkElement* owner)
44 return adoptRef(new LinkImport(owner));
47 LinkImport::LinkImport(HTMLLinkElement* owner)
52 LinkImport::~LinkImport()
57 Document* LinkImport::importedDocument() const
64 void LinkImport::process(
    [all...]

Completed in 91 milliseconds