OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PepperView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/client/plugin/
pepper_view.cc
63
PepperView
::
PepperView
(ChromotingInstance* instance,
77
PepperView
::~
PepperView
() {
92
void
PepperView
::Initialize(FrameProducer* producer) {
101
void
PepperView
::SetView(const pp::View& view) {
164
void
PepperView
::ApplyBuffer(const webrtc::DesktopSize& view_size,
187
void
PepperView
::ReturnBuffer(webrtc::DesktopFrame* buffer) {
201
void
PepperView
::SetSourceSize(const webrtc::DesktopSize& source_size,
215
FrameConsumer::PixelFormat
PepperView
::GetPixelFormat()
[
all
...]
pepper_view.h
36
class
PepperView
: public FrameConsumer {
38
// Constructs a
PepperView
for the |instance|. The |instance| and |context|
40
PepperView
(ChromotingInstance* instance, ClientContext* context);
41
virtual ~
PepperView
();
57
// Updates the
PepperView
's size & clipping area, taking into account the
146
pp::CompletionCallbackFactory<
PepperView
> callback_factory_;
148
DISALLOW_COPY_AND_ASSIGN(
PepperView
);
Completed in 793 milliseconds