OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_window_message_timeout
(Results
1 - 4
of
4
) 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
));
/external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc
99
int
child_window_message_timeout
=
local
102
if (!
child_window_message_timeout
) {
103
child_window_message_timeout
= message_response_timeout_;
112
child_window_message_timeout
,
118
reinterpret_cast<HANDLE>(
child_window_message_timeout
));
hung_plugin_action.cc
128
int
child_window_message_timeout
=
local
132
if (
child_window_message_timeout
) {
133
child_window_message_timeout
*= 2;
136
reinterpret_cast<HANDLE>(
child_window_message_timeout
));
Completed in 6866 milliseconds