Searched defs:OpenApplicationWindow (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc174 WebContents* OpenApplicationWindow(const AppLaunchParams& params) { function in namespace:__anon6308
299 // In ash, LAUNCH_FULLSCREEN launches in the OpenApplicationWindow function
370 tab = OpenApplicationWindow(params);
479 WebContents* tab = OpenApplicationWindow(launch_params);
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc395 if (OpenApplicationWindow(profile, &app_contents)) {
465 // to look at the app URL. OpenApplicationWindow() will open app url
487 bool StartupBrowserCreatorImpl::OpenApplicationWindow( function in class:StartupBrowserCreatorImpl
/external/chromium/chrome/browser/ui/
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.cc531 tab = Browser::OpenApplicationWindow(profile, extension, container,
546 TabContents* Browser::OpenApplicationWindow( function in class:Browser
601 TabContents* tab = OpenApplicationWindow(

Completed in 180 milliseconds