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

  /external/chromium_org/gpu/config/
gpu_info.cc 25 sandboxed(false) {
gpu_info.h 137 bool sandboxed; member in struct:gpu::GPUInfo
gpu_info_collector.cc 155 basic_gpu_info->sandboxed = context_gpu_info.sandboxed;
  /external/chromium_org/content/gpu/
gpu_main.cc 213 gpu_info.sandboxed = StartSandboxLinux(gpu_info, watchdog_thread.get(),
271 gpu_info.sandboxed = StartSandboxLinux(gpu_info, watchdog_thread.get(),
275 gpu_info.sandboxed = StartSandboxWindows(parameters.sandbox_info);
421 // is sandboxed and we must call LowerToken() before rendering untrusted
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 21 * Manages custom wallpaper related directories in wallpaper's sandboxed
  /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."""
nodes.py 377 if self.environment.sandboxed and \
396 if self.environment.sandboxed and \
compiler.py     [all...]
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...]
  /external/chromium_org/build/android/
adb_gdb 97 SANDBOXED=
148 --sandboxed)
149 SANDBOXED=true
151 --sandboxed=*)
152 SANDBOXED=true
227 This can be a regular Android application process, or a sandboxed
228 service, if you use the --sandboxed or --sandboxed=<num> option.
292 --sandboxed Debug first sandboxed process we find
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_messages.h 158 IPC_STRUCT_TRAITS_MEMBER(sandboxed)
  /ndk/build/tools/
build-host-gcc.sh 690 # Since xCode moved to the App Store the SDKs have been 'sandboxed' into the Xcode.app folder.
694 # Since xCode moved to the App Store the SDKs have been 'sandboxed' into the Xcode.app folder.
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 117 "Sandboxed", new base::FundamentalValue(gpu_info.sandboxed)));

Completed in 361 milliseconds