Searched refs:BrowserInit (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/ui/ |
D | browser_init.cc | 436 std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) { in UrlsToTabs() 438 BrowserInit::LaunchWithProfile::Tab tab; in UrlsToTabs() 482 const std::vector<BrowserInit::LaunchWithProfile::Tab>& autolaunch_tabs) { in RecordAppLaunches() 506 BrowserInit::BrowserInit() {} in BrowserInit() function in BrowserInit 508 BrowserInit::~BrowserInit() {} in ~BrowserInit() 510 void BrowserInit::AddFirstRunTab(const GURL& url) { in AddFirstRunTab() 515 bool BrowserInit::InProcessStartup() { in InProcessStartup() 519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line, in LaunchBrowser() 543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this); in LaunchBrowser() 544 std::vector<GURL> urls_to_launch = BrowserInit::GetURLsFromCommandLine( in LaunchBrowser() [all …]
|
D | browser_init.h | 25 class BrowserInit { 27 BrowserInit(); 28 ~BrowserInit(); 103 BrowserInit* browser_init); 204 BrowserInit* browser_init_; 219 BrowserInit* browser_init); 224 DISALLOW_COPY_AND_ASSIGN(BrowserInit);
|
D | browser_init_browsertest.cc | 95 BrowserInit::LaunchWithProfile launch(FilePath(), dummy); in IN_PROC_BROWSER_TEST_F() 115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F() 143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F() 173 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F() 202 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/tabs/ |
D | pinned_tab_test_utils.cc | 7 typedef BrowserInit::LaunchWithProfile::Tab Tab; 20 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values) { in TabsToString()
|
D | pinned_tab_test_utils.h | 21 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values);
|
D | pinned_tab_codec.h | 33 static std::vector<BrowserInit::LaunchWithProfile::Tab> ReadPinnedTabs(
|
D | pinned_tab_codec.cc | 20 typedef BrowserInit::LaunchWithProfile::Tab Tab;
|
/external/chromium/chrome/browser/ |
D | process_singleton_win.cc | 296 BrowserInit::ProcessCommandLine(parsed_command_line, cur_dir, false, in OnCopyData()
|
D | browser_browsertest.cc | 528 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F() 636 BrowserInit::LaunchWithProfile launch(FilePath(), dummy); in IN_PROC_BROWSER_TEST_F()
|
D | browser_main.cc | 601 void AddFirstRunNewTabs(BrowserInit* browser_init, in AddFirstRunNewTabs() 1297 BrowserInit browser_init; in BrowserMain()
|
D | app_controller_mac.mm | 74 // global flag here, analogue to BrowserInit::InProcessStartup() because 993 // BrowserInit here because on the other platforms, URLs to open come through 994 // the ProcessSingleton, and it calls BrowserInit. It's best to bottleneck the 1012 BrowserInit::LaunchWithProfile launch(FilePath(), dummy);
|
D | process_singleton_linux.cc | 650 BrowserInit::ProcessCommandLine(parsed_command_line, current_dir_file_path, in HandleMessage()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_utils.cc | 588 BrowserInit browser_init; in DoBrowserLaunch()
|
/external/chromium/chrome/browser/sessions/ |
D | session_service.cc | 476 if (!has_open_trackable_browsers_ && !BrowserInit::InProcessStartup() && in RestoreIfNecessary()
|