Searched refs:IdentityGetAuthTokenFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc288 IdentityGetAuthTokenFunction::IdentityGetAuthTokenFunction() function in class:extensions::IdentityGetAuthTokenFunction
294 IdentityGetAuthTokenFunction::~IdentityGetAuthTokenFunction() {
295 TRACE_EVENT_ASYNC_END0("identity", "IdentityGetAuthTokenFunction", this);
298 bool IdentityGetAuthTokenFunction::RunAsync() {
300 "IdentityGetAuthTokenFunction",
393 void IdentityGetAuthTokenFunction::StartAsyncRun() {
401 void IdentityGetAuthTokenFunction::CompleteAsyncRun(bool success) {
410 void IdentityGetAuthTokenFunction
[all...]
H A Didentity_api.h179 class IdentityGetAuthTokenFunction : public ChromeAsyncExtensionFunction, class in namespace:extensions
190 IdentityGetAuthTokenFunction();
197 virtual ~IdentityGetAuthTokenFunction();
H A Didentity_apitest.cc272 class FakeGetAuthTokenFunction : public IdentityGetAuthTokenFunction {
333 IdentityGetAuthTokenFunction::StartLoginAccessTokenRequest();

Completed in 107 milliseconds