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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ThreadTimers.cpp 122 double timeToQuit = fireTime + maxDurationOfFiringTimers;
137 if (!m_firingTimers || timeToQuit < monotonicallyIncreasingTime())
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 81 base::Time timeToQuit = base::Time::Now() +
84 while (base::Time::Now() < timeToQuit) {
    [all...]

Completed in 280 milliseconds