Searched refs:LaunchWithProfile (Results 1 – 9 of 9) 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() 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 …]
|
D | browser_init.h | 76 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);
|
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 | 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 | app_controller_mac.mm | 1012 BrowserInit::LaunchWithProfile launch(FilePath(), dummy);
|