HomeSort by relevance Sort by last modified time
    Searched refs:HTMLImportLoader (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.cpp 32 #include "core/html/imports/HTMLImportLoader.h"
47 HTMLImportLoader::HTMLImportLoader(HTMLImportsController* controller)
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::dataReceived(Resource*, const char* data, int length
    [all...]
HTMLImportsController.h 51 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;
HTMLImportLoader.h 54 // 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*);
HTMLImportChild.h 42 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;
HTMLImport.h 43 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; }
HTMLImportsController.cpp 40 #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
HTMLImportChild.cpp 39 #include "core/html/imports/HTMLImportLoader.h"
45 HTMLImportChild::HTMLImportChild(const KURL& url, HTMLImportLoader* loader, SyncMode sync)
162 HTMLImportLoader* HTMLImportChild::loader() const
LinkImport.cpp 38 #include "core/html/imports/HTMLImportLoader.h"
95 HTMLImportLoader* loader = m_owner->document().importLoader();
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskRunQueue.h 17 class HTMLImportLoader;
24 void enqueue(HTMLImportLoader* parentLoader, PassOwnPtrWillBeRawPtr<CustomElementMicrotaskStep>, bool importIsSync);
CustomElementMicrotaskDispatcher.h 19 class HTMLImportLoader;
CustomElementMicrotaskRunQueue.cpp 11 #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/
Document.h 107 class HTMLImportLoader;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.darwin-arm64.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.darwin-mips.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.darwin-mips64.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.darwin-x86.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.darwin-x86_64.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.linux-arm.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.linux-arm64.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.linux-mips.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.linux-mips64.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.linux-x86.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
webcore_html.target.linux-x86_64.mk 241 third_party/WebKit/Source/core/html/imports/HTMLImportLoader.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 62 #include "core/html/imports/HTMLImportLoader.h"
    [all...]

Completed in 256 milliseconds

1 2