Home
last modified time | relevance | path

Searched refs:hasSourceAttribute (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptElement.cpp174 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()
DScriptElement.h92 virtual bool hasSourceAttribute() const = 0;
/external/webkit/Source/WebCore/html/
DHTMLScriptElement.h65 virtual bool hasSourceAttribute() const;
DHTMLScriptElement.cpp201 bool HTMLScriptElement::hasSourceAttribute() const in hasSourceAttribute() function in WebCore::HTMLScriptElement
/external/webkit/Source/WebCore/svg/
DSVGScriptElement.h71 virtual bool hasSourceAttribute() const;
DSVGScriptElement.cpp214 bool SVGScriptElement::hasSourceAttribute() const in hasSourceAttribute() function in WebCore::SVGScriptElement
/external/webkit/Source/WebCore/
DChangeLog63756 (WebCore::HTMLScriptElement::hasSourceAttribute): Added.
63765 (WebCore::SVGScriptElement::hasSourceAttribute): Added.