Searched defs:FindArgument (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/debug/
H A Ddebug_on_start_win.cc22 bool DebugOnStart::FindArgument(wchar_t* command_line, const char* argument_c) { function in class:base::debug::DebugOnStart
55 if (FindArgument(GetCommandLine(), switches::kDebugOnStart)) {
66 } else if (FindArgument(GetCommandLine(), switches::kWaitForDebugger)) {

Completed in 51 milliseconds