HomeSort by relevance Sort by last modified time
    Searched full:launch_timeout (Results 1 - 6 of 6) 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 73 private static final int LAUNCH_TIMEOUT = 5;
322 waitUntilAppLaunched(device, appPackage, LAUNCH_TIMEOUT);
  /external/chromium_org/chrome_frame/
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...]
chrome_frame_automation.h 95 base::TimeDelta launch_timeout);
130 int launch_timeout() const { function in class:ChromeFrameLaunchParams
  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java 103 static final int LAUNCH_TIMEOUT = 10*1000;
    [all...]

Completed in 75 milliseconds