Home
last modified time | relevance | path

Searched refs:HTMLImportLoader (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
DHTMLImportLoader.cpp47 HTMLImportLoader::HTMLImportLoader(HTMLImportsController* controller) in HTMLImportLoader() function in blink::HTMLImportLoader
54 HTMLImportLoader::~HTMLImportLoader() in ~HTMLImportLoader()
62 void HTMLImportLoader::importDestroyed() in importDestroyed()
67 void HTMLImportLoader::clear() in clear()
78 void HTMLImportLoader::startLoading(const ResourcePtr<RawResource>& resource) in startLoading()
83 void HTMLImportLoader::responseReceived(Resource* resource, const ResourceResponse& response) in responseReceived()
94 void HTMLImportLoader::dataReceived(Resource*, const char* data, int length) in dataReceived()
100 void HTMLImportLoader::notifyFinished(Resource* resource) in notifyFinished()
112 HTMLImportLoader::State HTMLImportLoader::startWritingAndParsing(const ResourceResponse& response) in startWritingAndParsing()
127 HTMLImportLoader::State HTMLImportLoader::finishWriting() in finishWriting()
[all …]
DHTMLImportsController.h51 class HTMLImportLoader; variable
72 HTMLImportLoader* createLoader();
75 HTMLImportLoader* loaderAt(size_t i) const { return m_loaders[i].get(); } in loaderAt()
77 HTMLImportLoader* loaderFor(const Document&) const;
82 …HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildCl…
85 typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportLoader> > LoaderList;
DHTMLImportLoader.h57 class HTMLImportLoader FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLImportLoader>, publ…
67 static PassOwnPtrWillBeRawPtr<HTMLImportLoader> create(HTMLImportsController* controller) in create()
69 return adoptPtrWillBeNoop(new HTMLImportLoader(controller)); in create()
72 virtual ~HTMLImportLoader();
102 HTMLImportLoader(HTMLImportsController*);
DHTMLImportsController.cpp91 HTMLImportChild* HTMLImportsController::createChild(const KURL& url, HTMLImportLoader* loader, HTML… in createChild()
110 HTMLImportLoader* loader = childToShareWith->loader(); in load()
125 HTMLImportLoader* loader = createLoader(); in load()
142 if (HTMLImportLoader* loader = loaderFor(document)) in shouldBlockScriptExecution()
147 HTMLImportLoader* HTMLImportsController::createLoader() in createLoader()
149 m_loaders.append(HTMLImportLoader::create(this)); in createLoader()
153 HTMLImportLoader* HTMLImportsController::loaderFor(const Document& document) const in loaderFor()
DHTMLImportChild.h42 class HTMLImportLoader; variable
54 HTMLImportChild(const KURL&, HTMLImportLoader*, SyncMode);
71 virtual HTMLImportLoader* loader() const OVERRIDE;
100 RawPtrWillBeMember<HTMLImportLoader> m_loader;
DHTMLImport.h43 class HTMLImportLoader; variable
118 virtual HTMLImportLoader* loader() const { return 0; } in loader()
DHTMLImportChild.cpp45 HTMLImportChild::HTMLImportChild(const KURL& url, HTMLImportLoader* loader, SyncMode sync) in HTMLImportChild()
162 HTMLImportLoader* HTMLImportChild::loader() const in loader()
DLinkImport.cpp95 HTMLImportLoader* loader = m_owner->document().importLoader(); in process()
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementMicrotaskRunQueue.h17 class HTMLImportLoader; variable
24 …void enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep>, b…
DCustomElementMicrotaskDispatcher.h19 class HTMLImportLoader; variable
DCustomElementMicrotaskRunQueue.cpp27 void CustomElementMicrotaskRunQueue::enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr… in enqueue()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h107 class HTMLImportLoader; variable
962 HTMLImportLoader* importLoader() const;
DDocument.cpp873 HTMLImportLoader* Document::importLoader() const in importLoader()
2973 if (HTMLImportLoader* import = importLoader()) in didRemoveAllPendingStylesheet()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.linux-arm.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.linux-x86.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.darwin-x86_64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.darwin-x86.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.linux-mips.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.linux-x86_64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.darwin-arm.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.darwin-mips.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.darwin-arm64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.linux-arm64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
Dwebcore_html.target.darwin-mips64.mk241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \

12