Home
last modified time | relevance | path

Searched refs:hung_window (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/hang_monitor/
Dhung_plugin_action.cc22 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()
Dhung_plugin_action.h23 virtual bool OnHungWindowDetected(HWND hung_window,
Dhung_window_detector.h43 virtual bool OnHungWindowDetected(HWND hung_window, HWND top_level_window,
/external/chromium_org/chrome/browser/hang_monitor/
Dhung_plugin_action.cc65 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()
Dhung_plugin_action.h24 virtual bool OnHungWindowDetected(HWND hung_window,
Dhung_window_detector.h41 virtual bool OnHungWindowDetected(HWND hung_window, HWND top_level_window,