Searched refs:launch_container (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/ui/startup/ |
D | startup_browser_creator_impl.cc | 204 extensions::LaunchContainer launch_container = extensions::GetLaunchContainer( in GetAppLaunchContainer() local 211 launch_container = extensions::LAUNCH_CONTAINER_WINDOW; in GetAppLaunchContainer() 215 *out_launch_container = launch_container; in GetAppLaunchContainer() 433 extensions::LaunchContainer launch_container; in OpenApplicationTab() local 435 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container)) in OpenApplicationTab() 439 if (launch_container != extensions::LAUNCH_CONTAINER_TAB) in OpenApplicationTab() 466 extensions::LaunchContainer launch_container; in OpenApplicationWindow() local 468 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container)) in OpenApplicationWindow() 475 if (launch_container == extensions::LAUNCH_CONTAINER_TAB) in OpenApplicationWindow() 480 AppLaunchParams params(profile, extension, launch_container, NEW_WINDOW); in OpenApplicationWindow()
|
/external/chromium_org/chrome/browser/extensions/api/management/ |
D | management_api.cc | 503 LaunchContainer launch_container = in RunSync() local 506 GetProfile(), extension, launch_container, NEW_FOREGROUND_TAB)); in RunSync()
|