Searched refs:FindArgument (Results 1 - 2 of 2) 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)) {
H A Ddebug_on_start_win.h45 static bool FindArgument(wchar_t* command_line, const char* argument);

Completed in 131 milliseconds