Searched refs:HungWindowDetector (Results 1 – 5 of 5) sorted by relevance
16 const wchar_t HungWindowDetector::kHungChildWindowTimeout[] =19 HungWindowDetector::HungWindowDetector(HungWindowNotification* notification) in HungWindowDetector() function in HungWindowDetector29 HungWindowDetector::~HungWindowDetector() { in ~HungWindowDetector()32 bool HungWindowDetector::Initialize(HWND top_level_window, in Initialize()49 void HungWindowDetector::OnTick() { in OnTick()65 bool HungWindowDetector::CheckChildWindow(HWND child_window) { in CheckChildWindow()167 BOOL CALLBACK HungWindowDetector::ChildWndEnumProc(HWND child_window, in ChildWndEnumProc()169 HungWindowDetector* detector_instance = in ChildWndEnumProc()170 reinterpret_cast<HungWindowDetector*>(param); in ChildWndEnumProc()
26 class HungWindowDetector : public WorkerThreadTicker::Callback {52 explicit HungWindowDetector(HungWindowNotification* notification);53 ~HungWindowDetector();88 DISALLOW_COPY_AND_ASSIGN(HungWindowDetector);
77 hung_window, HungWindowDetector::kHungChildWindowTimeout)); in OnHungWindowDetected()83 SetProp(hung_window, HungWindowDetector::kHungChildWindowTimeout, in OnHungWindowDetected()103 RemoveProp(window, HungWindowDetector::kHungChildWindowTimeout); in OnWindowResponsive()
18 class HungPluginAction : public HungWindowDetector::HungWindowNotification {
650 HungWindowDetector hung_window_detector_;