HomeSort by relevance Sort by last modified time
    Searched defs:NotifyError (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h 95 void (*NotifyError)(PP_Instance instance,
114 void (*NotifyError)(PP_Instance instance,
130 void (*NotifyError)(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.cc 55 void NotifyError(PP_Instance instance,
62 static_cast<VideoDecoderClient_Dev*>(object)->NotifyError(decoder, error);
69 &NotifyError,
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 82 void PlatformVideoDecoder::NotifyError(
85 client_->NotifyError(error);
rtc_video_decoder.cc 286 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
339 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
415 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
450 void RTCVideoDecoder::NotifyError(media::VideoDecodeAccelerator::Error error) {
  /external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.cc 57 void NotifyError(PP_Instance instance, PP_Resource decoder,
77 &NotifyError
177 CallWhileUnlocked(ppp_video_decoder_impl_->NotifyError,
  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.cc 71 NotifyError(net::ERR_FAILED);
128 NotifyError(result);
137 NotifyError(net::ERR_FAILED);
186 NotifyError(result);
222 NotifyError(read_result);
234 NotifyError(net::ERR_FAILED);
267 void SslHmacChannelAuthenticator::NotifyError(int error) {
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
base.js 194 BenchmarkSuite.prototype.NotifyError = function(error) {
195 if (this.runner.NotifyError) {
196 this.runner.NotifyError(this.name, error);
257 suite.NotifyError(e);
270 suite.NotifyError(e);
281 suite.NotifyError(e);
  /external/chromium_org/chrome_frame/test/perf/
silverlight.cc 29 STDMETHOD(NotifyError)(BSTR bstrError, BSTR bstrSource,
50 STDMETHOD(NotifyError)(BSTR bstrError, BSTR bstrSource,
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 131 void GpuVideoDecodeAccelerator::NotifyError(
163 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
171 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
198 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
203 NotifyError(media::VideoDecodeAccelerator::PLATFORM_FAILURE);
211 NotifyError(media::VideoDecodeAccelerator::INVALID_ARGUMENT);
224 NotifyError(media::VideoDecodeAccelerator::INVALID_ARGUMENT);
236 NotifyError(media::VideoDecodeAccelerator::INVALID_ARGUMENT);
243 NotifyError(media::VideoDecodeAccelerator::INVALID_ARGUMENT);
250 NotifyError(media::VideoDecodeAccelerator::INVALID_ARGUMENT)
    [all...]
android_video_decode_accelerator.cc 27 &AndroidVideoDecodeAccelerator::NotifyError, \
469 void AndroidVideoDecodeAccelerator::NotifyError(
471 client_->NotifyError(error);
vaapi_video_decode_accelerator.cc 34 NotifyError(error_code); \
45 void VaapiVideoDecodeAccelerator::NotifyError(Error error) {
49 &VaapiVideoDecodeAccelerator::NotifyError, weak_this_, error));
59 client_->NotifyError(error);
exynos_video_decode_accelerator.cc 29 DLOG(ERROR) << "calling NotifyError(): " << x; \
30 NotifyError(x); \
    [all...]
video_decode_accelerator_unittest.cc 302 virtual void NotifyError(VideoDecodeAccelerator::Error error) OVERRIDE;
425 void ThrottlingVDAClient::NotifyError(VideoDecodeAccelerator::Error error) {
426 client_->NotifyError(error);
480 virtual void NotifyError(VideoDecodeAccelerator::Error error) OVERRIDE;
779 void GLRenderingVDAClient::NotifyError(VideoDecodeAccelerator::Error error) {
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc 272 void PPB_VideoDecoder_Impl::NotifyError(
278 ppp_videodecoder_->NotifyError(pp_instance(), pp_resource(), pp_error);
  /external/chromium_org/v8/benchmarks/
base.js 189 BenchmarkSuite.prototype.NotifyError = function(error) {
190 if (this.runner.NotifyError) {
191 this.runner.NotifyError(this.name, error);
252 suite.NotifyError(e);
265 suite.NotifyError(e);
276 suite.NotifyError(e);
  /external/v8/benchmarks/
base.js 189 BenchmarkSuite.prototype.NotifyError = function(error) {
190 if (this.runner.NotifyError) {
191 this.runner.NotifyError(this.name, error);
252 suite.NotifyError(e);
265 suite.NotifyError(e);
276 suite.NotifyError(e);
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 352 NotifyError(VideoDecodeAccelerator::PLATFORM_FAILURE);
413 NotifyError(VideoDecodeAccelerator::PLATFORM_FAILURE);
534 NotifyError(VideoDecodeAccelerator::PLATFORM_FAILURE);
590 void GpuVideoDecoder::NotifyError(media::VideoDecodeAccelerator::Error error) {
  /external/chromium_org/chrome/browser/
pepper_flash_settings_manager.cc 166 void NotifyError(
676 base::Bind(&Core::NotifyError, this, notifications));
746 void PepperFlashSettingsManager::Core::NotifyError(
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 85 virtual void NotifyError(PP_Resource decoder, PP_VideoDecodeError_Dev error);
461 void VideoDecodeDemoInstance::NotifyError(PP_Resource decoder,

Completed in 275 milliseconds