OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsChromeOS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/sandbox_linux/
bpf_cros_arm_gpu_policy_linux.cc
37
inline bool
IsChromeOS
() {
166
DCHECK(
IsChromeOS
() && IsArchitectureArm());
bpf_gpu_policy_linux.cc
43
inline bool
IsChromeOS
() {
205
const bool chromeos_arm_gpu =
IsChromeOS
() && IsArchitectureArm();
sandbox_seccomp_bpf_linux.cc
58
inline bool
IsChromeOS
() {
176
if (
IsChromeOS
() && IsArchitectureArm()) {
214
ignore_result(
IsChromeOS
);
Completed in 226 milliseconds