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

  /external/chromium_org/content/renderer/pepper/
pepper_device_enumeration_host_helper.cc 25 class PepperDeviceEnumerationHostHelper::ScopedRequest
29 ScopedRequest(PepperDeviceEnumerationHostHelper* owner,
42 // PepperDeviceEnumerationHostHelper::Delegate::EnumerateDevices() may be
82 PepperDeviceEnumerationHostHelper* owner_;
83 PepperDeviceEnumerationHostHelper::Delegate::EnumerateDevicesCallback
92 PepperDeviceEnumerationHostHelper::PepperDeviceEnumerationHostHelper(
102 PepperDeviceEnumerationHostHelper::~PepperDeviceEnumerationHostHelper() {}
104 bool PepperDeviceEnumerationHostHelper::HandleResourceMessage
    [all...]
pepper_device_enumeration_host_helper.h 38 class CONTENT_EXPORT PepperDeviceEnumerationHostHelper {
60 PepperDeviceEnumerationHostHelper(ppapi::host::ResourceHost* resource_host,
64 ~PepperDeviceEnumerationHostHelper();
106 DISALLOW_COPY_AND_ASSIGN(PepperDeviceEnumerationHostHelper);
pepper_audio_input_host.h 74 PepperDeviceEnumerationHostHelper enumeration_helper_;
pepper_media_device_manager.h 21 public PepperDeviceEnumerationHostHelper::Delegate,
29 // PepperDeviceEnumerationHostHelper::Delegate implementation:
pepper_video_capture_host.h 114 PepperDeviceEnumerationHostHelper enumeration_helper_;
pepper_device_enumeration_host_helper_unittest.cc 27 class TestDelegate : public PepperDeviceEnumerationHostHelper::Delegate {
122 PepperDeviceEnumerationHostHelper device_enumeration_;

Completed in 1144 milliseconds