HomeSort by relevance Sort by last modified time
    Searched defs:chrome_launcher (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_frame/
chrome_launcher.h 16 namespace chrome_launcher { namespace
18 // The base name of the chrome_launcher.exe file.
50 } // namespace chrome_launcher
chrome_launcher_utils.h 17 namespace chrome_launcher { namespace
19 // The base name of the chrome_launcher.exe file.
43 } // namespace chrome_launcher
chrome_launcher_utils.cc 24 // Searches for the path to chrome_launcher.exe. Will return false if this
35 base::FilePath chrome_launcher = current_dir.Append( local
36 chrome_launcher::kLauncherExeBaseName);
37 if (base::PathExists(chrome_launcher)) {
38 command_line->reset(new CommandLine(chrome_launcher));
44 NOTREACHED() << "Could not find " << chrome_launcher::kLauncherExeBaseName
53 namespace chrome_launcher { namespace
55 const wchar_t kLauncherExeBaseName[] = L"chrome_launcher.exe";
109 } // namespace chrome_launcher
chrome_launcher.cc 5 #include "chrome_frame/chrome_launcher.h"
71 const wchar_t kLauncherExeBaseName[] = L"chrome_launcher.exe";
77 namespace chrome_launcher { namespace
267 } // namespace chrome_launcher

Completed in 86 milliseconds