Searched defs:HungWindowDetector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc21 const wchar_t HungWindowDetector::kHungChildWindowTimeout[] =
24 HungWindowDetector::HungWindowDetector(HungWindowNotification* notification) function in class:HungWindowDetector
34 HungWindowDetector::~HungWindowDetector() {
37 bool HungWindowDetector::Initialize(HWND top_level_window,
54 void HungWindowDetector::OnTick() {
78 bool HungWindowDetector::CheckChildWindow(HWND child_window) {
158 BOOL CALLBACK HungWindowDetector::ChildWndEnumProc(HWND child_window,
160 HungWindowDetector* detector_instanc
[all...]
H A Dhung_window_detector.h25 class HungWindowDetector : public WorkerThreadTicker::Callback { class in inherits:WorkerThreadTicker::Callback
50 explicit HungWindowDetector(HungWindowNotification* notification);
51 ~HungWindowDetector();
86 DISALLOW_COPY_AND_ASSIGN(HungWindowDetector);

Completed in 1321 milliseconds