Searched refs:hung_window (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/hang_monitor/ |
D | hung_plugin_action.cc | 22 bool HungPluginAction::OnHungWindowDetected(HWND hung_window, in OnHungWindowDetected() argument 28 if (!IsWindow(hung_window)) { in OnHungWindowDetected() 36 GetWindowThreadProcessId(hung_window, &hung_window_process_id); in OnHungWindowDetected() 46 GetPluginName(hung_window, in OnHungWindowDetected() 58 SendMessageCallback(hung_window, in OnHungWindowDetected() 64 current_hung_plugin_window_ = hung_window; in OnHungWindowDetected() 77 hung_window, HungWindowDetector::kHungChildWindowTimeout)); in OnHungWindowDetected() 83 SetProp(hung_window, HungWindowDetector::kHungChildWindowTimeout, in OnHungWindowDetected()
|
D | hung_plugin_action.h | 23 virtual bool OnHungWindowDetected(HWND hung_window,
|
D | hung_window_detector.h | 43 virtual bool OnHungWindowDetected(HWND hung_window, HWND top_level_window,
|
/external/chromium_org/chrome/browser/hang_monitor/ |
D | hung_plugin_action.cc | 65 bool HungPluginAction::OnHungWindowDetected(HWND hung_window, in OnHungWindowDetected() argument 71 if (!IsWindow(hung_window)) { in OnHungWindowDetected() 79 GetWindowThreadProcessId(hung_window, &hung_window_process_id); in OnHungWindowDetected() 86 GetPluginNameAndVersion(hung_window, in OnHungWindowDetected() 109 SendMessageCallback(hung_window, in OnHungWindowDetected() 115 current_hung_plugin_window_ = hung_window; in OnHungWindowDetected() 133 hung_window, HungWindowDetector::kHungChildWindowTimeout)); in OnHungWindowDetected() 138 SetProp(hung_window, HungWindowDetector::kHungChildWindowTimeout, in OnHungWindowDetected()
|
D | hung_plugin_action.h | 24 virtual bool OnHungWindowDetected(HWND hung_window,
|
D | hung_window_detector.h | 41 virtual bool OnHungWindowDetected(HWND hung_window, HWND top_level_window,
|