Searched refs:HungWindowNotification (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/hang_monitor/
H A Dhung_window_detector.h23 // the HungWindowNotification interface. Currently this class only supports
32 class HungWindowNotification { class in class:HungWindowDetector
52 explicit HungWindowDetector(HungWindowNotification* notification);
71 // If so, it invokes the HungWindowNotification interface implementation
76 // Pointer to the HungWindowNotification callback interface. This class does
79 HungWindowNotification* notification_;
H A Dhung_window_detector.cc19 HungWindowDetector::HungWindowDetector(HungWindowNotification* notification)
101 HungWindowNotification::ActionOnHungWindow action =
102 HungWindowNotification::HUNG_WINDOW_IGNORE;
117 case HungWindowNotification::HUNG_WINDOW_TERMINATE_THREAD: {
135 case HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS: {
H A Dhung_plugin_action.cc39 *action = HungWindowNotification::HUNG_WINDOW_IGNORE;
43 *action = HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS;
66 *action = HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS;
91 if (HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS == *action) {
H A Dhung_plugin_action.h11 // HungWindowDetector::HungWindowNotification callback interface.
14 // of HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS.
18 class HungPluginAction : public HungWindowDetector::HungWindowNotification {
22 // HungWindowNotification implementation

Completed in 540 milliseconds