HomeSort by relevance Sort by last modified time
    Searched refs:LaunchWithProfile (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/tabs/
pinned_tab_test_utils.h 21 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values);
pinned_tab_test_utils.cc 7 typedef BrowserInit::LaunchWithProfile::Tab Tab;
20 const std::vector<BrowserInit::LaunchWithProfile::Tab>& values) {
pinned_tab_codec.h 33 static std::vector<BrowserInit::LaunchWithProfile::Tab> ReadPinnedTabs(
pinned_tab_codec.cc 20 typedef BrowserInit::LaunchWithProfile::Tab Tab;
  /external/chromium/chrome/browser/ui/
browser_init.h 71 // LaunchWithProfile ---------------------------------------------------------
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);
browser_init.cc 436 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(
    [all...]
browser_init_browsertest.cc 75 // BrowserInit::LaunchWithProfile::OpenURLsInBrowser don't crash because
95 BrowserInit::LaunchWithProfile launch(FilePath(), dummy);
115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
173 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
202 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
  /external/chromium/chrome/browser/
browser_browsertest.cc 528 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
636 BrowserInit::LaunchWithProfile launch(FilePath(), dummy);

Completed in 76 milliseconds