HomeSort by relevance Sort by last modified time
    Searched refs:PP_VideoCaptureStatus_Dev (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/c/dev/
pp_video_capture_dev.h 43 * PP_VideoCaptureStatus_Dev is an enumeration that defines the various possible
67 } PP_VideoCaptureStatus_Dev;
68 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_VideoCaptureStatus_Dev, 4);
  /external/chromium_org/ppapi/api/dev/
pp_video_capture_dev.idl 22 * PP_VideoCaptureStatus_Dev is an enumeration that defines the various possible
26 enum PP_VideoCaptureStatus_Dev {
  /external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.h 75 bool SetStatus(PP_VideoCaptureStatus_Dev status, bool forced);
96 PP_VideoCaptureStatus_Dev status_;
pepper_video_capture_host.cc 367 bool PepperVideoCaptureHost::SetStatus(PP_VideoCaptureStatus_Dev status,

Completed in 185 milliseconds