Searched refs:m_customElementMicrotaskStep (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportChild.cpp95 if (m_customElementMicrotaskStep)
96 CustomElementMicrotaskDispatcher::instance().importDidFinish(m_customElementMicrotaskStep.get());
102 m_customElementMicrotaskStep.clear();
145 if (m_customElementMicrotaskStep) {
146 m_customElementMicrotaskStep->parentWasChanged();
147 m_customElementMicrotaskStep.clear();
152 m_customElementMicrotaskStep = CustomElement::didCreateImport(this);
154 m_customElementMicrotaskStep = CustomElement::didCreateImport(this)->weakPtr();
166 return m_loader->isDone() && m_loader->microtaskQueue()->isEmpty() && !m_customElementMicrotaskStep;
222 m_customElementMicrotaskStep
[all...]
H A DHTMLImportChild.h96 WeakPtrWillBeWeakMember<CustomElementMicrotaskImportStep> m_customElementMicrotaskStep; member in class:WebCore::FINAL

Completed in 102 milliseconds