OnAuthFlowTitleChange   78 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h   virtual void OnAuthFlowTitleChange(const std::string& title) OVERRIDE;
OnAuthFlowTitleChange  113 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle("error=access_denied"));
OnAuthFlowTitleChange  120 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle("access_token=fake_access_token"));
OnAuthFlowTitleChange  127 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  136 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle("chaff1=stuff&"
OnAuthFlowTitleChange  152 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle("chaff1=stuff&"
OnAuthFlowTitleChange  164 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  166 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange("I'm feeling entitled.");
OnAuthFlowTitleChange  167 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange("");
OnAuthFlowTitleChange  168 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  170 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  173 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle("access_token=fake_access_token"));
OnAuthFlowTitleChange  185 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle(""));
OnAuthFlowTitleChange  197 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(GetFinalTitle("thisisjustabunchofjunk"));
OnAuthFlowTitleChange  204 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange("Loading id.client.fake:/extension_id");
OnAuthFlowTitleChange  211 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  213 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  215 chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc   flow->OnAuthFlowTitleChange(
OnAuthFlowTitleChange  308 chrome/browser/extensions/api/identity/identity_api.h   virtual void OnAuthFlowTitleChange(const std::string& title) OVERRIDE {}
OnAuthFlowTitleChange  193 chrome/browser/extensions/api/identity/web_auth_flow.cc           delegate_->OnAuthFlowTitleChange(
OnAuthFlowTitleChange   70 chrome/browser/extensions/api/identity/web_auth_flow.h     virtual void OnAuthFlowTitleChange(const std::string& title) = 0;