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

/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_instance.cc38 bool SharedWorkerInstance::Matches(const GURL& match_url, argument
52 if (url_.GetOrigin() != match_url.GetOrigin())
56 return url_ == match_url;
/external/chromium_org/chrome/browser/download/
H A Ddownload_query_unittest.cc213 GURL match_url("http://query.com/query");
214 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url));
289 GURL match_url("http://query.com/query");
290 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url));
309 GURL match_url("http://query.com/query");
310 EXPECT_CALL(mock(0), GetOriginalUrl()).WillRepeatedly(ReturnRef(match_url));
313 AddFilter(DownloadQuery::FILTER_URL, match_url.spec().c_str());

Completed in 72 milliseconds