Home
last modified time | relevance | path

Searched refs:no_handler_source_id_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc22 no_handler_source_id_(0) {} in FullScreenWindowDetector()
69 if (no_handler_source_id_ == source_id) { in CreateApplicationHandlerIfNeeded()
80 no_handler_source_id_ = source_id; in CreateApplicationHandlerIfNeeded()
Dfull_screen_window_detector.h72 DesktopCapturer::SourceId no_handler_source_id_; variable