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

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 103 bool OpenApplicationTab(Profile* profile);
startup_browser_creator_impl.cc 376 OpenApplicationTab(profile);
432 bool StartupBrowserCreatorImpl::OpenApplicationTab(Profile* profile) {
480 // OpenApplicationTab().
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.h 145 bool OpenApplicationTab(Profile* profile);
browser_init.cc 700 OpenApplicationTab(profile);
763 bool BrowserInit::LaunchWithProfile::OpenApplicationTab(Profile* profile) {
783 TabContents* app_tab = Browser::OpenApplicationTab(profile, extension, NULL);
804 // OpenApplicationTab().
    [all...]
browser.h 270 static TabContents* OpenApplicationTab(Profile* profile,
    [all...]
browser.cc 535 tab = Browser::OpenApplicationTab(profile, extension, existing_tab);
624 TabContents* Browser::OpenApplicationTab(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 172 WebContents* OpenApplicationTab(Profile* profile,
361 tab = OpenApplicationTab(profile, extension, override_url,
  /external/chromium/chrome/browser/
background_mode_manager.cc 333 browser->OpenApplicationTab(profile_, extension, NULL);

Completed in 96 milliseconds