OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCompletion
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h
24
// Called when enabling offline mode times out.
OnCompletion
will be called
30
virtual void
OnCompletion
(bool success) = 0;
drive_first_run_browsertest.cc
59
virtual void
OnCompletion
(bool success) OVERRIDE;
153
void DriveFirstRunTest::
OnCompletion
(bool success) {
drive_first_run_controller.cc
422
FOR_EACH_OBSERVER(Observer, observer_list_,
OnCompletion
(success));
/external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.cc
32
: callback_(base::Bind(&Request::
OnCompletion
, base::Unretained(this))),
40
void
OnCompletion
(int result) {
121
request->
OnCompletion
(net::ERR_UNEXPECTED);
130
request->
OnCompletion
(net::ERR_UNEXPECTED);
141
request->
OnCompletion
(result);
145
// Called on UI thread as task posted from Request::
OnCompletion
on IO
/external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc
60
void
OnCompletion
(int result);
237
request->
OnCompletion
(request->result_);
241
// Called on UI thread as task posted from Request::
OnCompletion
on IO thread.
269
completion_callback_(this, &Request::
OnCompletion
)),
276
void LibCrosServiceLibraryImpl::NetworkProxyLibrary::Request::
OnCompletion
(
/external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc
63
base::Bind(&RealFetchTester::
OnCompletion
, base::Unretained(this)));
82
void
OnCompletion
(int result) {
92
OnCompletion
(0);
392
base::Bind(&FetcherClient::
OnCompletion
, base::Unretained(this)));
411
void
OnCompletion
(int result) {
proxy_service.h
466
void
OnCompletion
(int result);
proxy_service.cc
[
all
...]
/external/chromium/net/proxy/
proxy_service.cc
933
this, &SyncProxyServiceHelper::
OnCompletion
)) {
975
OnCompletion
(result_);
[
all
...]
proxy_service.h
370
void
OnCompletion
(int result);
Completed in 186 milliseconds