GetAppLaunchInfo   73 chrome/common/extensions/manifest_handlers/app_launch_info.cc   return GetAppLaunchInfo(extension).launch_local_path_;
GetAppLaunchInfo   79 chrome/common/extensions/manifest_handlers/app_launch_info.cc   return GetAppLaunchInfo(extension).launch_web_url_;
GetAppLaunchInfo   85 chrome/common/extensions/manifest_handlers/app_launch_info.cc   return GetAppLaunchInfo(extension).launch_container_;
GetAppLaunchInfo   90 chrome/common/extensions/manifest_handlers/app_launch_info.cc   return GetAppLaunchInfo(extension).launch_width_;
GetAppLaunchInfo   95 chrome/common/extensions/manifest_handlers/app_launch_info.cc   return GetAppLaunchInfo(extension).launch_height_;
GetAppLaunchInfo  100 chrome/common/extensions/manifest_handlers/app_launch_info.cc   const AppLaunchInfo& info = GetAppLaunchInfo(extension);