Home
last modified time | relevance | path

Searched refs:kVModule (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/
Dbase_switches.cc48 const char kVModule[] = "vmodule"; variable
Dbase_switches.h21 extern const char kVModule[];
Dlogging.cc369 command_line->HasSwitch(switches::kVModule)) { in BaseInitLoggingImpl()
372 command_line->GetSwitchValueASCII(switches::kVModule), in BaseInitLoggingImpl()
/external/chromium/chrome/browser/service/
Dservice_process_control.cc151 switches::kVModule); in Launch()
153 cmd_line->AppendSwitchASCII(switches::kVModule, v_modules); in Launch()