Searched refs:OpenApplicationWindow (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc109 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 Dbrowser_init.h141 bool OpenApplicationWindow(Profile* profile);
H A Dbrowser_init.cc691 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 Dbrowser.h250 static TabContents* OpenApplicationWindow(
262 // Browser::OpenApplicationWindow().
H A Dbrowser.cc531 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 Dstartup_browser_creator_impl.h98 bool OpenApplicationWindow(Profile* profile,
H A Dstartup_browser_creator_impl.cc366 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 Dbrowser_browsertest.cc529 ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile()));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc1069 ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile(), NULL));

Completed in 226 milliseconds