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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptLoaderClient.h41 virtual bool deferAttributeValue() const = 0;
H A DScriptLoader.cpp222 if (!m_parserInserted || client->asyncAttributeValue() || client->deferAttributeValue())
228 if (client->hasSourceAttribute() && client->deferAttributeValue() && m_parserInserted && !client->asyncAttributeValue()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLScriptElement.h69 virtual bool deferAttributeValue() const OVERRIDE;
H A DHTMLScriptElement.cpp174 bool HTMLScriptElement::deferAttributeValue() const function in class:blink::HTMLScriptElement
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGScriptElement.h74 virtual bool deferAttributeValue() const OVERRIDE;
H A DSVGScriptElement.cpp184 bool SVGScriptElement::deferAttributeValue() const function in class:blink::SVGScriptElement

Completed in 796 milliseconds