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

/external/chromium_org/base/win/
H A Dscoped_propvariant.h18 class ScopedPropVariant { class in namespace:base::win
20 ScopedPropVariant() { function in class:base::win::ScopedPropVariant
24 ~ScopedPropVariant() {
50 // Comparison operators for ScopedPropVariant are not supported at this point.
51 bool operator==(const ScopedPropVariant&) const;
52 bool operator!=(const ScopedPropVariant&) const;
53 DISALLOW_COPY_AND_ASSIGN(ScopedPropVariant);

Completed in 261 milliseconds