Searched refs:OnCompletion (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider.cc33 : callback_(base::Bind(&Request::OnCompletion, base::Unretained(this))),
41 void OnCompletion(int result) { function in class:chromeos::ProxyResolverImpl::Request
122 request->OnCompletion(net::ERR_UNEXPECTED);
131 request->OnCompletion(net::ERR_UNEXPECTED);
142 request->OnCompletion(result);
146 // Called on UI thread as task posted from Request::OnCompletion on IO
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_browsertest.cc59 virtual void OnCompletion(bool success) OVERRIDE;
152 void DriveFirstRunTest::OnCompletion(bool success) { function in class:chromeos::DriveFirstRunTest
H A Ddrive_first_run_controller.h36 // Called when enabling offline mode times out. OnCompletion will be called
42 virtual void OnCompletion(bool success) = 0;
H A Ddrive_first_run_controller.cc447 FOR_EACH_OBSERVER(Observer, observer_list_, OnCompletion(success));
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher_win_unittest.cc63 base::Bind(&RealFetchTester::OnCompletion, base::Unretained(this)));
82 void OnCompletion(int result) { function in class:net::__anon9353::RealFetchTester
92 OnCompletion(0);
392 base::Bind(&FetcherClient::OnCompletion, base::Unretained(this)));
411 void OnCompletion(int result) { function in class:net::__anon9353::FetcherClient

Completed in 113 milliseconds