HomeSort by relevance Sort by last modified time
    Searched defs:window_to_check (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 115 HWND window_to_check = plugin_window; local
116 while (NULL != window_to_check) {
118 GetWindowThreadProcessId(window_to_check, &process_id);
125 window_to_check, plugin_name)) {
128 window_to_check = GetParent(window_to_check);
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.cc 169 HWND window_to_check = plugin_window; local
170 while (NULL != window_to_check) {
172 GetWindowThreadProcessId(window_to_check, &process_id);
179 window_to_check, plugin_name, plugin_version)) {
182 window_to_check = GetParent(window_to_check);

Completed in 1504 milliseconds