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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptLoaderClient.h40 virtual bool asyncAttributeValue() const = 0;
H A DScriptLoader.cpp185 if (wasParserInserted && !client->asyncAttributeValue())
222 if (!m_parserInserted || client->asyncAttributeValue() || client->deferAttributeValue())
228 if (client->hasSourceAttribute() && client->deferAttributeValue() && m_parserInserted && !client->asyncAttributeValue()) {
231 } else if (client->hasSourceAttribute() && m_parserInserted && !client->asyncAttributeValue()) {
236 } else if (client->hasSourceAttribute() && !client->asyncAttributeValue() && !m_forceAsync) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLScriptElement.h68 virtual bool asyncAttributeValue() const OVERRIDE;
H A DHTMLScriptElement.cpp169 bool HTMLScriptElement::asyncAttributeValue() const function in class:blink::HTMLScriptElement
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGScriptElement.h73 virtual bool asyncAttributeValue() const OVERRIDE;
H A DSVGScriptElement.cpp179 bool SVGScriptElement::asyncAttributeValue() const function in class:blink::SVGScriptElement

Completed in 145 milliseconds