Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dppb_video_decoder_proxy.cc52 void FlushACK(int32_t result);
142 void VideoDecoder::FlushACK(int32_t result) { in FlushACK() function in ppapi::proxy::VideoDecoder
309 static_cast<VideoDecoder*>(enter.object())->FlushACK(result); in OnMsgFlushACK()