HomeSort by relevance Sort by last modified time
    Searched full:sandbox (Results 576 - 600 of 795) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLIFrameElement.cpp 91 document()->addConsoleMessage(OtherMessageSource, ErrorMessageLevel, "Error while parsing the 'sandbox' attribute: " + invalidTokens);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Settings.h 115 // HTML sandbox, plug-in sandboxing, and other important details.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontPlatformData.h 173 // font as |nsFont|. This because the sandbox may block loading of the original font.
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.cpp 127 // This method is only called on fully-evaluated absolute paths. Any sign of ".." or "." is likely an attempt to break out of the sandbox.
  /external/chromium_org/third_party/jinja2/
exceptions.py 136 sandbox is enabled.
  /external/chromium_org/tools/perf/measurements/
page_cycler.py 76 options.AppendExtraBrowserArg('--no-sandbox')
  /external/chromium_org/tools/valgrind/
chrome_tests.py 331 return self.SimpleTest("sandbox", "sandbox_linux_unittests")
356 "--no-sandbox"]
364 "--no-sandbox"]
553 "sandbox": TestLinuxSandbox, "sandbox_linux_unittests": TestLinuxSandbox,
  /external/chromium_org/v8/tools/profviz/
profviz.html 99 --no-sandbox --js-flags="--prof --noprof-lazy --log-timer-events
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 55 // In some cases, e.g. when running under a sandbox on Linux, ASan is unable
  /external/openssh/
Makefile.in 93 sandbox-null.o sandbox-rlimit.o sandbox-systrace.o sandbox-darwin.o
  /external/sepolicy/
app.te 31 # App sandbox file accesses.
  /external/chromium_org/content/browser/
browser_main_loop.cc 136 base::FilePath sandbox_candidate = exe_dir.AppendASCII("chrome-sandbox");
142 // variable is required to enable the sandbox. See
153 static const char no_suid_error[] = "Running without the SUID sandbox! See "
155 "for more information on developing with the sandbox on.";
170 // Tickle the sandbox host and zygote host so they fork now.
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 7 #include "sandbox/linux/seccomp-bpf/codegen.h"
54 void CodeGen::PrintProgram(const Sandbox::Program& program) {
55 for (Sandbox::Program::const_iterator iter = program.begin();
699 Sandbox::Program *program) {
719 void CodeGen::Compile(Instruction *instructions, Sandbox::Program *program) {
  /frameworks/base/docs/html/training/articles/
security-tips.jd 38 <li>The Android Application Sandbox, which isolates your app data and code execution
179 capabilities not provided by the basic sandbox, including access to device features such as
    [all...]
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.cc 126 // sandbox path, and the sandbox will deny the operation.
  /external/chromium_org/
PRESUBMIT_test.py 387 '"+sandbox",',
402 'sandbox/DEPS',
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.cc 124 // allow a NaCl inner sandbox escape.
138 // to an extension directory could allow an outer sandbox escape. openat(...)
  /external/chromium_org/chrome/common/
chrome_content_client.cc 44 #include "sandbox/win/src/sandbox.h"
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 130 // CreateDC fails behind the sandbox, but not CreateCompatibleDC.
296 // after we engage the sandbox.
  /external/chromium_org/chrome/test/functional/
special_tabs.py 135 'chrome://sandbox': { 'title': 'Sandbox Status' },
  /external/chromium_org/content/child/
child_thread.cc 55 // This isn't needed on Windows because there the sandbox's job object
290 // since this is blocked by the sandbox.
  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h 78 // Do any necessary initialization before the sandbox is enabled.
81 // Lazily initialize static data after sandbox is enabled. Return false on
  /external/chromium_org/content/renderer/pepper/
pepper_file_io_host.cc 298 // Mac and Linux due to sandbox restrictions (http://crbug.com/101128).
364 // filesystem on Mac due to sandbox restrictions (http://crbug.com/156077).
  /external/chromium_org/sandbox/win/
sandbox_standalone.sln 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "src\sandbox.vcproj", "{881F6A97-D539-4C48-B401-DF04385B2343}"
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 17 // Note for the ChromeOS Chrome. Remove renderer process from the sandbox (add
18 // --no-sandbox option to running Chrome in /sbin/session_manager_setup.sh).

Completed in 2436 milliseconds

<<21222324252627282930>>