Home
last modified time | relevance | path

Searched refs:asyncAttributeValue (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptElement.cpp170 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()
DScriptElement.h90 virtual bool asyncAttributeValue() const = 0;
/external/webkit/Source/WebCore/html/
DHTMLScriptElement.cpp108 if (!asyncAttributeValue()) in insertedIntoDocument()
191 bool HTMLScriptElement::asyncAttributeValue() const in asyncAttributeValue() function in WebCore::HTMLScriptElement
DHTMLScriptElement.h63 virtual bool asyncAttributeValue() const;
/external/webkit/Source/WebCore/svg/
DSVGScriptElement.h69 virtual bool asyncAttributeValue() const;
DSVGScriptElement.cpp204 bool SVGScriptElement::asyncAttributeValue() const in asyncAttributeValue() function in WebCore::SVGScriptElement
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610928 …: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):
DChangeLog-2011-02-1645342 (WebCore::HTMLScriptElement::asyncAttributeValue):