OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 7588 milliseconds