Searched refs:sandboxed (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_info.cc54 sandboxed(false),
96 bool sandboxed; member in struct:gpu::GPUInfoKnownFields
153 enumerator->AddBool("sandboxed", sandboxed);
H A Dgpu_info_collector.cc155 basic_gpu_info->sandboxed = context_gpu_info.sandboxed;
H A Dgpu_info.h165 bool sandboxed; member in struct:gpu::GPUInfo
/external/chromium_org/content/gpu/
H A Dgpu_main.cc232 gpu_info.sandboxed = StartSandboxLinux(
324 gpu_info.sandboxed = StartSandboxLinux(gpu_info, watchdog_thread.get(),
328 gpu_info.sandboxed = StartSandboxWindows(parameters.sandbox_info);
330 gpu_info.sandboxed = Sandbox::SandboxIsCurrentlyActive();
520 // is sandboxed and we must call LowerToken() before rendering untrusted
/external/chromium_org/build/android/
H A Dadb_gdb156 --sandboxed)
159 --sandboxed=*)
238 This can be a regular Android application process, or a sandboxed
239 service, if you use the --sandboxed or --sandboxed=<num> option.
301 --sandboxed Debug first sandboxed process we find.
302 --sandboxed=<num> Debug specific sandboxed process.
836 echo "WARNING: --sandboxed optio
[all...]
/external/chromium_org/third_party/jinja2/
H A Dsandbox.py181 """The sandboxed environment. It works like the regular environment but
182 tells the compiler to generate sandboxed code. Additionally subclasses of
190 sandboxed = True variable in class:SandboxedEnvironment
193 #: available on each instance of a sandboxed environment as
206 #: available on each instance of a sandboxed environment as
269 """The sandboxed environment will call this method to check if the
305 """Subscribe an object from sandboxed code."""
326 """Subscribe an object from sandboxed code and prefer the
351 """Call an object from sandboxed code."""
H A Dnodes.py381 if self.environment.sandboxed and \
400 if self.environment.sandboxed and \
H A Dcompiler.py1423 if self.environment.sandboxed and \
1439 if self.environment.sandboxed and \
1567 if self.environment.sandboxed:
H A Dfilters.py790 if environment.sandboxed and not \
H A Denvironment.py218 #: if this environment is sandboxed. Modifying this variable won't make
219 #: the environment sandboxed though. For a real sandboxed environment
222 sandboxed = False variable in class:Environment
/external/chromium_org/content/browser/gpu/
H A Dgpu_internals_ui.cc115 "Sandboxed", new base::FundamentalValue(gpu_info.sandboxed)));
/external/chromium_org/content/common/gpu/
H A Dgpu_messages.h194 IPC_STRUCT_TRAITS_MEMBER(sandboxed)

Completed in 3459 milliseconds