Home | History | Annotate | Download | only in ui

Lines Matching defs:BrowserInit

436                 std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) {
438 BrowserInit::LaunchWithProfile::Tab tab;
482 const std::vector<BrowserInit::LaunchWithProfile::Tab>& autolaunch_tabs) {
504 // BrowserInit ----------------------------------------------------------------
506 BrowserInit::BrowserInit() {}
508 BrowserInit::~BrowserInit() {}
510 void BrowserInit::AddFirstRunTab(const GURL& url) {
515 bool BrowserInit::InProcessStartup() {
519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line,
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this);
544 std::vector<GURL> urls_to_launch = BrowserInit::GetURLsFromCommandLine(
611 // BrowserInit::LaunchWithProfile::Tab ----------------------------------------
613 BrowserInit::LaunchWithProfile::Tab::Tab() : is_app(false), is_pinned(true) {}
615 BrowserInit::LaunchWithProfile::Tab::~Tab() {}
618 // BrowserInit::LaunchWithProfile ---------------------------------------------
620 BrowserInit::LaunchWithProfile::LaunchWithProfile(
629 BrowserInit::LaunchWithProfile::LaunchWithProfile(
632 BrowserInit* browser_init)
639 BrowserInit::LaunchWithProfile::~LaunchWithProfile() {
642 bool BrowserInit::LaunchWithProfile::Launch(
748 bool BrowserInit::LaunchWithProfile::IsAppLaunch(std::string* app_url,
763 bool BrowserInit::LaunchWithProfile::OpenApplicationTab(Profile* profile) {
787 bool BrowserInit::LaunchWithProfile::OpenApplicationWindow(Profile* profile) {
848 void BrowserInit::LaunchWithProfile::ProcessLaunchURLs(
884 bool BrowserInit::LaunchWithProfile::ProcessStartupURLs(
939 void BrowserInit::LaunchWithProfile::AddUniqueURLs(
952 BrowserInit::LaunchWithProfile::Tab tab;
960 Browser* BrowserInit::LaunchWithProfile::OpenURLsInBrowser(
969 Browser* BrowserInit::LaunchWithProfile::OpenTabsInBrowser(
1031 void BrowserInit::LaunchWithProfile::AddInfoBarsIfNecessary(Browser* browser) {
1042 void BrowserInit::LaunchWithProfile::AddCrashedInfoBarIfNecessary(
1055 void BrowserInit::LaunchWithProfile::AddBadFlagsInfoBarIfNecessary(
1136 void BrowserInit::LaunchWithProfile::
1150 void BrowserInit::LaunchWithProfile::AddObsoleteSystemInfoBarIfNecessary(
1175 void BrowserInit::LaunchWithProfile::AddStartupURLs(
1215 void BrowserInit::LaunchWithProfile::CheckDefaultBrowser(Profile* profile) {
1241 std::vector<GURL> BrowserInit::GetURLsFromCommandLine(
1297 bool BrowserInit::ProcessCmdLineImpl(const CommandLine& command_line,
1302 BrowserInit* browser_init) {
1429 bool BrowserInit::CreateAutomationProvider(const std::string& channel_id,