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

  /external/chromium_org/ash/accelerators/
magnifier_key_scroller.cc 20 bool has_switch = false; local
22 has_switch = CommandLine::ForCurrentProcess()->HasSwitch(
26 return (magnifier_key_scroller_enabled || has_switch) &&
  /external/chromium_org/extensions/renderer/
process_info_native_handler.cc 81 bool has_switch = CommandLine::ForCurrentProcess()->HasSwitch( local
83 args.GetReturnValue().Set(v8::Boolean::New(args.GetIsolate(), has_switch));
  /art/compiler/dex/
mir_analysis.cc 854 bool has_switch; member in struct:art::MethodStats
930 stats->has_switch = true;
991 if (stats->has_switch) {

Completed in 110 milliseconds