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

  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 44 // See OnErrorNotification for why this needs to be the last thing in this
46 OnErrorNotification(PLATFORM_FAILURE);
64 OnErrorNotification)
70 // See OnErrorNotification for why |this| mustn't be used after
71 // OnErrorNotification might have been called above.
109 OnErrorNotification(INVALID_ARGUMENT);
174 // See OnErrorNotification for why this needs to be the last thing in this
177 OnErrorNotification(PLATFORM_FAILURE);
227 void GpuVideoDecodeAcceleratorHost::OnErrorNotification(uint32 error) {
gpu_video_decode_accelerator_host.h 65 void OnErrorNotification(uint32 error);

Completed in 205 milliseconds