OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AndroidProfileOAuth2TokenService
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service_factory.h
15
class
AndroidProfileOAuth2TokenService
;
37
static
AndroidProfileOAuth2TokenService
* GetPlatformSpecificForProfile(
51
typedef
AndroidProfileOAuth2TokenService
PlatformSpecificOAuth2TokenService;
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
...]
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
);
fake_profile_oauth2_token_service.h
46
: public
AndroidProfileOAuth2TokenService
{
/external/chromium_org/chrome/browser/android/
chrome_jni_registrar.cc
77
{ "
AndroidProfileOAuth2TokenService
",
78
AndroidProfileOAuth2TokenService
::Register },
/external/chromium_org/chrome/browser/android/signin/
signin_manager_android.cc
215
AndroidProfileOAuth2TokenService
* token_service =
Completed in 83 milliseconds