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

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 984 uint32 RegKey::GetValueCount() {
1008 // Use GetValueCount() to get the total value_name count for this key
1081 is_empty = key.GetSubkeyCount() == 0 && key.GetValueCount() == 0;
    [all...]
  /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;
  /frameworks/base/media/mca/filterfw/native/core/
value.cpp 225 int GetValueCount(Value value) {
  /external/chromium_org/base/win/
registry.cc 181 DWORD RegKey::GetValueCount() const {

Completed in 272 milliseconds