Home
last modified time | relevance | path

Searched refs:WindowType (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc89 if (GetWindowType(original_window) != WindowType::kEditor) in FindFullScreenWindow()
98 if (GetWindowType(window) != WindowType::kSlideShow || in FindFullScreenWindow()
110 enum class WindowType { kEditor, kSlideShow, kOther }; enum in webrtc::__anon74c925eb0111::FullScreenPowerPointHandler
112 WindowType GetWindowType(HWND window) const { in GetWindowType()
114 return WindowType::kEditor; in GetWindowType()
116 return WindowType::kSlideShow; in GetWindowType()
118 return WindowType::kOther; in GetWindowType()
/external/webrtc/modules/desktop_capture/linux/
Dx_atom_cache.h28 Atom WindowType();
Dx_atom_cache.cc31 Atom XAtomCache::WindowType() { in WindowType() function in webrtc::XAtomCache
Dwindow_list_utils.cc91 cache->WindowType()); in IsDesktopElement()