Searched refs:HungPluginAction (Results 1 – 3 of 3) sorted by relevance
16 HungPluginAction::HungPluginAction() : current_hung_plugin_window_(NULL) { in HungPluginAction() function in HungPluginAction19 HungPluginAction::~HungPluginAction() { in ~HungPluginAction()22 bool HungPluginAction::OnHungWindowDetected(HWND hung_window, in OnHungWindowDetected()99 void HungPluginAction::OnWindowResponsive(HWND window) { in OnWindowResponsive()111 bool HungPluginAction::GetPluginName(HWND plugin_window, in GetPluginName()134 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) { in DismissMessageBox()146 void CALLBACK HungPluginAction::HungWindowResponseCallback(HWND target_window, in HungWindowResponseCallback()150 HungPluginAction* instance = reinterpret_cast<HungPluginAction*>(data); in HungWindowResponseCallback()
18 class HungPluginAction : public HungWindowDetector::HungWindowNotification {20 HungPluginAction();21 ~HungPluginAction();
654 HungPluginAction hung_plugin_action_;