HomeSort by relevance Sort by last modified time
    Searched refs:allowEval (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h 52 bool allowEval() const;
ContentSecurityPolicy.cpp 501 bool ContentSecurityPolicy::allowEval() const
  /external/webkit/Source/WebCore/bindings/js/
ScheduledAction.cpp 55 if (policy && !policy->allowEval())
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 135 if (imp->document() && !imp->document()->contentSecurityPolicy()->allowEval())

Completed in 85 milliseconds