OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AndroidProfileOAuth2TokenService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
android_profile_oauth2_token_service.h
26
class
AndroidProfileOAuth2TokenService
: public ProfileOAuth2TokenService {
28
// Registers the
AndroidProfileOAuth2TokenService
's native methods through
32
// Creates a new instance of the
AndroidProfileOAuth2TokenService
.
33
static
AndroidProfileOAuth2TokenService
* Create();
72
AndroidProfileOAuth2TokenService
();
73
virtual ~
AndroidProfileOAuth2TokenService
();
102
DISALLOW_COPY_AND_ASSIGN(
AndroidProfileOAuth2TokenService
);
android_profile_oauth2_token_service.cc
53
AndroidProfileOAuth2TokenService
::
AndroidProfileOAuth2TokenService
() {
60
AndroidProfileOAuth2TokenService
::~
AndroidProfileOAuth2TokenService
() {}
63
jobject
AndroidProfileOAuth2TokenService
::GetForProfile(
66
AndroidProfileOAuth2TokenService
* service =
74
return
AndroidProfileOAuth2TokenService
::GetForProfile(
78
bool
AndroidProfileOAuth2TokenService
::RefreshTokenIsAvailable(
90
std::vector<std::string>
AndroidProfileOAuth2TokenService
::GetAccounts() {
103
void
AndroidProfileOAuth2TokenService
::FetchOAuth2Token
[
all
...]
Completed in 26 milliseconds