OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class_method
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
wmi_unittest.cc
32
IWbemClassObject*
class_method
= NULL;
local
35
L"Rename", &
class_method
));
36
ASSERT_TRUE(NULL !=
class_method
);
37
ULONG refs =
class_method
->Release();
wmi.h
52
// Fills a single parameter given an instanced '
class_method
'. Returns true
55
static bool SetParameter(IWbemClassObject*
class_method
,
wmi.cc
82
bool SetParameter(IWbemClassObject*
class_method
,
84
HRESULT hr =
class_method
->Put(parameter_name.c_str(), 0, parameter, 0);
Completed in 30 milliseconds