HomeSort by relevance Sort by last modified time
    Searched defs:GetValueCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/base/
win32regkey.cc 967 uint32 RegKey::GetValueCount() {
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/
registry.cc 181 DWORD RegKey::GetValueCount() const {

Completed in 168 milliseconds