Searched refs:FrameReceiver (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_source_host.h39 class FrameReceiver : public FrameReaderInterface, class in class:content::PepperVideoSourceHost
40 public base::RefCountedThreadSafe<FrameReceiver> {
42 explicit FrameReceiver(const base::WeakPtr<PepperVideoSourceHost>& host);
50 friend class base::RefCountedThreadSafe<FrameReceiver>;
51 virtual ~FrameReceiver();
57 friend class FrameReceiver;
79 scoped_refptr<FrameReceiver> frame_receiver_;
H A Dpepper_video_source_host.cc29 PepperVideoSourceHost::FrameReceiver::FrameReceiver( function in class:content::PepperVideoSourceHost::FrameReceiver
35 PepperVideoSourceHost::FrameReceiver::~FrameReceiver() {
38 bool PepperVideoSourceHost::FrameReceiver::GotFrame(
44 base::Bind(&FrameReceiver::OnGotFrame,
51 void PepperVideoSourceHost::FrameReceiver::OnGotFrame(
70 frame_receiver_(new FrameReceiver(weak_factory_.GetWeakPtr())),

Completed in 85 milliseconds