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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMVariantSetter.h34 template<typename T> struct COMVariantSetter {}; struct
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
179 template<> struct COMVariantSetter<COMVarian struct
[all...]
H A DWebDatabaseManager.cpp199 template<> struct COMVariantSetter<RefPtr<SecurityOrigin> > : COMIUnknownVariantSetter<WebSecurityOrigin, RefPtr<SecurityOrigin> > {}; struct in inherits:COMIUnknownVariantSetter

Completed in 717 milliseconds