PepperPlatformVideoCapture   20 content/renderer/pepper/pepper_platform_video_capture.cc PepperPlatformVideoCapture::PepperPlatformVideoCapture(
PepperPlatformVideoCapture   41 content/renderer/pepper/pepper_platform_video_capture.cc         base::Bind(&PepperPlatformVideoCapture::OnDeviceOpened, this));
PepperPlatformVideoCapture   46 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::StartCapture(
PepperPlatformVideoCapture   61 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::StopCapture(
PepperPlatformVideoCapture   73 content/renderer/pepper/pepper_platform_video_capture.cc bool PepperPlatformVideoCapture::CaptureStarted() {
PepperPlatformVideoCapture   77 content/renderer/pepper/pepper_platform_video_capture.cc int PepperPlatformVideoCapture::CaptureFrameRate() {
PepperPlatformVideoCapture   81 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::GetDeviceSupportedFormats(
PepperPlatformVideoCapture   86 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::GetDeviceFormatsInUse(
PepperPlatformVideoCapture   91 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::DetachEventHandler() {
PepperPlatformVideoCapture  110 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnStarted(VideoCapture* capture) {
PepperPlatformVideoCapture  115 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnStopped(VideoCapture* capture) {
PepperPlatformVideoCapture  120 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnPaused(VideoCapture* capture) {
PepperPlatformVideoCapture  125 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnError(VideoCapture* capture,
PepperPlatformVideoCapture  131 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnRemoved(VideoCapture* capture) {
PepperPlatformVideoCapture  138 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnFrameReady(
PepperPlatformVideoCapture  145 content/renderer/pepper/pepper_platform_video_capture.cc PepperPlatformVideoCapture::~PepperPlatformVideoCapture() {
PepperPlatformVideoCapture  151 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::Initialize() {
PepperPlatformVideoCapture  157 content/renderer/pepper/pepper_platform_video_capture.cc void PepperPlatformVideoCapture::OnDeviceOpened(int request_id,
PepperPlatformVideoCapture  176 content/renderer/pepper/pepper_platform_video_capture.cc     PepperPlatformVideoCapture::GetMediaDeviceManager() {
PepperPlatformVideoCapture   29 content/renderer/pepper/pepper_platform_video_capture.h class PepperPlatformVideoCapture
PepperPlatformVideoCapture   31 content/renderer/pepper/pepper_platform_video_capture.h       public base::RefCounted<PepperPlatformVideoCapture>,
PepperPlatformVideoCapture   34 content/renderer/pepper/pepper_platform_video_capture.h   PepperPlatformVideoCapture(
PepperPlatformVideoCapture   66 content/renderer/pepper/pepper_platform_video_capture.h   friend class base::RefCounted<PepperPlatformVideoCapture>;
PepperPlatformVideoCapture   67 content/renderer/pepper/pepper_platform_video_capture.h   virtual ~PepperPlatformVideoCapture();
PepperPlatformVideoCapture   99 content/renderer/pepper/pepper_platform_video_capture.h   DISALLOW_COPY_AND_ASSIGN(PepperPlatformVideoCapture);
PepperPlatformVideoCapture  285 content/renderer/pepper/pepper_video_capture_host.cc   platform_video_capture_ = new PepperPlatformVideoCapture(
PepperPlatformVideoCapture   20 content/renderer/pepper/pepper_video_capture_host.h class PepperPlatformVideoCapture;
PepperPlatformVideoCapture   77 content/renderer/pepper/pepper_video_capture_host.h   scoped_refptr<PepperPlatformVideoCapture> platform_video_capture_;