Home
last modified time | relevance | path

Searched defs:kBrowserProcessExecutableName (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/
Dchrome_constants.cc28 const FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome.exe"); variable
31 const FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome"); variable
36 const FilePath::CharType kBrowserProcessExecutableName[] = FPL(PRODUCT_STRING); variable
/external/chromium_org/chrome/common/
Dchrome_constants.cc56 const base::FilePath::CharType kBrowserProcessExecutableName[] = variable
65 const base::FilePath::CharType kBrowserProcessExecutableName[] = variable
73 const base::FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome"); variable
82 const base::FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome"); variable
/external/chromium_org/chrome_frame/
Dchrome_launcher.cc72 const wchar_t kBrowserProcessExecutableName[] = L"chrome.exe"; variable