Searched refs:SetExcludedWindow (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_capturer.h61 virtual void SetExcludedWindow(WindowId window) {} function in class:webrtc::DesktopCapturer
H A Ddesktop_and_cursor_composer.h37 virtual void SetExcludedWindow(WindowId window) OVERRIDE;
H A Ddesktop_and_cursor_composer.cc145 void DesktopAndCursorComposer::SetExcludedWindow(WindowId window) { function in class:webrtc::DesktopAndCursorComposer
146 desktop_capturer_->SetExcludedWindow(window);
H A Dscreen_capturer_mac.mm202 virtual void SetExcludedWindow(WindowId window) OVERRIDE;
469 void ScreenCapturerMac::SetExcludedWindow(WindowId window) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.h53 virtual void SetExcludedWindow(WindowId window) OVERRIDE;
H A Dscreen_capturer_win_magnifier.cc192 void ScreenCapturerWinMagnifier::SetExcludedWindow(WindowId excluded_window) { function in class:webrtc::ScreenCapturerWinMagnifier
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device.cc185 desktop_capturer_->SetExcludedWindow(window_id);

Completed in 111 milliseconds