Home
last modified time | relevance | path

Searched refs:urlToFetch (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/net/
H A Dretryable_url_fetcher_unittest.mm35 - (NSString*)urlToFetch { method
55 - (NSString*)urlToFetch { method
95 std::string url = base::SysNSStringToUTF8([test_delegate_ urlToFetch]);
112 std::string url = base::SysNSStringToUTF8([test_delegate_ urlToFetch]);
H A Dretryable_url_fetcher.h22 - (NSString*)urlToFetch;
H A Dretryable_url_fetcher.mm52 GURL url(base::SysNSStringToUTF8([_delegate urlToFetch]));
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/opmldirectory/
H A DOpmlDirectoryModel.cpp377 QUrl urlToFetch; in fetchMore() local
380 urlToFetch = m_rootOpmlUrl; in fetchMore()
389 urlToFetch = QUrl( outline->attributes().value("url") ); in fetchMore()
392 if( !urlToFetch.isValid() ) in fetchMore()
395 OpmlParser *parser = new OpmlParser( urlToFetch ); in fetchMore()