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

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

Completed in 81 milliseconds