OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CloudPrintAuth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
cloud_print_auth.cc
39
CloudPrintAuth
::
CloudPrintAuth
(
51
void
CloudPrintAuth
::AuthenticateWithToken(
70
void
CloudPrintAuth
::AuthenticateWithRobotToken(
83
void
CloudPrintAuth
::AuthenticateWithRobotAuthCode(
101
void
CloudPrintAuth
::RefreshAccessToken() {
114
void
CloudPrintAuth
::OnGetTokensResponse(const std::string& refresh_token,
125
void
CloudPrintAuth
::OnRefreshTokenResponse(const std::string& access_token,
139
base::Bind(&
CloudPrintAuth
::RefreshAccessToken, this),
143
void
CloudPrintAuth
::OnOAuthError()
[
all
...]
cloud_print_auth.h
17
//
CloudPrintAuth
is a class to handle login, token refresh, and other
19
//
CloudPrintAuth
will create new robot account for this proxy if needed.
20
//
CloudPrintAuth
will obtain new OAuth token.
21
//
CloudPrintAuth
will schedule periodic OAuth token refresh
23
class
CloudPrintAuth
24
: public base::RefCountedThreadSafe<
CloudPrintAuth
>,
40
CloudPrintAuth
(Client* client,
77
friend class base::RefCountedThreadSafe<
CloudPrintAuth
>;
78
virtual ~
CloudPrintAuth
();
103
DISALLOW_COPY_AND_ASSIGN(
CloudPrintAuth
);
[
all
...]
Completed in 136 milliseconds