Searched defs:GaiaWebAuthFlow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc16 GaiaWebAuthFlow::GaiaWebAuthFlow(Delegate* delegate, function in class:extensions::GaiaWebAuthFlow
52 GaiaWebAuthFlow::~GaiaWebAuthFlow() {
57 void GaiaWebAuthFlow::Start() {
62 void GaiaWebAuthFlow::OnUbertokenSuccess(const std::string& token) {
77 void GaiaWebAuthFlow::OnUbertokenFailure(const GoogleServiceAuthError& error) {
79 GaiaWebAuthFlow::SERVICE_AUTH_ERROR, error, std::string());
82 void GaiaWebAuthFlow::OnAuthFlowFailure(WebAuthFlow::Failure failure) {
83 GaiaWebAuthFlow
[all...]
H A Dgaia_web_auth_flow.h37 // GaiaWebAuthFlow pulls it out of the window title instead.
39 class GaiaWebAuthFlow : public UbertokenConsumer, public WebAuthFlow::Delegate { class in namespace:extensions
61 GaiaWebAuthFlow(Delegate* delegate,
66 virtual ~GaiaWebAuthFlow();
94 DISALLOW_COPY_AND_ASSIGN(GaiaWebAuthFlow);

Completed in 68 milliseconds