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

  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 86 int child_window_message_timeout = local
89 if (!child_window_message_timeout) {
90 child_window_message_timeout = message_response_timeout_;
99 child_window_message_timeout,
106 reinterpret_cast<HANDLE>(child_window_message_timeout));
hung_plugin_action.cc 75 int child_window_message_timeout = local
79 if (child_window_message_timeout) {
80 child_window_message_timeout *= 2;
84 reinterpret_cast<HANDLE>(child_window_message_timeout));

Completed in 608 milliseconds