Searched refs:COMVariant (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMVariantSetter.h137 class COMVariant { class
139 COMVariant() function in class:COMVariant
145 COMVariant(UnderlyingType value) function in class:COMVariant
151 ~COMVariant()
156 COMVariant(const COMVariant& other) function in class:COMVariant
162 COMVariant& operator=(const COMVariant& other)
179 template<> struct COMVariantSetter<COMVariant>
181 static inline VARENUM variantType(const COMVariant
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.cpp176 HashMap<String, COMVariant> map;
193 return COMPtr<IPropertyBag>(AdoptCOM, COMPropertyBag<COMVariant>::adopt(map));
H A DWebFrameLoaderClient.cpp1184 HashMap<String, COMVariant> arguments;
1191 COMPtr<IPropertyBag> argumentsBag(AdoptCOM, COMPropertyBag<COMVariant>::adopt(arguments));

Completed in 117 milliseconds