Searched refs:exception_code (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/device/bluetooth/
H A Dbluetooth_init_win.cc13 int FilterVisualCPPExceptions(DWORD exception_code) { argument
14 return HRESULT_FACILITY(exception_code) == FACILITY_VISUALCPP ?
/external/chromium_org/content/renderer/media/
H A Dcdm_result_promise.cc14 media::MediaKeys::Exception exception_code) {
15 switch (exception_code) {
75 void CdmResultPromise<T>::OnReject(media::MediaKeys::Exception exception_code, argument
78 web_cdm_result_.completeWithError(ConvertException(exception_code),
109 media::MediaKeys::Exception exception_code,
112 web_cdm_result_.completeWithError(ConvertException(exception_code),
13 ConvertException( media::MediaKeys::Exception exception_code) argument
108 OnReject( media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
H A Dcdm_result_promise.h36 void OnReject(media::MediaKeys::Exception exception_code,
58 void OnReject(media::MediaKeys::Exception exception_code,
H A Dwebcontentdecryptionmodulesession_impl.h66 void OnSessionError(media::MediaKeys::Exception exception_code,
H A Dcdm_session_adapter.h133 media::MediaKeys::Exception exception_code,
H A Dcdm_session_adapter.cc190 media::MediaKeys::Exception exception_code,
197 session->OnSessionError(exception_code, system_code, error_message);
188 OnSessionError( const std::string& web_session_id, media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
H A Dwebcontentdecryptionmodulesession_impl.cc197 media::MediaKeys::Exception exception_code,
200 // Convert |exception_code| back to MediaKeyErrorCode if possible.
203 switch (exception_code) {
196 OnSessionError( media::MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_message) argument
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h81 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing
91 PP_CdmExceptionCode exception_code,
186 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing
196 PP_CdmExceptionCode exception_code,
/external/chromium_org/media/base/
H A Dcdm_promise.cc60 MediaKeys::Exception exception_code) {
61 switch (exception_code) {
81 void CdmPromise::reject(MediaKeys::Exception exception_code, argument
84 ReportResultToUMA(ConvertExceptionToUMAResult(exception_code));
85 reject_cb_.Run(exception_code, system_code, error_message);
59 ConvertExceptionToUMAResult( MediaKeys::Exception exception_code) argument
H A Dcdm_promise.h44 typedef base::Callback<void(MediaKeys::Exception exception_code,
51 // Used to indicate that the operation failed. |exception_code| must be
55 virtual void reject(MediaKeys::Exception exception_code,
H A Dmedia_keys.h141 MediaKeys::Exception exception_code,
/external/chromium_org/components/crash/app/
H A Dhard_error_handler_win.cc34 DWORD FacilityFromException(DWORD exception_code) { argument
35 return (exception_code >> 16) & 0x0FFF;
/external/chromium_org/content/renderer/media/crypto/
H A Dproxy_media_keys.cc195 media::MediaKeys::Exception exception_code; local
198 exception_code = media::MediaKeys::CLIENT_ERROR;
201 exception_code = media::MediaKeys::OUTPUT_ERROR;
205 exception_code = media::MediaKeys::UNKNOWN_ERROR;
211 promise->reject(exception_code, system_code, std::string());
218 web_session_id, exception_code, system_code, std::string());
H A Dppapi_decryptor.cc45 virtual void reject(media::MediaKeys::Exception exception_code,
50 caller_promise_->reject(exception_code, system_code, error_message);
76 virtual void reject(media::MediaKeys::Exception exception_code,
81 caller_promise_->reject(exception_code, system_code, error_message);
529 MediaKeys::Exception exception_code,
534 web_session_id, exception_code, system_code, error_description);
528 OnSessionError(const std::string& web_session_id, MediaKeys::Exception exception_code, uint32 system_code, const std::string& error_description) argument
H A Dproxy_decryptor.h99 media::MediaKeys::Exception exception_code,
H A Dppapi_decryptor.h121 MediaKeys::Exception exception_code,
/external/chromium_org/chrome/renderer/extensions/
H A Denterprise_platform_keys_natives.cc97 int exception_code = 0; local
102 &exception_code,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h82 PP_CdmExceptionCode exception_code,
95 PP_CdmExceptionCode exception_code,
H A Dcontent_decryptor_private.cc331 PP_CdmExceptionCode exception_code,
339 exception_code,
403 PP_CdmExceptionCode exception_code,
412 exception_code,
329 PromiseRejected( uint32_t promise_id, PP_CdmExceptionCode exception_code, uint32_t system_code, const std::string& error_description) argument
401 SessionError( const std::string& web_session_id, PP_CdmExceptionCode exception_code, uint32_t system_code, const std::string& error_description) argument
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl67 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing
78 [in] PP_CdmExceptionCode exception_code,
186 * @param[in] exception_code A <code>PP_CdmExceptionCode</code> containing
197 [in] PP_CdmExceptionCode exception_code,
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc53 PP_CdmExceptionCode exception_code,
62 exception_code,
123 PP_CdmExceptionCode exception_code,
132 exception_code,
51 PromiseRejected(PP_Instance instance, uint32_t promise_id, PP_CdmExceptionCode exception_code, uint32_t system_code, struct PP_Var error_description) argument
121 SessionError(PP_Instance instance, struct PP_Var web_session_id, PP_CdmExceptionCode exception_code, uint32_t system_code, struct PP_Var error_description) argument
H A Dppb_instance_api.h174 PP_CdmExceptionCode exception_code,
193 PP_CdmExceptionCode exception_code,
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h144 PP_CdmExceptionCode exception_code,
163 PP_CdmExceptionCode exception_code,
279 PP_CdmExceptionCode exception_code,
301 PP_CdmExceptionCode exception_code,
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h109 PP_CdmExceptionCode exception_code,
122 PP_CdmExceptionCode exception_code,
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.h107 MediaKeys::Exception exception_code,

Completed in 275 milliseconds

123