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

/external/chromium_org/chrome/installer/util/
H A Dwmi_unittest.cc32 IWbemClassObject* class_method = NULL; local
35 L"Rename", &class_method));
36 ASSERT_TRUE(NULL != class_method);
37 ULONG refs = class_method->Release();
H A Dwmi.cc82 bool SetParameter(IWbemClassObject* class_method, argument
84 HRESULT hr = class_method->Put(parameter_name.c_str(), 0, parameter, 0);

Completed in 1144 milliseconds