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 39 sandboxed(false) {
73 bool sandboxed; member in struct:gpu::GPUInfoKnownFields
124 enumerator->AddBool("sandboxed", sandboxed);
gpu_info.h 142 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(),
289 gpu_info.sandboxed = StartSandboxLinux(gpu_info, watchdog_thread.get(),
293 gpu_info.sandboxed = StartSandboxWindows(parameters.sandbox_info);
414 // 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 181 """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."""
nodes.py 381 if self.environment.sandboxed and \
400 if self.environment.sandboxed and \
compiler.py     [all...]
environment.py 218 #: 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
    [all...]
  /external/chromium_org/build/android/
adb_gdb 102 SANDBOXED=
156 --sandboxed)
157 SANDBOXED=true
159 --sandboxed=*)
160 SANDBOXED=true
238 This can be a regular Android application process, or a sandboxed
239 service, if you use the --sandboxed or --sandboxed=<num> option.
306 --sandboxed Debug first sandboxed process we find
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 101 "Sandboxed", new base::FundamentalValue(gpu_info.sandboxed)));
  /external/chromium_org/content/common/gpu/
gpu_messages.h 164 IPC_STRUCT_TRAITS_MEMBER(sandboxed)
    [all...]
  /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...]

Completed in 1891 milliseconds