Searched refs:has_switch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/accelerators/
H A Dmagnifier_key_scroller.cc20 bool has_switch = false; local
22 has_switch = CommandLine::ForCurrentProcess()->HasSwitch(
26 return (magnifier_key_scroller_enabled || has_switch) &&
/external/chromium_org/extensions/renderer/
H A Dprocess_info_native_handler.cc81 bool has_switch = CommandLine::ForCurrentProcess()->HasSwitch( local
83 args.GetReturnValue().Set(v8::Boolean::New(args.GetIsolate(), has_switch));

Completed in 80 milliseconds