Home
last modified time | relevance | path

Searched refs:stop_times (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dbrowser_proxy.cc282 std::vector<float>* stop_times) { in GetInitialLoadTimes() argument
334 stop_times->push_back(stop_ms); in GetInitialLoadTimes()
336 std::sort(stop_times->begin(), stop_times->end()); in GetInitialLoadTimes()
Dbrowser_proxy.h135 std::vector<float>* stop_times);