Home
last modified time | relevance | path

Searched refs:WINDOW_CLOSED (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
Dgaia_web_auth_flow.cc99 case WebAuthFlow::WINDOW_CLOSED: in OnAuthFlowFailure()
100 gaia_failure = GaiaWebAuthFlow::WINDOW_CLOSED; in OnAuthFlowFailure()
Dgaia_web_auth_flow_unittest.cc234 GaiaWebAuthFlow::WINDOW_CLOSED, in TEST_F()
237 flow->OnAuthFlowFailure(WebAuthFlow::WINDOW_CLOSED); in TEST_F()
Dweb_auth_flow.cc132 delegate_->OnAuthFlowFailure(WebAuthFlow::WINDOW_CLOSED); in OnAppWindowRemoved()
207 delegate_->OnAuthFlowFailure(WebAuthFlow::WINDOW_CLOSED); in RenderProcessGone()
Dgaia_web_auth_flow.h43 WINDOW_CLOSED, // Window closed by user. enumerator
Dweb_auth_flow.h56 WINDOW_CLOSED, // Window closed by user. enumerator
Didentity_api.cc582 case GaiaWebAuthFlow::WINDOW_CLOSED: in OnGaiaFlowFailure()
854 case WebAuthFlow::WINDOW_CLOSED: in OnAuthFlowFailure()
Didentity_apitest.cc1066 func->set_scope_ui_failure(GaiaWebAuthFlow::WINDOW_CLOSED); in IN_PROC_BROWSER_TEST_F()
1104 func->set_scope_ui_failure(GaiaWebAuthFlow::WINDOW_CLOSED); in IN_PROC_BROWSER_TEST_F()