Searched refs:GetSourceId (Results 1 – 5 of 5) sorted by relevance
70 return src.id != GetSourceId() && in InvalidateCacheIfNeeded()84 const auto original_window = GetSourceId(); in FindFullScreenWindowWithSamePid()117 return IsWindowOnScreen(GetSourceId()) in FindFullScreenWindow()
27 app_handler_->GetSourceId() != original_source_id) { in FindFullScreenWindow()73 if (app_handler_ == nullptr || app_handler_->GetSourceId() != source_id) { in CreateApplicationHandlerIfNeeded()
26 DesktopCapturer::SourceId FullScreenApplicationHandler::GetSourceId() const { in GetSourceId() function in webrtc::FullScreenApplicationHandler
38 DesktopCapturer::SourceId GetSourceId() const;
80 HWND original_window = reinterpret_cast<HWND>(GetSourceId()); in FindFullScreenWindow()