HomeSort by relevance Sort by last modified time
    Searched refs:LOAD_FAILED (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.cc 89 case WebAuthFlow::LOAD_FAILED:
90 gaia_failure = GaiaWebAuthFlow::LOAD_FAILED;
94 gaia_failure = GaiaWebAuthFlow::LOAD_FAILED;
gaia_web_auth_flow.h 46 LOAD_FAILED // An auth flow page failed to load.
web_auth_flow.h 58 LOAD_FAILED
web_auth_flow.cc 229 delegate_->OnAuthFlowFailure(LOAD_FAILED);
240 delegate_->OnAuthFlowFailure(LOAD_FAILED);
identity_api.cc 353 case GaiaWebAuthFlow::LOAD_FAILED:
587 case WebAuthFlow::LOAD_FAILED:
identity_apitest.cc 657 func->set_scope_ui_failure(GaiaWebAuthFlow::LOAD_FAILED);
    [all...]
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 58 LOAD_FAILED,
ppapi_thread.cc 276 ReportLoadResult(path, LOAD_FAILED);

Completed in 961 milliseconds