Lines Matching refs:LaunchWithProfile
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()
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this); in LaunchBrowser()
613 BrowserInit::LaunchWithProfile::Tab::Tab() : is_app(false), is_pinned(true) {} in Tab()
615 BrowserInit::LaunchWithProfile::Tab::~Tab() {} in ~Tab()
620 BrowserInit::LaunchWithProfile::LaunchWithProfile( in LaunchWithProfile() function in BrowserInit::LaunchWithProfile
629 BrowserInit::LaunchWithProfile::LaunchWithProfile( in LaunchWithProfile() function in BrowserInit::LaunchWithProfile
639 BrowserInit::LaunchWithProfile::~LaunchWithProfile() { in ~LaunchWithProfile()
642 bool BrowserInit::LaunchWithProfile::Launch( in Launch()
748 bool BrowserInit::LaunchWithProfile::IsAppLaunch(std::string* app_url, in IsAppLaunch()
763 bool BrowserInit::LaunchWithProfile::OpenApplicationTab(Profile* profile) { in OpenApplicationTab()
787 bool BrowserInit::LaunchWithProfile::OpenApplicationWindow(Profile* profile) { in OpenApplicationWindow()
848 void BrowserInit::LaunchWithProfile::ProcessLaunchURLs( in ProcessLaunchURLs()
884 bool BrowserInit::LaunchWithProfile::ProcessStartupURLs( in ProcessStartupURLs()
939 void BrowserInit::LaunchWithProfile::AddUniqueURLs( in AddUniqueURLs()
952 BrowserInit::LaunchWithProfile::Tab tab; in AddUniqueURLs()
960 Browser* BrowserInit::LaunchWithProfile::OpenURLsInBrowser( in OpenURLsInBrowser()
969 Browser* BrowserInit::LaunchWithProfile::OpenTabsInBrowser( in OpenTabsInBrowser()
1031 void BrowserInit::LaunchWithProfile::AddInfoBarsIfNecessary(Browser* browser) { in AddInfoBarsIfNecessary()
1042 void BrowserInit::LaunchWithProfile::AddCrashedInfoBarIfNecessary( in AddCrashedInfoBarIfNecessary()
1055 void BrowserInit::LaunchWithProfile::AddBadFlagsInfoBarIfNecessary( in AddBadFlagsInfoBarIfNecessary()
1136 void BrowserInit::LaunchWithProfile::
1150 void BrowserInit::LaunchWithProfile::AddObsoleteSystemInfoBarIfNecessary( in AddObsoleteSystemInfoBarIfNecessary()
1175 void BrowserInit::LaunchWithProfile::AddStartupURLs( in AddStartupURLs()
1215 void BrowserInit::LaunchWithProfile::CheckDefaultBrowser(Profile* profile) { in CheckDefaultBrowser()