Searched refs:IsBrowserAlreadyRunning (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dbrowser_util_win.h15 bool IsBrowserAlreadyRunning();
H A Dbrowser_util_win.cc18 bool IsBrowserAlreadyRunning() { function in namespace:browser_util
H A Dbrowser_shutdown.cc194 if (!browser_util::IsBrowserAlreadyRunning() &&
H A Dchrome_browser_main_win.cc112 if (browser_util::IsBrowserAlreadyRunning()) {
H A Dchrome_browser_main.cc1160 bool already_running = browser_util::IsBrowserAlreadyRunning();
/external/chromium/chrome/browser/
H A Dbrowser_util_win.h16 bool IsBrowserAlreadyRunning();
H A Dbrowser_util_win.cc18 bool IsBrowserAlreadyRunning() { function in namespace:browser_util
H A Dbrowser_shutdown.cc194 if (!browser_util::IsBrowserAlreadyRunning() &&
H A Dbrowser_main_win.cc161 if (browser_util::IsBrowserAlreadyRunning()) {
H A Dbrowser_main.cc1389 bool already_running = browser_util::IsBrowserAlreadyRunning();

Completed in 831 milliseconds