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

/external/chromium_org/base/prefs/
H A Dpref_service.cc421 uint64 PrefService::GetUint64(const char* path) const { function in class:PrefService
/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake.cc205 QuicErrorCode CryptoHandshakeMessage::GetUint64(QuicTag tag, function in class:net::CryptoHandshakeMessage
382 if (scfg->GetUint64(kEXPY, &expiry_seconds) != QUIC_NO_ERROR ||
425 if (new_scfg->GetUint64(kEXPY, &expiry_seconds) != QUIC_NO_ERROR) {

Completed in 73 milliseconds