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

  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy_unittest.cc 199 UmaPolicy::CleanURL(GURL("http://www.google.com/")));
201 UmaPolicy::CleanURL(GURL("http://www.google.com")));
203 UmaPolicy::CleanURL(GURL("http://www.google.com:8080/a.html")));
205 UmaPolicy::CleanURL(GURL("http://www.google.com/#a")));
207 UmaPolicy::CleanURL(GURL("http://www.google.com/#aaaa")));
209 UmaPolicy::CleanURL(GURL("http://www.google.com/?q=a")));
212 UmaPolicy::CleanURL(GURL("http://www.cnn.com/")));
214 UmaPolicy::CleanURL(GURL("http://www.cnn.com:8080/a.html")));
216 UmaPolicy::CleanURL(GURL("http://www.cnn.com")));
218 UmaPolicy::CleanURL(GURL("http://www.cnn.com/#a")))
    [all...]
uma_policy.h 109 static std::string CleanURL(const GURL& gurl);
uma_policy.cc 92 url = CleanURL(action->page_url());
95 url = CleanURL(action->arg_url());
330 std::string url = CleanURL(contents->GetLastCommittedURL());
362 std::string url = CleanURL(contents->GetLastCommittedURL());
392 std::string UmaPolicy::CleanURL(const GURL& gurl) {

Completed in 188 milliseconds