HomeSort by relevance Sort by last modified time
    Searched refs:iexplore (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 93 base::FilePath iexplore; local
94 if (!PathService::Get(base::DIR_PROGRAM_FILES, &iexplore))
97 iexplore = iexplore.AppendASCII("Internet Explorer");
98 iexplore = iexplore.AppendASCII("iexplore.exe");
100 base::string16 command = iexplore.value() + L" " + GetUninstallSurveyUrl() +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 558 iexplore = os.path.join(os.environ.get("PROGRAMFILES", "C:\\Program Files"),
559 "Internet Explorer\\IEXPLORE.EXE")
561 "netscape", "opera", iexplore):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 558 iexplore = os.path.join(os.environ.get("PROGRAMFILES", "C:\\Program Files"),
559 "Internet Explorer\\IEXPLORE.EXE")
561 "netscape", "opera", iexplore):

Completed in 3247 milliseconds