OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUint64
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_handshake.h
103
QuicErrorCode
GetUint64
(QuicTag tag, uint64* out) const;
quic_crypto_client_config.cc
56
if (scfg->
GetUint64
(kEXPY, &expiry_seconds) != QUIC_NO_ERROR ||
99
if (new_scfg->
GetUint64
(kEXPY, &expiry_seconds) != QUIC_NO_ERROR) {
crypto_handshake.cc
188
QuicErrorCode CryptoHandshakeMessage::
GetUint64
(QuicTag tag,
/external/chromium_org/base/prefs/
pref_service.h
208
uint64
GetUint64
(const char* path) const;
pref_service.cc
385
uint64 PrefService::
GetUint64
(const char* path) const {
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc
804
gallery_info.pref_id = prefs->
GetUint64
(prefs::kMediaGalleriesUniqueId);
[
all
...]
/external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc
442
uint64 android_id = pref_service->
GetUint64
(prefs::kGCMUserAccountID);
Completed in 58 milliseconds