Searched refs:hasSourceAttribute (Results 1 – 7 of 7) sorted by relevance
174 if (!hasSourceAttribute() && !m_element->firstChild()) in prepareScript()217 if (hasSourceAttribute()) in prepareScript()221 … if (hasSourceAttribute() && deferAttributeValue() && m_parserInserted && !asyncAttributeValue()) { in prepareScript()224 } else if (hasSourceAttribute() && m_parserInserted && !asyncAttributeValue()) in prepareScript()226 …else if (!hasSourceAttribute() && m_parserInserted && !m_element->document()->haveStylesheetsLoade… in prepareScript()229 } else if (hasSourceAttribute() && !asyncAttributeValue() && !m_forceAsync) { in prepareScript()233 } else if (hasSourceAttribute()) in prepareScript()
92 virtual bool hasSourceAttribute() const = 0;
65 virtual bool hasSourceAttribute() const;
201 bool HTMLScriptElement::hasSourceAttribute() const in hasSourceAttribute() function in WebCore::HTMLScriptElement
71 virtual bool hasSourceAttribute() const;
214 bool SVGScriptElement::hasSourceAttribute() const in hasSourceAttribute() function in WebCore::SVGScriptElement
63756 (WebCore::HTMLScriptElement::hasSourceAttribute): Added.63765 (WebCore::SVGScriptElement::hasSourceAttribute): Added.