OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_start_time_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/reliability/
automated_ui_tests.h
342
base::Time
test_start_time_
;
member in class:AutomatedUITest
automated_ui_tests.cc
182
:
test_start_time_
(base::Time::NowFromSystemTime()),
208
InitTestLog(
test_start_time_
);
264
CalculateTestDuration(
test_start_time_
)));
270
InitTestLog(
test_start_time_
);
365
CalculateTestDuration(
test_start_time_
)));
/external/chromium_org/chrome/test/ui/
ui_test.h
330
base::Time
test_start_time_
;
member in class:UITestBase
ui_test.cc
119
test_start_time_
= Time::NowFromSystemTime();
421
if (en.GetInfo().GetLastModifiedTime() >
test_start_time_
)
Completed in 45 milliseconds