Searched refs:OpenApplicationWindow (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/ui/extensions/ |
H A D | application_launch.cc | 109 WebContents* OpenApplicationWindow( function in namespace:__anon6077 247 // In ash, LAUNCH_FULLSCREEN launches in the OpenApplicationWindow function 357 tab = OpenApplicationWindow(profile, extension, container, 376 WebContents* tab = OpenApplicationWindow(
|
/external/chromium/chrome/browser/ui/ |
H A D | browser_init.h | 141 bool OpenApplicationWindow(Profile* profile);
|
H A D | browser_init.cc | 691 if (OpenApplicationWindow(profile)) { 767 // to look at the app URL. OpenApplicationWindow() will open app url 787 bool BrowserInit::LaunchWithProfile::OpenApplicationWindow(Profile* profile) { function in class:BrowserInit::LaunchWithProfile
|
H A D | browser.h | 250 static TabContents* OpenApplicationWindow( 262 // Browser::OpenApplicationWindow().
|
H A D | browser.cc | 531 tab = Browser::OpenApplicationWindow(profile, extension, container, 546 TabContents* Browser::OpenApplicationWindow( function in class:Browser 601 TabContents* tab = OpenApplicationWindow(
|
/external/chromium_org/chrome/browser/ui/startup/ |
H A D | startup_browser_creator_impl.h | 98 bool OpenApplicationWindow(Profile* profile,
|
H A D | startup_browser_creator_impl.cc | 366 if (OpenApplicationWindow(profile, &app_contents)) { 436 // to look at the app URL. OpenApplicationWindow() will open app url 457 bool StartupBrowserCreatorImpl::OpenApplicationWindow( function in class:StartupBrowserCreatorImpl
|
/external/chromium/chrome/browser/ |
H A D | browser_browsertest.cc | 529 ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile()));
|
/external/chromium_org/chrome/browser/ui/ |
H A D | browser_browsertest.cc | 1069 ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile(), NULL));
|
Completed in 226 milliseconds