Home
last modified time | relevance | path

Searched refs:evalScript (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp423 bool evalScript() const { return m_evalScript; } in evalScript() function in WebCore::CSPOptions
438 DEFINE_STATIC_LOCAL(String, evalScript, ("eval-script")); in parse()
457 else if (equalIgnoringCase(optionsValue, evalScript)) in parse()
503 return !m_scriptSrc || (m_options && m_options->evalScript()); in allowEval()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js526 jQuery.each( scripts, evalScript );
543 function evalScript( i, elem ) { function
Dconcat-jquery-mootools-prototype.js526 jQuery.each( scripts, evalScript );
543 function evalScript( i, elem ) { function
/external/webkit/Source/WebCore/
DChangeLog27240 (WebCore::CSPOptions::evalScript):