HomeSort by relevance Sort by last modified time
    Searched defs:HungWindowDetector (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 16 const wchar_t HungWindowDetector::kHungChildWindowTimeout[] =
19 HungWindowDetector::HungWindowDetector(HungWindowNotification* notification)
29 HungWindowDetector::~HungWindowDetector() {
32 bool HungWindowDetector::Initialize(HWND top_level_window,
49 void HungWindowDetector::OnTick() {
65 bool HungWindowDetector::CheckChildWindow(HWND child_window) {
167 BOOL CALLBACK HungWindowDetector::ChildWndEnumProc(HWND child_window,
169 HungWindowDetector* detector_instance
    [all...]
hung_window_detector.h 26 class HungWindowDetector : public WorkerThreadTicker::Callback {
52 explicit HungWindowDetector(HungWindowNotification* notification);
53 ~HungWindowDetector();
88 DISALLOW_COPY_AND_ASSIGN(HungWindowDetector);

Completed in 276 milliseconds