Searched defs:PepperView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.cc63 PepperView::PepperView(ChromotingInstance* instance, function in class:remoting::PepperView
77 PepperView::~PepperView() {
92 void PepperView::Initialize(FrameProducer* producer) {
101 void PepperView::SetView(const pp::View& view) {
169 void PepperView::ApplyBuffer(const webrtc::DesktopSize& view_size,
194 void PepperView::ReturnBuffer(webrtc::DesktopFrame* buffer) {
208 void PepperView::SetSourceSize(const webrtc::DesktopSize& source_size,
222 FrameConsumer::PixelFormat PepperView
[all...]
H A Dpepper_view.h36 class PepperView : public FrameConsumer { class in namespace:remoting
38 // Constructs a PepperView for the |instance|. The |instance| and |context|
40 PepperView(ChromotingInstance* instance, ClientContext* context);
41 virtual ~PepperView();
58 // Updates the PepperView's size & clipping area, taking into account the
141 pp::CompletionCallbackFactory<PepperView> callback_factory_;
143 DISALLOW_COPY_AND_ASSIGN(PepperView);

Completed in 58 milliseconds