/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
D | HTMLImport.cpp | 39 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 …]
|
D | HTMLImport.h | 98 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);
|
D | HTMLImportStateResolver.h | 38 class HTMLImport; variable 42 explicit HTMLImportStateResolver(HTMLImport* import) in HTMLImportStateResolver() 49 static bool isBlockingFollowers(HTMLImport*); 54 HTMLImport* m_import;
|
D | HTMLImportsController.cpp | 81 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() 93 …HTMLImport::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()
|
D | HTMLImportStateResolver.cpp | 40 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()
|
D | HTMLImportTreeRoot.cpp | 21 : HTMLImport(HTMLImport::Sync) in HTMLImportTreeRoot() 55 HTMLImport::stateDidChange(); in stateDidChange() 99 HTMLImport::recalcTreeState(this); in recalcTimerFired() 107 HTMLImport::trace(visitor); in trace()
|
D | HTMLImportChild.cpp | 47 : 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()
|
D | LinkImport.cpp | 96 …HTMLImport* parent = loader ? static_cast<HTMLImport*>(loader->firstImport()) : static_cast<HTMLIm… in process()
|
D | HTMLImportTreeRoot.h | 16 class HTMLImportTreeRoot : public HTMLImport { 48 DEFINE_TYPE_CASTS(HTMLImportTreeRoot, HTMLImport, import, import->isRoot(), import.isRoot());
|
D | HTMLImportsController.h | 68 HTMLImportChild* load(HTMLImport* parent, HTMLImportChildClient*, FetchRequest); 82 …HTMLImportChild* createChild(const KURL&, HTMLImportLoader*, HTMLImport* parent, HTMLImportChildCl…
|
D | HTMLImportChild.h | 53 class HTMLImportChild FINAL : public HTMLImport { 104 inline HTMLImportChild* toHTMLImportChild(HTMLImport* import) in toHTMLImportChild()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.h | 118 class HTMLImport; variable
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_html.target.linux-x86.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.linux-arm64.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.darwin-x86.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.darwin-arm64.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.darwin-x86_64.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.linux-mips.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.linux-x86_64.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.darwin-mips.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.linux-arm.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | webcore_html.target.darwin-arm.mk | 233 third_party/WebKit/Source/core/html/imports/HTMLImport.cpp \
|
D | core.gypi | 2700 'html/imports/HTMLImport.cpp', 2701 'html/imports/HTMLImport.h',
|