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

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCOMPropertyBag.h41 class COMPropertyBag : public IPropertyBag, public IPropertyBag2 { class in inherits:IPropertyBag,IPropertyBag2
42 WTF_MAKE_NONCOPYABLE(COMPropertyBag);
46 static COMPropertyBag* createInstance(const HashMapType&);
47 static COMPropertyBag* adopt(HashMapType&);
66 COMPropertyBag() function in class:COMPropertyBag
71 COMPropertyBag(const HashMapType& hashMap) function in class:COMPropertyBag
77 ~COMPropertyBag() {}
83 // COMPropertyBag ------------------------------------------------------------------
85 COMPropertyBag<ValueType, KeyType, HashType>* COMPropertyBag<typenam
[all...]
H A DWebCoreStatistics.cpp30 #include "COMPropertyBag.h"
150 COMPtr<IPropertyBag2> results(AdoptCOM, COMPropertyBag<int>::createInstance(typeCountMap));
H A DWebDatabaseManager.cpp36 #include "COMPropertyBag.h"
405 COMPtr<IPropertyBag> userInfoBag(AdoptCOM, COMPropertyBag<String>::adopt(userInfo));
H A DWebURLResponse.cpp32 #include "COMPropertyBag.h"
364 *headerFields = COMPropertyBag<String, AtomicString, CaseFoldingHash>::createInstance(m_response.httpHeaderFields());
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp33 #include "COMPropertyBag.h"
657 COMPtr<IPropertyBag> formValuesPropertyBag(AdoptCOM, COMPropertyBag<String>::createInstance(formValuesMap));
1181 COMPtr<IPropertyBag> viewArgumentsBag(AdoptCOM, COMPropertyBag<String>::adopt(viewArguments));
1191 COMPtr<IPropertyBag> argumentsBag(AdoptCOM, COMPropertyBag<COMVariant>::adopt(arguments));
H A DWebChromeClient.cpp30 #include "COMPropertyBag.h"
193 return COMPtr<IPropertyBag>(AdoptCOM, COMPropertyBag<COMVariant>::adopt(map));

Completed in 98 milliseconds