Searched defs:LaunchWithProfile (Results 1 - 2 of 2) sorted by path

/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc436 std::vector<BrowserInit::LaunchWithProfile::Tab>* tabs) {
438 BrowserInit::LaunchWithProfile::Tab tab;
482 const std::vector<BrowserInit::LaunchWithProfile::Tab>& autolaunch_tabs) {
543 BrowserInit::LaunchWithProfile lwp(cur_dir, command_line, this);
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( function in class:BrowserInit::LaunchWithProfile
629 BrowserInit::LaunchWithProfile::LaunchWithProfile( function in class:BrowserInit::LaunchWithProfile
[all...]
H A Dbrowser_init.h71 // LaunchWithProfile ---------------------------------------------------------
76 class LaunchWithProfile { class in class:BrowserInit
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);

Completed in 158 milliseconds