OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_done
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/host/setup/
oauth_client.cc
26
CompletionCallback
on_done
) {
29
pending_requests_.push(Request(oauth_client_info, auth_code,
on_done
));
33
on_done_ =
on_done
;
57
CompletionCallback
on_done
= on_done_;
local
59
on_done
.Run(user_email, refresh_token);
67
request.oauth_client_info, request.auth_code, request.
on_done
);
86
CompletionCallback
on_done
) {
89
this->
on_done
=
on_done
;
oauth_client.h
47
CompletionCallback
on_done
);
64
CompletionCallback
on_done
);
68
CompletionCallback
on_done
;
member in struct:remoting::OAuthClient::Request
host_starter.h
52
CompletionCallback
on_done
);
host_starter.cc
60
CompletionCallback
on_done
) {
67
on_done_ =
on_done
;
Completed in 2841 milliseconds