Searched refs:match_url (Results 1 – 2 of 2) sorted by relevance
218 GURL match_url("http://query.com/query"); in TEST_F() local219 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url)); in TEST_F()294 GURL match_url("http://query.com/query"); in TEST_F() local295 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url)); in TEST_F()314 GURL match_url("http://query.com/query"); in TEST_F() local315 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()
620 const GURL& match_url, in Matches() argument638 if (url_.GetOrigin() != match_url.GetOrigin()) in Matches()642 return url_ == match_url; in Matches()