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

  /external/chromium_org/content/renderer/pepper/
pepper_video_decoder_host.cc 229 if (flush_reply_context_.is_valid() || reset_reply_context_.is_valid())
278 if (flush_reply_context_.is_valid() || reset_reply_context_.is_valid())
281 flush_reply_context_ = context->MakeReplyMessageContext();
292 if (flush_reply_context_.is_valid() || reset_reply_context_.is_valid())
341 host()->SendReply(flush_reply_context_,
343 flush_reply_context_ = ppapi::host::ReplyMessageContext();
pepper_video_decoder_host.h 116 ppapi::host::ReplyMessageContext flush_reply_context_; member in class:content::PepperVideoDecoderHost
pepper_graphics_2d_host.h 189 ppapi::host::ReplyMessageContext flush_reply_context_; member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc 513 flush_reply_context_ = context->MakeReplyMessageContext();
745 host()->SendReply(flush_reply_context_, PpapiPluginMsg_Graphics2D_FlushAck());

Completed in 154 milliseconds