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 82 base::FilePath iexplore; local
83 if (!PathService::Get(base::DIR_PROGRAM_FILES, &iexplore))
86 iexplore = iexplore.AppendASCII("Internet Explorer");
87 iexplore = iexplore.AppendASCII("iexplore.exe");
89 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 326 milliseconds