OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileOAuth2TokenService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc
76
ProfileOAuth2TokenService
::AccountInfo::AccountInfo(
77
ProfileOAuth2TokenService
* token_service,
89
ProfileOAuth2TokenService
::AccountInfo::~AccountInfo() {
93
void
ProfileOAuth2TokenService
::AccountInfo::SetLastAuthError(
101
std::string
ProfileOAuth2TokenService
::AccountInfo::GetAccountId() const {
106
ProfileOAuth2TokenService
::AccountInfo::GetAuthStatus() const {
110
ProfileOAuth2TokenService
::
ProfileOAuth2TokenService
()
114
ProfileOAuth2TokenService
::~
ProfileOAuth2TokenService
() {
[
all
...]
profile_oauth2_token_service.h
24
//
ProfileOAuth2TokenService
is a BrowserContextKeyedService that retrieves
38
class
ProfileOAuth2TokenService
: public OAuth2TokenService,
84
AccountInfo(
ProfileOAuth2TokenService
* token_service,
101
ProfileOAuth2TokenService
* token_service_;
109
// Maps the |account_id| of accounts known to
ProfileOAuth2TokenService
113
ProfileOAuth2TokenService
();
114
virtual ~
ProfileOAuth2TokenService
();
158
//
ProfileOAuth2TokenService
(so we can expose a reference for use in the
162
DISALLOW_COPY_AND_ASSIGN(
ProfileOAuth2TokenService
);
Completed in 30 milliseconds