HomeSort by relevance Sort by last modified time
    Searched refs:GetUint64 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/prefs/
pref_service.h 213 uint64 GetUint64(const char* path) const;
pref_service.cc 421 uint64 PrefService::GetUint64(const char* path) const {
  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 106 QuicErrorCode GetUint64(QuicTag tag, uint64* out) const;
crypto_handshake.cc 205 QuicErrorCode CryptoHandshakeMessage::GetUint64(QuicTag tag,
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/
media_galleries_preferences.cc 678 gallery_info.pref_id = prefs->GetUint64(prefs::kMediaGalleriesUniqueId);
825 profile->GetPrefs()->GetUint64(prefs::kMediaGalleriesUniqueId);
    [all...]

Completed in 190 milliseconds