Searched defs:kHertz (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dloading_animation.cc16 static const int kHertz = 60; member in namespace:autofill
20 : LinearAnimation(kDurationMs, kHertz, delegate),
/external/chromium_org/base/process/
H A Dinternal_linux.cc182 static const int kHertz = sysconf(_SC_CLK_TCK); local
185 Time::kMicrosecondsPerSecond * clock_ticks / kHertz);

Completed in 712 milliseconds