Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/pepper/
Dpepper_video_decoder_host.cc234 if (flush_reply_context_.is_valid() || reset_reply_context_.is_valid()) in OnHostMsgDecode()
283 if (flush_reply_context_.is_valid() || reset_reply_context_.is_valid()) in OnHostMsgFlush()
286 flush_reply_context_ = context->MakeReplyMessageContext(); in OnHostMsgFlush()
297 if (flush_reply_context_.is_valid() || reset_reply_context_.is_valid()) in OnHostMsgReset()
348 host()->SendReply(flush_reply_context_, in NotifyFlushDone()
350 flush_reply_context_ = ppapi::host::ReplyMessageContext(); in NotifyFlushDone()
Dpepper_video_decoder_host.h116 ppapi::host::ReplyMessageContext flush_reply_context_; variable
Dpepper_graphics_2d_host.h197 ppapi::host::ReplyMessageContext flush_reply_context_; variable
Dpepper_graphics_2d_host.cc517 flush_reply_context_ = context->MakeReplyMessageContext(); in OnHostMsgFlush()
768 host()->SendReply(flush_reply_context_, PpapiPluginMsg_Graphics2D_FlushAck()); in SendFlushAck()