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

  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 76 DWORD child_window_process_id = 0; local
78 GetWindowThreadProcessId(child_window, &child_window_process_id);
138 child_window_process_id));
147 if (process_id_check != child_window_process_id) {
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc 89 DWORD child_window_process_id = 0; local
91 GetWindowThreadProcessId(child_window, &child_window_process_id);
132 child_window_process_id));
141 if (process_id_check != child_window_process_id) {

Completed in 159 milliseconds