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

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

Completed in 2762 milliseconds