Searched refs:PPB_VideoCapture_Dev_0_3 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_capture_dev.cc16 template <> const char* interface_name<PPB_VideoCapture_Dev_0_3>() {
23 if (has_interface<PPB_VideoCapture_Dev_0_3>()) {
24 PassRefFromConstructor(get_interface<PPB_VideoCapture_Dev_0_3>()->Create(
38 return has_interface<PPB_VideoCapture_Dev_0_3>();
43 if (has_interface<PPB_VideoCapture_Dev_0_3>()) {
44 return get_interface<PPB_VideoCapture_Dev_0_3>()->EnumerateDevices(
54 if (has_interface<PPB_VideoCapture_Dev_0_3>()) {
55 return get_interface<PPB_VideoCapture_Dev_0_3>()->MonitorDeviceChange(
67 if (has_interface<PPB_VideoCapture_Dev_0_3>()) {
68 return get_interface<PPB_VideoCapture_Dev_0_3>()
[all...]
/external/chromium_org/ppapi/c/dev/
H A Dppb_video_capture_dev.h63 struct PPB_VideoCapture_Dev_0_3 { struct
161 typedef struct PPB_VideoCapture_Dev_0_3 PPB_VideoCapture_Dev;
/external/chromium_org/ppapi/thunk/
H A Dinterfaces_ppb_public_dev.h41 PROXIED_IFACE(PPB_VIDEOCAPTURE_DEV_INTERFACE_0_3, PPB_VideoCapture_Dev_0_3)
H A Dppb_video_capture_thunk.cc104 const PPB_VideoCapture_Dev_0_3 g_ppb_video_capture_0_3_thunk = {
118 const PPB_VideoCapture_Dev_0_3* GetPPB_VideoCapture_Dev_0_3_Thunk() {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2596 /* Begin wrapper methods for PPB_VideoCapture_Dev_0_3 */
2599 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2604 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2609 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2614 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2619 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2624 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2629 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2634 const struct PPB_VideoCapture_Dev_0_3 *iface = Pnacl_WrapperInfo_PPB_VideoCapture_Dev_0_3.real_iface;
2639 const struct PPB_VideoCapture_Dev_0_3 *ifac
[all...]

Completed in 129 milliseconds