Searched refs:asyncAttributeValue (Results 1 – 8 of 8) sorted by relevance
170 if (wasParserInserted && !asyncAttributeValue()) in prepareScript()221 … if (hasSourceAttribute() && deferAttributeValue() && m_parserInserted && !asyncAttributeValue()) { in prepareScript()224 } else if (hasSourceAttribute() && m_parserInserted && !asyncAttributeValue()) in prepareScript()229 } else if (hasSourceAttribute() && !asyncAttributeValue() && !m_forceAsync) { in prepareScript()
90 virtual bool asyncAttributeValue() const = 0;
108 if (!asyncAttributeValue()) in insertedIntoDocument()191 bool HTMLScriptElement::asyncAttributeValue() const in asyncAttributeValue() function in WebCore::HTMLScriptElement
63 virtual bool asyncAttributeValue() const;
69 virtual bool asyncAttributeValue() const;
204 bool SVGScriptElement::asyncAttributeValue() const in asyncAttributeValue() function in WebCore::SVGScriptElement
10928 …:isAsynchronous): Moved from ScriptElementData; calls sourceAttributeValue and asyncAttributeValue.10929 …lement::isDeferred): Moved from ScriptElementData; calls sourceAttributeValue, asyncAttributeValue,117493 (WebCore::HTMLScriptElement::asyncAttributeValue):117498 (WebCore::SVGScriptElement::asyncAttributeValue):
45342 (WebCore::HTMLScriptElement::asyncAttributeValue):