OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdentityGetAuthTokenFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
70
IdentityGetAuthTokenFunction
::
IdentityGetAuthTokenFunction
()
74
IdentityGetAuthTokenFunction
::~
IdentityGetAuthTokenFunction
() {}
76
bool
IdentityGetAuthTokenFunction
::RunImpl() {
140
void
IdentityGetAuthTokenFunction
::CompleteFunctionWithResult(
147
void
IdentityGetAuthTokenFunction
::CompleteFunctionWithError(
154
void
IdentityGetAuthTokenFunction
::StartSigninFlow() {
166
void
IdentityGetAuthTokenFunction
::StartMintTokenFlow(
194
void
IdentityGetAuthTokenFunction
::CompleteMintTokenFlow()
[
all
...]
identity_api.h
73
class
IdentityGetAuthTokenFunction
: public ChromeAsyncExtensionFunction,
83
IdentityGetAuthTokenFunction
();
86
virtual ~
IdentityGetAuthTokenFunction
();
identity_apitest.cc
239
class MockGetAuthTokenFunction : public
IdentityGetAuthTokenFunction
{
[
all
...]
Completed in 87 milliseconds