Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Dextension.h625 const std::string& launch_local_path() const { return launch_local_path_; } in launch_local_path() function
Dextension.cc2565 if (!launch_local_path().empty()) in GetFullLaunchURL()
2566 return url().Resolve(launch_local_path()); in GetFullLaunchURL()