GaiaWebAuthFlow    21 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GaiaWebAuthFlow::GaiaWebAuthFlow(Delegate* delegate,
GaiaWebAuthFlow    56 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GaiaWebAuthFlow::~GaiaWebAuthFlow() {
GaiaWebAuthFlow    61 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::Start() {
GaiaWebAuthFlow    73 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnUbertokenSuccess(const std::string& token) {
GaiaWebAuthFlow    89 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnUbertokenFailure(const GoogleServiceAuthError& error) {
GaiaWebAuthFlow    91 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc       GaiaWebAuthFlow::SERVICE_AUTH_ERROR, error, std::string());
GaiaWebAuthFlow    94 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnAuthFlowFailure(WebAuthFlow::Failure failure) {
GaiaWebAuthFlow    95 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc   GaiaWebAuthFlow::Failure gaia_failure;
GaiaWebAuthFlow    99 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc       gaia_failure = GaiaWebAuthFlow::WINDOW_CLOSED;
GaiaWebAuthFlow   102 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc       gaia_failure = GaiaWebAuthFlow::LOAD_FAILED;
GaiaWebAuthFlow   106 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc       gaia_failure = GaiaWebAuthFlow::LOAD_FAILED;
GaiaWebAuthFlow   116 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnAuthFlowURLChange(const GURL& url) {
GaiaWebAuthFlow   153 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc           GaiaWebAuthFlow::INVALID_REDIRECT,
GaiaWebAuthFlow   158 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc           GaiaWebAuthFlow::OAUTH_ERROR,
GaiaWebAuthFlow   167 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc void GaiaWebAuthFlow::OnAuthFlowTitleChange(const std::string& title) {
GaiaWebAuthFlow   180 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc scoped_ptr<WebAuthFlow> GaiaWebAuthFlow::CreateWebAuthFlow(GURL url) {
GaiaWebAuthFlow    39 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h class GaiaWebAuthFlow : public UbertokenConsumer, public WebAuthFlow::Delegate {
GaiaWebAuthFlow    61 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h   GaiaWebAuthFlow(Delegate* delegate,
GaiaWebAuthFlow    66 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h   virtual ~GaiaWebAuthFlow();
GaiaWebAuthFlow    94 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h   DISALLOW_COPY_AND_ASSIGN(GaiaWebAuthFlow);
GaiaWebAuthFlow    28 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc class TestGaiaWebAuthFlow : public GaiaWebAuthFlow {
GaiaWebAuthFlow    30 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   TestGaiaWebAuthFlow(GaiaWebAuthFlow::Delegate* delegate,
GaiaWebAuthFlow    34 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc       : GaiaWebAuthFlow(delegate,
GaiaWebAuthFlow    56 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc class MockGaiaWebAuthFlowDelegate : public GaiaWebAuthFlow::Delegate {
GaiaWebAuthFlow    59 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc                void(GaiaWebAuthFlow::Failure failure,
GaiaWebAuthFlow   110 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc           GaiaWebAuthFlow::OAUTH_ERROR,
GaiaWebAuthFlow   149 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc           GaiaWebAuthFlow::OAUTH_ERROR,
GaiaWebAuthFlow   182 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc           GaiaWebAuthFlow::INVALID_REDIRECT,
GaiaWebAuthFlow   194 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc           GaiaWebAuthFlow::INVALID_REDIRECT,
GaiaWebAuthFlow   226 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc           GaiaWebAuthFlow::SERVICE_AUTH_ERROR,
GaiaWebAuthFlow   238 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc           GaiaWebAuthFlow::WINDOW_CLOSED,
GaiaWebAuthFlow   498 chrome/browser/extensions/api/identity/identity_api.cc     GaiaWebAuthFlow::Failure failure,
GaiaWebAuthFlow   505 chrome/browser/extensions/api/identity/identity_api.cc     case GaiaWebAuthFlow::WINDOW_CLOSED:
GaiaWebAuthFlow   509 chrome/browser/extensions/api/identity/identity_api.cc     case GaiaWebAuthFlow::INVALID_REDIRECT:
GaiaWebAuthFlow   513 chrome/browser/extensions/api/identity/identity_api.cc     case GaiaWebAuthFlow::SERVICE_AUTH_ERROR:
GaiaWebAuthFlow   518 chrome/browser/extensions/api/identity/identity_api.cc     case GaiaWebAuthFlow::OAUTH_ERROR:
GaiaWebAuthFlow   522 chrome/browser/extensions/api/identity/identity_api.cc     case GaiaWebAuthFlow::LOAD_FAILED:
GaiaWebAuthFlow   563 chrome/browser/extensions/api/identity/identity_api.cc   OnGaiaFlowFailure(GaiaWebAuthFlow::SERVICE_AUTH_ERROR, error, std::string());
GaiaWebAuthFlow   634 chrome/browser/extensions/api/identity/identity_api.cc   gaia_web_auth_flow_.reset(new GaiaWebAuthFlow(
GaiaWebAuthFlow   162 chrome/browser/extensions/api/identity/identity_api.h                                      public GaiaWebAuthFlow::Delegate,
GaiaWebAuthFlow   216 chrome/browser/extensions/api/identity/identity_api.h   virtual void OnGaiaFlowFailure(GaiaWebAuthFlow::Failure failure,
GaiaWebAuthFlow   271 chrome/browser/extensions/api/identity/identity_api.h   scoped_ptr<GaiaWebAuthFlow> gaia_web_auth_flow_;
GaiaWebAuthFlow   273 chrome/browser/extensions/api/identity/identity_apitest.cc   void set_scope_ui_failure(GaiaWebAuthFlow::Failure failure) {
GaiaWebAuthFlow   280 chrome/browser/extensions/api/identity/identity_apitest.cc     scope_ui_failure_ = GaiaWebAuthFlow::OAUTH_ERROR;
GaiaWebAuthFlow   318 chrome/browser/extensions/api/identity/identity_apitest.cc     } else if (scope_ui_failure_ == GaiaWebAuthFlow::SERVICE_AUTH_ERROR) {
GaiaWebAuthFlow   336 chrome/browser/extensions/api/identity/identity_apitest.cc   GaiaWebAuthFlow::Failure scope_ui_failure_;
GaiaWebAuthFlow   669 chrome/browser/extensions/api/identity/identity_apitest.cc   func->set_scope_ui_failure(GaiaWebAuthFlow::WINDOW_CLOSED);
GaiaWebAuthFlow   707 chrome/browser/extensions/api/identity/identity_apitest.cc   func->set_scope_ui_failure(GaiaWebAuthFlow::WINDOW_CLOSED);
GaiaWebAuthFlow   724 chrome/browser/extensions/api/identity/identity_apitest.cc   func->set_scope_ui_failure(GaiaWebAuthFlow::LOAD_FAILED);
GaiaWebAuthFlow   741 chrome/browser/extensions/api/identity/identity_apitest.cc   func->set_scope_ui_failure(GaiaWebAuthFlow::INVALID_REDIRECT);
GaiaWebAuthFlow   758 chrome/browser/extensions/api/identity/identity_apitest.cc   func->set_scope_ui_failure(GaiaWebAuthFlow::SERVICE_AUTH_ERROR);