Home
last modified time | relevance | path

Searched refs:HungWindowDetector (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/hang_monitor/
Dhung_window_detector.cc16 const wchar_t HungWindowDetector::kHungChildWindowTimeout[] =
19 HungWindowDetector::HungWindowDetector(HungWindowNotification* notification) in HungWindowDetector() function in HungWindowDetector
29 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()
Dhung_window_detector.h26 class HungWindowDetector : public WorkerThreadTicker::Callback {
52 explicit HungWindowDetector(HungWindowNotification* notification);
53 ~HungWindowDetector();
88 DISALLOW_COPY_AND_ASSIGN(HungWindowDetector);
Dhung_plugin_action.cc77 hung_window, HungWindowDetector::kHungChildWindowTimeout)); in OnHungWindowDetected()
83 SetProp(hung_window, HungWindowDetector::kHungChildWindowTimeout, in OnHungWindowDetected()
103 RemoveProp(window, HungWindowDetector::kHungChildWindowTimeout); in OnWindowResponsive()
Dhung_plugin_action.h18 class HungPluginAction : public HungWindowDetector::HungWindowNotification {
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h650 HungWindowDetector hung_window_detector_;