Searched refs:kMsecTo100ns (Results 1 – 2 of 2) sorted by relevance
41 const int64 kMsecTo100ns = 10000; variable42 const int64 kSecTo100ns = kSecToMsec * kMsecTo100ns;
269 (timeout_seconds_ * kSecToMsec * kMsecTo100ns); in ResetTimeout()