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

/external/chromium_org/base/prefs/
H A Dpref_service.h213 uint64 GetUint64(const char* path) const;
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.h106 QuicErrorCode GetUint64(QuicTag tag, uint64* out) const;
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) {
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc678 gallery_info.pref_id = prefs->GetUint64(prefs::kMediaGalleriesUniqueId);
825 profile->GetPrefs()->GetUint64(prefs::kMediaGalleriesUniqueId);

Completed in 163 milliseconds