Searched refs:deferAttributeValue (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLScriptElement.h62 virtual bool deferAttributeValue() const override;
H A DHTMLScriptElement.cpp155 bool HTMLScriptElement::deferAttributeValue() const function in class:WebCore::HTMLScriptElement
/macosx-10.10/WebCore-7600.1.25/dom/
H A DScriptElement.h93 virtual bool deferAttributeValue() const = 0;
H A DScriptElement.cpp219 if (hasSourceAttribute() && deferAttributeValue() && m_parserInserted && !asyncAttributeValue()) {
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGScriptElement.h63 virtual bool deferAttributeValue() const override;
H A DSVGScriptElement.cpp185 bool SVGScriptElement::deferAttributeValue() const function in class:WebCore::SVGScriptElement

Completed in 174 milliseconds