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

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dapp_launch_info.cc55 const AppLaunchInfo& GetAppLaunchInfo(const Extension* extension) { function in namespace:extensions::__anon5654
75 return GetAppLaunchInfo(extension).launch_local_path_;
81 return GetAppLaunchInfo(extension).launch_web_url_;
87 return GetAppLaunchInfo(extension).launch_container_;
92 return GetAppLaunchInfo(extension).launch_width_;
97 return GetAppLaunchInfo(extension).launch_height_;
102 const AppLaunchInfo& info = GetAppLaunchInfo(extension);

Completed in 174 milliseconds