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

  /external/chromium_org/gpu/config/
gpu_info.h 137 bool sandboxed; member in struct:gpu::GPUInfo
  /external/chromium_org/third_party/jinja2/
sandbox.py 174 """The sandboxed environment. It works like the regular environment but
175 tells the compiler to generate sandboxed code. Additionally subclasses of
183 sandboxed = True variable in class:SandboxedEnvironment
186 #: available on each instance of a sandboxed environment as
199 #: available on each instance of a sandboxed environment as
262 """The sandboxed environment will call this method to check if the
298 """Subscribe an object from sandboxed code."""
319 """Subscribe an object from sandboxed code and prefer the
344 """Call an object from sandboxed code."""
environment.py 197 #: if this environment is sandboxed. Modifying this variable won't make
198 #: the environment sandboxed though. For a real sandboxed environment
201 sandboxed = False variable in class:Environment
    [all...]

Completed in 171 milliseconds