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

  /external/chromium_org/content/public/test/
test_launcher.cc 67 bool* was_timeout) {
82 was_timeout);
102 was_timeout);
103 if (*was_timeout) {
117 bool* was_timeout) {
118 if (was_timeout)
119 *was_timeout = false;
141 test_case, test_name, new_cmd_line, default_timeout, was_timeout);
223 bool was_timeout = false; local
230 &was_timeout);
    [all...]
  /external/chromium_org/base/test/
test_launcher.h 78 // after |timeout|, it is terminated and |*was_timeout| is set to true.
82 bool* was_timeout);
test_launcher.cc 357 bool* was_timeout) {
401 *was_timeout = true;

Completed in 240 milliseconds