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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc967 uint32 RegKey::GetValueCount() { function in class:rtc::RegKey
991 // Use GetValueCount() to get the total value_name count for this key
1064 is_empty = key.GetSubkeyCount() == 0 && key.GetValueCount() == 0;
/external/chromium_org/base/win/
H A Dregistry.cc181 DWORD RegKey::GetValueCount() const { function in class:base::win::RegKey

Completed in 70 milliseconds