Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dchrome_constants.cc41 const FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome.exe"); variable
44 const FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome"); variable
47 const FilePath::CharType kBrowserProcessExecutablePath[] = variable
Dchrome_constants.h21 extern const FilePath::CharType kBrowserProcessExecutablePath[];
/external/chromium/chrome/browser/
Dprocess_singleton_uitest.cc65 chrome::kBrowserProcessExecutablePath)); in StartChrome()
193 while (base::GetProcessCount(chrome::kBrowserProcessExecutablePath, in KillProcessTree()
195 base::KillProcesses(chrome::kBrowserProcessExecutablePath, in KillProcessTree()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2487 chrome::kBrowserProcessExecutablePath); in GetBrowserInfo()