Home
last modified time | relevance | path

Searched refs:GetAppLaunchInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dapp_launch_info.cc55 const AppLaunchInfo& GetAppLaunchInfo(const Extension* extension) { in GetAppLaunchInfo() function
75 return GetAppLaunchInfo(extension).launch_local_path_; in GetLaunchLocalPath()
81 return GetAppLaunchInfo(extension).launch_web_url_; in GetLaunchWebURL()
87 return GetAppLaunchInfo(extension).launch_container_; in GetLaunchContainer()
92 return GetAppLaunchInfo(extension).launch_width_; in GetLaunchWidth()
97 return GetAppLaunchInfo(extension).launch_height_; in GetLaunchHeight()
102 const AppLaunchInfo& info = GetAppLaunchInfo(extension); in GetFullLaunchURL()