Searched refs:pending_open_device_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_video_capture.cc29 pending_open_device_(false),
42 pending_open_device_ = true;
85 if (pending_open_device_) {
89 pending_open_device_ = false;
98 DCHECK(!pending_open_device_);
104 pending_open_device_ = false;
H A Dpepper_platform_video_capture.h64 bool pending_open_device_; member in class:content::PepperPlatformVideoCapture
H A Dpepper_platform_audio_input.cc136 DCHECK(!pending_open_device_);
145 pending_open_device_(false),
186 pending_open_device_ = true;
236 pending_open_device_ = false;
270 if (pending_open_device_) {
274 pending_open_device_ = false;
H A Dpepper_platform_audio_input.h127 bool pending_open_device_; member in class:content::PepperPlatformAudioInput

Completed in 107 milliseconds