Home
last modified time | relevance | path

Searched refs:LaunchWithProfile (Results 1 – 9 of 9) 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()
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()
[all …]
Dbrowser_init.h76 class LaunchWithProfile {
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
104 ~LaunchWithProfile();
205 DISALLOW_COPY_AND_ASSIGN(LaunchWithProfile);
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/
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()
Dapp_controller_mac.mm1012 BrowserInit::LaunchWithProfile launch(FilePath(), dummy);