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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_capture_host.h28 class PepperVideoCaptureHost : public ppapi::host::ResourceHost { class in namespace:content
30 PepperVideoCaptureHost(RendererPpapiHostImpl* host,
34 virtual ~PepperVideoCaptureHost();
116 DISALLOW_COPY_AND_ASSIGN(PepperVideoCaptureHost);
H A Dpepper_video_capture_host.cc37 PepperVideoCaptureHost::PepperVideoCaptureHost(RendererPpapiHostImpl* host, function in class:content::PepperVideoCaptureHost
51 PepperVideoCaptureHost::~PepperVideoCaptureHost() {
55 bool PepperVideoCaptureHost::Init() {
59 int32_t PepperVideoCaptureHost::OnResourceMessageReceived(
66 PPAPI_BEGIN_MESSAGE_MAP(PepperVideoCaptureHost, msg)
80 void PepperVideoCaptureHost::OnInitialized(bool succeeded) {
92 void PepperVideoCaptureHost::OnStarted() {
97 void PepperVideoCaptureHost
[all...]

Completed in 93 milliseconds