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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 301 bool quiet_; member in class:sandbox::SandboxBPF
sandbox_bpf.cc 281 : quiet_(false),
472 // By setting "quiet_ = true" we suppress messages for expected and benign
474 sandbox.quiet_ = true;
619 SANDBOX_DIE(quiet_ ? NULL : "Kernel refuses to enable no-new-privs");
629 SANDBOX_DIE(quiet_ ? NULL :
634 SANDBOX_DIE(quiet_ ? NULL : "Kernel refuses to turn on BPF filters");
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
progress_center_item_group.js 28 this.quiet_ = quiet;
304 summarizedItem.quiet = this.quiet_;

Completed in 220 milliseconds