HomeSort by relevance Sort by last modified time
    Searched defs:shouldExecuteAsJavaScript (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/svg/
SVGScriptElement.h 59 virtual bool shouldExecuteAsJavaScript() const { return false; }
  /external/webkit/WebCore/dom/
ScriptElement.cpp 176 if (m_evaluated || sourceCode.isEmpty() || !shouldExecuteAsJavaScript())
222 bool ScriptElementData::shouldExecuteAsJavaScript() const
  /external/webkit/WebCore/html/
HTMLScriptElement.cpp 55 bool HTMLScriptElement::shouldExecuteAsJavaScript() const
57 return m_data.shouldExecuteAsJavaScript();

Completed in 33 milliseconds