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

/external/chromium/base/win/
H A Dwin_util.cc112 PROPVARIANT property_value; local
113 if (FAILED(InitPropVariantFromString(app_id, &property_value)))
117 property_value);
121 PropVariantClear(&property_value);

Completed in 93 milliseconds