Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/download/
Ddownload_query_unittest.cc218 GURL match_url("http://query.com/query"); in TEST_F() local
219 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url)); in TEST_F()
294 GURL match_url("http://query.com/query"); in TEST_F() local
295 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url)); in TEST_F()
314 GURL match_url("http://query.com/query"); in TEST_F() local
315 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url)); in TEST_F()
318 AddFilter(DownloadQuery::FILTER_URL, match_url.spec().c_str()); in TEST_F()
/external/chromium_org/content/browser/worker_host/
Dworker_process_host.cc620 const GURL& match_url, in Matches() argument
638 if (url_.GetOrigin() != match_url.GetOrigin()) in Matches()
642 return url_ == match_url; in Matches()