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

/external/chromium_org/third_party/jinja2/
H A Dexceptions.py134 class SecurityError(TemplateRuntimeError): class in inherits:TemplateRuntimeError
H A Dsandbox.py17 from jinja2.exceptions import SecurityError namespace
179 If the template tries to access insecure code a :exc:`SecurityError` is
341 ), name=attribute, obj=obj, exc=SecurityError)
348 raise SecurityError('%r is not safely callable' % (__obj,))
H A Dfilters.py18 from jinja2.exceptions import FilterArgumentError, SecurityError namespace
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExceptionCode.h54 SecurityError, enumerator in enum:WebCore::__anon10169

Completed in 88 milliseconds