Searched defs:HungPluginAction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_plugin_action.h19 class HungPluginAction : public HungWindowDetector::HungWindowNotification { class in inherits:HungWindowDetector::HungWindowNotification
21 HungPluginAction();
22 ~HungPluginAction();
H A Dhung_plugin_action.cc59 HungPluginAction::HungPluginAction() : current_hung_plugin_window_(NULL) { function in class:HungPluginAction
62 HungPluginAction::~HungPluginAction() {
65 bool HungPluginAction::OnHungWindowDetected(HWND hung_window,
150 void HungPluginAction::OnWindowResponsive(HWND window) {
163 BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) {
175 void CALLBACK HungPluginAction::HungWindowResponseCallback(HWND target_window,
179 HungPluginAction* instance = reinterpret_cast<HungPluginAction*>(dat
[all...]

Completed in 67 milliseconds