Searched refs:COMVariantSetter (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMVariantSetter.h34 template<typename T> struct COMVariantSetter {}; struct
40 return COMVariantSetter<T>::VariantType;
44 template<> struct COMVariantSetter<WTF::String> : COMVariantSetterBase<WTF::String> struct in inherits:COMVariantSetterBase
57 template<> struct COMVariantSetter<bool> : COMVariantSetterBase<bool> struct in inherits:COMVariantSetterBase
70 template<> struct COMVariantSetter<unsigned long long> : COMVariantSetterBase<unsigned long long> struct in inherits:COMVariantSetterBase
83 template<> struct COMVariantSetter<int> : COMVariantSetterBase<int> struct in inherits:COMVariantSetterBase
96 template<> struct COMVariantSetter<float> : COMVariantSetterBase<float> struct in inherits:COMVariantSetterBase
109 template<typename T> struct COMVariantSetter<COMPtr<T> > : COMVariantSetterBase<COMPtr<T> > struct in inherits:COMVariantSetterBase
148 COMVariantSetter<UnderlyingType>::setVariant(&m_variant, value);
179 template<> struct COMVariantSetter<COMVarian struct
[all...]
H A DWebDatabaseManager.cpp126 COMVariantSetter<String>::setVariant(pVar, m_details.displayName());
129 COMVariantSetter<unsigned long long>::setVariant(pVar, m_details.expectedUsage());
132 COMVariantSetter<unsigned long long>::setVariant(pVar, m_details.currentUsage());
199 template<> struct COMVariantSetter<RefPtr<SecurityOrigin> > : COMIUnknownVariantSetter<WebSecurityOrigin, RefPtr<SecurityOrigin> > {}; struct in inherits:COMIUnknownVariantSetter
H A DCOMPropertyBag.h38 #include "COMVariantSetter.h"
150 COMVariantSetter<ValueType>::setVariant(pVar, it->value);
152 if (requestedType != COMVariantSetter<ValueType>::variantType(it->value) && requestedType != VT_EMPTY)
220 pPropBag[j].vt = COMVariantSetter<ValueType>::variantType(current->value);
H A DCOMEnumVariant.h35 #include "COMVariantSetter.h"
142 COMVariantSetter<ContainerType::ValueType>::setVariant(&rgVar[i], *m_currentPos);

Completed in 205 milliseconds