Searched refs:needNotifyUiContent (Results 1 – 4 of 4) sorted by relevance
357 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);358 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);360 void NotifyAfterUnfocused(bool needNotifyUiContent = true);
208 void NotifyAfterForeground(bool needNotifyListeners = true, bool needNotifyUiContent = true);209 void NotifyAfterBackground(bool needNotifyListeners = true, bool needNotifyUiContent = true);464 void NotifyAfterUnfocused(bool needNotifyUiContent = true);
3823 void WindowImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument3829 if (needNotifyUiContent) { in NotifyAfterForeground()3834 void WindowImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument3840 if (needNotifyUiContent) { in NotifyAfterBackground()3852 void WindowImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() argument3857 if (needNotifyUiContent) { in NotifyAfterUnfocused()
2707 void WindowSessionImpl::NotifyAfterForeground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterForeground() argument2714 if (needNotifyUiContent) { in NotifyAfterForeground()2731 void WindowSessionImpl::NotifyAfterBackground(bool needNotifyListeners, bool needNotifyUiContent) in NotifyAfterBackground() argument2738 if (needNotifyUiContent) { in NotifyAfterBackground()2810 void WindowSessionImpl::NotifyAfterUnfocused(bool needNotifyUiContent) in NotifyAfterUnfocused() argument2813 if (needNotifyUiContent) { in NotifyAfterUnfocused()