HomeSort by relevance Sort by last modified time
    Searched full:class_method (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
wmi_util_unittest.cc 35 IWbemClassObject* class_method = NULL; local
38 L"Rename", &class_method));
39 ASSERT_TRUE(NULL != class_method);
40 ULONG refs = class_method->Release();
wmi_util.cc 95 bool SetParameter(IWbemClassObject* class_method,
97 HRESULT hr = class_method->Put(parameter_name.c_str(), 0, parameter, 0);
wmi_util.h 49 // Fills a single parameter given an instanced 'class_method'. Returns true
52 static bool SetParameter(IWbemClassObject* class_method,

Completed in 83 milliseconds