OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launch_timeout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.h
28
int
launch_timeout
, bool perform_version_check,
53
clp->set_launch_timeout(
launch_timeout
);
156
int
launch_timeout
)
157
: Base(caller_message_loop,
launch_timeout
, true, L"", L"", false,
174
int
launch_timeout
)
175
: Base(caller_message_loop,
launch_timeout
, true, L"", L"", false,
189
int
launch_timeout
)
190
: Base(caller_message_loop,
launch_timeout
, true, L"", L"", false,
217
int
launch_timeout
)
218
: Base(caller_message_loop,
launch_timeout
, true, L"", L"", false
[
all
...]
automation_client_mock.cc
49
base::TimeDelta::FromMilliseconds(params->
launch_timeout
()) / 2);
/external/chromium_org/chrome_frame/
chrome_frame_automation.h
95
base::TimeDelta
launch_timeout
);
130
int
launch_timeout
() const {
function in class:ChromeFrameLaunchParams
chrome_frame_automation.cc
131
std::string channel_id, base::TimeDelta
launch_timeout
)
132
: AutomationProxy(
launch_timeout
, false), proxy_entry_(entry) {
251
base::TimeDelta::FromMilliseconds(params->
launch_timeout
()));
573
DCHECK_LT(chrome_launch_params_->
launch_timeout
(),
576
chrome_launch_params_->
launch_timeout
() * 2);
[
all
...]
Completed in 26 milliseconds