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

/external/webkit/Source/WebKit/win/
H A DCOMPropertyBag.h39 class COMPropertyBag : public IPropertyBag, public IPropertyBag2 { class in inherits:IPropertyBag,IPropertyBag2
40 WTF_MAKE_NONCOPYABLE(COMPropertyBag);
44 static COMPropertyBag* createInstance(const HashMapType&);
45 static COMPropertyBag* adopt(HashMapType&);
64 COMPropertyBag() function in class:COMPropertyBag
69 COMPropertyBag(const HashMapType& hashMap) function in class:COMPropertyBag
75 ~COMPropertyBag() {}
81 // COMPropertyBag ------------------------------------------------------------------
83 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typenam
[all...]

Completed in 646 milliseconds