Searched refs:HTMLImportLoader (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportLoader.cpp32 #include "core/html/imports/HTMLImportLoader.h"
47 HTMLImportLoader::HTMLImportLoader(HTMLImportsController* controller) function in class:blink::HTMLImportLoader
54 HTMLImportLoader::~HTMLImportLoader()
62 void HTMLImportLoader::importDestroyed()
67 void HTMLImportLoader::clear()
78 void HTMLImportLoader::startLoading(const ResourcePtr<RawResource>& resource)
83 void HTMLImportLoader::responseReceived(Resource* resource, const ResourceResponse& response)
94 void HTMLImportLoader
[all...]
H A DHTMLImportsController.h51 class HTMLImportLoader;
72 HTMLImportLoader* createLoader();
75 HTMLImportLoader* loaderAt(size_t i) const { return m_loaders[i].get(); }
77 HTMLImportLoader* loaderFor(const Document&) const;
82 HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildClient*);
85 typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportLoader> > LoaderList;
H A DHTMLImportLoader.h54 // HTMLImportLoader is owned by HTMLImportsController.
57 class HTMLImportLoader FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportLoader>, public ResourceOwner<RawResource>, public DocumentParserClient {
67 static PassOwnPtrWillBeRawPtr<HTMLImportLoader> create(HTMLImportsController* controller)
69 return adoptPtrWillBeNoop(new HTMLImportLoader(controller));
72 virtual ~HTMLImportLoader();
102 HTMLImportLoader(HTMLImportsController*);
H A DHTMLImportChild.h42 class HTMLImportLoader;
49 // is done by HTMLImportLoader, which can be shared among multiple
54 HTMLImportChild(const KURL&, HTMLImportLoader*, SyncMode);
71 virtual HTMLImportLoader* loader() const OVERRIDE;
100 RawPtrWillBeMember<HTMLImportLoader> m_loader;
H A DHTMLImportsController.cpp40 #include "core/html/imports/HTMLImportLoader.h"
91 HTMLImportChild* HTMLImportsController::createChild(const KURL& url, HTMLImportLoader* loader, HTMLImport* parent, HTMLImportChildClient* client)
110 HTMLImportLoader* loader = childToShareWith->loader();
125 HTMLImportLoader* loader = createLoader();
142 if (HTMLImportLoader* loader = loaderFor(document))
147 HTMLImportLoader* HTMLImportsController::createLoader()
149 m_loaders.append(HTMLImportLoader::create(this));
153 HTMLImportLoader* HTMLImportsController::loaderFor(const Document& document) const
H A DHTMLImport.h43 class HTMLImportLoader;
72 // # Import Sharing and HTMLImportLoader
76 // HTMLImportLoader, and each loader shares HTMLImportLoader with other loader if the URL is same.
79 // HTMLImportLoader can be shared by multiple imports.
81 // HTMLImportChild (1)-->(*) HTMLImportLoader
118 virtual HTMLImportLoader* loader() const { return 0; }
H A DHTMLImportChild.cpp39 #include "core/html/imports/HTMLImportLoader.h"
45 HTMLImportChild::HTMLImportChild(const KURL& url, HTMLImportLoader* loader, SyncMode sync)
162 HTMLImportLoader* HTMLImportChild::loader() const
H A DLinkImport.cpp38 #include "core/html/imports/HTMLImportLoader.h"
95 HTMLImportLoader* loader = m_owner->document().importLoader();
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskRunQueue.h17 class HTMLImportLoader;
24 void enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep>, bool importIsSync);
H A DCustomElementMicrotaskDispatcher.h19 class HTMLImportLoader;
H A DCustomElementMicrotaskRunQueue.cpp11 #include "core/html/imports/HTMLImportLoader.h"
27 void CustomElementMicrotaskRunQueue::enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep> step, bool importIsSync)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h107 class HTMLImportLoader;
962 HTMLImportLoader* importLoader() const;
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_html.target.darwin-arm.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.darwin-arm64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.darwin-mips.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.darwin-mips64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.darwin-x86.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.darwin-x86_64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.linux-arm.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.linux-arm64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.linux-mips.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.linux-mips64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.linux-x86.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
H A Dwebcore_html.target.linux-x86_64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp62 #include "core/html/imports/HTMLImportLoader.h"
1817 if (HTMLImportLoader* loader = document->importLoader())

Completed in 321 milliseconds

12