Home
last modified time | relevance | path

Searched refs:BrowserInit (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_init.cc436 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 …]
Dbrowser_init.h25 class BrowserInit {
27 BrowserInit();
28 ~BrowserInit();
103 BrowserInit* browser_init);
204 BrowserInit* browser_init_;
219 BrowserInit* browser_init);
224 DISALLOW_COPY_AND_ASSIGN(BrowserInit);
Dbrowser_init_browsertest.cc95 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/
Dpinned_tab_test_utils.cc7 typedef BrowserInit::LaunchWithProfile::Tab Tab;
20 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values) { in TabsToString()
Dpinned_tab_test_utils.h21 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values);
Dpinned_tab_codec.h33 static std::vector<BrowserInit::LaunchWithProfile::Tab> ReadPinnedTabs(
Dpinned_tab_codec.cc20 typedef BrowserInit::LaunchWithProfile::Tab Tab;
/external/chromium/chrome/browser/
Dprocess_singleton_win.cc296 BrowserInit::ProcessCommandLine(parsed_command_line, cur_dir, false, in OnCopyData()
Dbrowser_browsertest.cc528 BrowserInit::LaunchWithProfile launch(FilePath(), command_line); in IN_PROC_BROWSER_TEST_F()
636 BrowserInit::LaunchWithProfile launch(FilePath(), dummy); in IN_PROC_BROWSER_TEST_F()
Dbrowser_main.cc601 void AddFirstRunNewTabs(BrowserInit* browser_init, in AddFirstRunNewTabs()
1297 BrowserInit browser_init; in BrowserMain()
Dapp_controller_mac.mm74 // 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);
Dprocess_singleton_linux.cc650 BrowserInit::ProcessCommandLine(parsed_command_line, current_dir_file_path, in HandleMessage()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_utils.cc588 BrowserInit browser_init; in DoBrowserLaunch()
/external/chromium/chrome/browser/sessions/
Dsession_service.cc476 if (!has_open_trackable_browsers_ && !BrowserInit::InProcessStartup() && in RestoreIfNecessary()