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

  /external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc 60 inline bool IsChromeOS() {
166 if (IsChromeOS() && IsArchitectureArm()) {
203 ignore_result(IsChromeOS);
bpf_cros_arm_gpu_policy_linux.cc 39 inline bool IsChromeOS() {
164 DCHECK(IsChromeOS() && IsArchitectureArm());
bpf_gpu_policy_linux.cc 43 inline bool IsChromeOS() {
210 const bool chromeos_arm_gpu = IsChromeOS() && IsArchitectureArm();

Completed in 50 milliseconds