Searched refs:GetUint64 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.h90 QuicErrorCode GetUint64(QuicTag tag, uint64* out) const;
H A Dcrypto_handshake_message.cc178 QuicErrorCode CryptoHandshakeMessage::GetUint64(QuicTag tag, function in class:net::CryptoHandshakeMessage
H A Dquic_crypto_client_config.cc91 if (scfg->GetUint64(kEXPY, &expiry_seconds) != QUIC_NO_ERROR) {
146 if (new_scfg->GetUint64(kEXPY, &expiry_seconds) != QUIC_NO_ERROR) {
/external/chromium_org/base/prefs/
H A Dpref_service.h208 uint64 GetUint64(const char* path) const;
H A Dpref_service.cc385 uint64 PrefService::GetUint64(const char* path) const { function in class:PrefService
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc1003 gallery_info.pref_id = prefs->GetUint64(prefs::kMediaGalleriesUniqueId);
1320 profile->GetPrefs()->GetUint64(prefs::kMediaGalleriesUniqueId);
/external/chromium_org/net/quic/
H A Dquic_framer.cc654 if (reset->GetUint64(kRNON, &packet.nonce_proof) != QUIC_NO_ERROR) {
660 if (reset->GetUint64(kRSEQ, &packet.rejected_sequence_number) !=

Completed in 644 milliseconds