Searched refs:WindowType (Results 1 – 4 of 4) sorted by relevance
89 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::FullScreenPowerPointHandler112 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()
28 Atom WindowType();
31 Atom XAtomCache::WindowType() { in WindowType() function in webrtc::XAtomCache
91 cache->WindowType()); in IsDesktopElement()