Home
last modified time | relevance | path

Searched refs:try_chrome (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/tools/ipc_fuzzer/
Dplay_testcase.py34 try_chrome = os.path.join(try_build, chrome_binary)
35 if os.path.exists(try_chrome):
37 chrome_path = try_chrome
/external/chromium_org/chrome/browser/
Dchrome_browser_main.cc1234 std::string try_chrome = in PreMainMessageLoopRunImpl() local
1236 if (!try_chrome.empty()) { in PreMainMessageLoopRunImpl()
1243 base::StringToInt(try_chrome, &try_chrome_int); in PreMainMessageLoopRunImpl()
/external/chromium/chrome/browser/
Dbrowser_main.cc1271 std::string try_chrome = in BrowserMain() local
1273 if (!try_chrome.empty()) { in BrowserMain()
1284 base::StringToInt(try_chrome, &try_chrome_int); in BrowserMain()