Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window_gtk.cc706 void RootWindowGtk::NotifyDestroyedIfDone(bool window_destroyed, in NotifyDestroyedIfDone() argument
709 DCHECK_EQ(1, window_destroyed + browser_destroyed); in NotifyDestroyedIfDone()
713 this, window_destroyed, in NotifyDestroyedIfDone()
718 if (window_destroyed) in NotifyDestroyedIfDone()
Droot_window_gtk.h78 void NotifyDestroyedIfDone(bool window_destroyed, bool browser_destroyed);