Searched defs:delegate_for_tests (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_unittest.cc43 DelegateForTests* delegate_for_tests,
46 delegate_for_tests_(delegate_for_tests),
72 MockPrivetInfoOperation::DelegateForTests* delegate_for_tests,
73 const std::string& name) : delegate_for_tests_(delegate_for_tests),
119 MockPrivetInfoOperation::DelegateForTests* delegate_for_tests,
121 : name_(name), delegate_for_tests_(delegate_for_tests),
144 MockPrivetInfoOperation::DelegateForTests* delegate_for_tests)
145 : delegate_for_tests_(delegate_for_tests) {
42 MockPrivetInfoOperation(PrivetHTTPClient* client, DelegateForTests* delegate_for_tests, Delegate* delegate) argument
71 MockPrivetHTTPClient( MockPrivetInfoOperation::DelegateForTests* delegate_for_tests, const std::string& name) argument
117 MockResolution( const std::string& name, MockPrivetInfoOperation::DelegateForTests* delegate_for_tests, const ResultCallback& callback) argument
143 MockPrivetHttpFactory( MockPrivetInfoOperation::DelegateForTests* delegate_for_tests) argument
/external/chromium_org/net/url_request/
H A Dtest_url_fetcher_factory.cc233 void TestURLFetcher::SetDelegateForTests(DelegateForTests* delegate_for_tests) { argument
234 delegate_for_tests_ = delegate_for_tests;
280 TestURLFetcherDelegateForTests* delegate_for_tests) {
281 delegate_for_tests_ = delegate_for_tests;
279 SetDelegateForTests( TestURLFetcherDelegateForTests* delegate_for_tests) argument

Completed in 70 milliseconds