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.cc23 GaiaWebAuthFlow::GaiaWebAuthFlow(Delegate* delegate, function in class:extensions::GaiaWebAuthFlow
32 "GaiaWebAuthFlow",
85 GaiaWebAuthFlow::~GaiaWebAuthFlow() {
86 TRACE_EVENT_ASYNC_END0("identity", "GaiaWebAuthFlow", this);
92 void GaiaWebAuthFlow::Start() {
101 void GaiaWebAuthFlow::OnUbertokenSuccess(const std::string& token) {
103 "identity", "GaiaWebAuthFlow", this, "OnUbertokenSuccess");
120 void GaiaWebAuthFlow
[all...]
H A Dgaia_web_auth_flow.h38 // GaiaWebAuthFlow pulls it out of the window title instead.
40 class GaiaWebAuthFlow : public UbertokenConsumer, public WebAuthFlow::Delegate { class in namespace:extensions
62 GaiaWebAuthFlow(Delegate* delegate,
67 virtual ~GaiaWebAuthFlow();
96 DISALLOW_COPY_AND_ASSIGN(GaiaWebAuthFlow);

Completed in 76 milliseconds