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

  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_apitest.cc 136 GURL GetURLForPath(const std::string& host, const std::string& path) {
205 browser(), GetURLForPath("example.com", "/example.com.html"));
  /external/chromium_org/chrome/browser/extensions/api/automation/
automation_apitest.cc 40 GURL GetURLForPath(const std::string& host, const std::string& path) {
62 const GURL url = GetURLForPath(kDomain, "/index.html");
  /external/chromium_org/chrome/browser/extensions/
extension_messages_apitest.cc 275 GURL GetURLForPath(const std::string& host, const std::string& path) {
284 return GetURLForPath("www.chromium.org", "/chromium.org.html");
288 return GetURLForPath("www.google.com", "/google.com.html");
    [all...]

Completed in 1142 milliseconds