Searched defs:SecurityError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dexceptions.py137 class SecurityError(TemplateRuntimeError): class in inherits:TemplateRuntimeError
H A Dsandbox.py17 from jinja2.exceptions import SecurityError namespace
186 If the template tries to access insecure code a :exc:`SecurityError` is
348 ), name=attribute, obj=obj, exc=SecurityError)
355 raise SecurityError('%r is not safely callable' % (__obj,))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExceptionCode.h55 SecurityError, enumerator in enum:blink::__anon11047

Completed in 264 milliseconds