HomeSort by relevance Sort by last modified time
    Searched refs:launch_local_path_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.h 54 std::string launch_local_path_; member in class:extensions::AppLaunchInfo
app_launch_info.cc 72 return GetAppLaunchInfo(extension).launch_local_path_;
100 if (info.launch_local_path_.empty())
103 return extension->url().Resolve(info.launch_local_path_);
146 launch_local_path_ = launch_path;
  /external/chromium/chrome/common/extensions/
extension.h 625 const std::string& launch_local_path() const { return launch_local_path_; }
892 std::string launch_local_path_; member in class:Extension
    [all...]
extension.cc     [all...]

Completed in 158 milliseconds