Home
last modified time | relevance | path

Searched refs:HTMLImport (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
DHTMLImport.cpp39 HTMLImport* HTMLImport::root() in root()
41 HTMLImport* i = this; in root()
47 bool HTMLImport::precedes(HTMLImport* import) in precedes()
49 for (HTMLImport* i = this; i; i = traverseNext(i)) { in precedes()
57 bool HTMLImport::formsCycle() const in formsCycle()
59 for (const HTMLImport* i = this->parent(); i; i = i->parent()) { in formsCycle()
68 void HTMLImport::appendImport(HTMLImport* child) in appendImport()
80 void HTMLImport::stateDidChange() in stateDidChange()
88 void HTMLImport::recalcTreeState(HTMLImport* root) in recalcTreeState()
90 HashMap<HTMLImport*, HTMLImportState> snapshot; in recalcTreeState()
[all …]
DHTMLImport.h98 class HTMLImport : public NoBaseWillBeGarbageCollectedFinalized<HTMLImport>, public TreeNode<HTMLIm…
105 virtual ~HTMLImport() { } in ~HTMLImport()
108 HTMLImport* root();
109 bool precedes(HTMLImport*);
115 void appendImport(HTMLImport*);
128 explicit HTMLImport(SyncMode sync) in HTMLImport() function
132 static void recalcTreeState(HTMLImport* root);
136 void showTree(HTMLImport* highlight, unsigned depth);
DHTMLImportStateResolver.h38 class HTMLImport; variable
42 explicit HTMLImportStateResolver(HTMLImport* import) in HTMLImportStateResolver()
49 static bool isBlockingFollowers(HTMLImport*);
54 HTMLImport* m_import;
DHTMLImportsController.cpp81 static bool makesCycle(HTMLImport* parent, const KURL& url) in makesCycle()
83 for (HTMLImport* ancestor = parent; ancestor; ancestor = ancestor->parent()) { in makesCycle()
91 …ortsController::createChild(const KURL& url, HTMLImportLoader* loader, HTMLImport* parent, HTMLImp… in createChild()
93HTMLImport::SyncMode mode = client->isSync() && !makesCycle(parent, url) ? HTMLImport::Sync : HTML… in createChild()
94 if (mode == HTMLImport::Async) in createChild()
104 HTMLImportChild* HTMLImportsController::load(HTMLImport* parent, HTMLImportChildClient* client, Fet… in load()
DHTMLImportStateResolver.cpp40 inline bool HTMLImportStateResolver::isBlockingFollowers(HTMLImport* import) in isBlockingFollowers()
53 for (HTMLImport* ancestor = m_import; ancestor; ancestor = ancestor->parent()) { in shouldBlockScriptExecution()
54 …for (HTMLImport* predecessor = ancestor->previous(); predecessor; predecessor = predecessor->previ… in shouldBlockScriptExecution()
60 for (HTMLImport* child = m_import->firstChild(); child; child = child->next()) { in shouldBlockScriptExecution()
DHTMLImportTreeRoot.cpp21 : HTMLImport(HTMLImport::Sync) in HTMLImportTreeRoot()
55 HTMLImport::stateDidChange(); in stateDidChange()
99 HTMLImport::recalcTreeState(this); in recalcTimerFired()
107 HTMLImport::trace(visitor); in trace()
DHTMLImportChild.cpp47 : HTMLImport(sync) in HTMLImportChild()
130 HTMLImport::stateDidChange(); in stateDidChange()
158 for (HTMLImport* child = firstChild(); child; child = child->next()) in createCustomElementMicrotaskStepIfNeeded()
210 for (HTMLImport* child = firstChild(); child; child = child->next()) in normalize()
218 HTMLImport::showThis(); in showThis()
233 HTMLImport::trace(visitor); in trace()
DLinkImport.cpp96HTMLImport* parent = loader ? static_cast<HTMLImport*>(loader->firstImport()) : static_cast<HTMLIm… in process()
DHTMLImportTreeRoot.h16 class HTMLImportTreeRoot : public HTMLImport {
48 DEFINE_TYPE_CASTS(HTMLImportTreeRoot, HTMLImport, import, import->isRoot(), import.isRoot());
DHTMLImportsController.h68 HTMLImportChild* load(HTMLImport* parent, HTMLImportChildClient*, FetchRequest);
82 …HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildCl…
DHTMLImportChild.h53 class HTMLImportChild FINAL : public HTMLImport {
104 inline HTMLImportChild* toHTMLImportChild(HTMLImport* import) in toHTMLImportChild()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h118 class HTMLImport; variable
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.linux-arm64.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.darwin-x86.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.darwin-arm64.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.darwin-x86_64.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.linux-mips.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.linux-x86_64.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.darwin-mips.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.linux-arm.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dwebcore_html.target.darwin-arm.mk233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
Dcore.gypi2700 'html/imports/HTMLImport.cpp',
2701 'html/imports/HTMLImport.h',