Searched refs:ie_path (Results 1 – 2 of 2) sorted by relevance
108 ie_path = os.path.join('Internet Explorer', 'iexplore.exe')116 if os.path.exists(os.path.join(search_path, ie_path)):
242 base::FilePath ie_path; in LaunchChromeDownloadPage() local243 PathService::Get(base::DIR_PROGRAM_FILESX86, &ie_path); in LaunchChromeDownloadPage()244 ie_path = ie_path.Append(kIePath); in LaunchChromeDownloadPage()245 CommandLine command_line(ie_path); in LaunchChromeDownloadPage()