Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/hang_monitor/
Dhung_plugin_action.cc115 HWND window_to_check = plugin_window; in GetPluginName() local
116 while (NULL != window_to_check) { in GetPluginName()
118 GetWindowThreadProcessId(window_to_check, &process_id); in GetPluginName()
125 window_to_check, plugin_name)) { in GetPluginName()
128 window_to_check = GetParent(window_to_check); in GetPluginName()