Searched refs:CFDictionaryPropertyBag (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCFDictionaryPropertyBag.h35 class CFDictionaryPropertyBag : public IPropertyBag { class in inherits:IPropertyBag
37 static COMPtr<CFDictionaryPropertyBag> createInstance();
47 CFDictionaryPropertyBag();
48 ~CFDictionaryPropertyBag();
H A DCFDictionaryPropertyBag.cpp28 #include "CFDictionaryPropertyBag.h"
33 // CFDictionaryPropertyBag -----------------------------------------------
35 CFDictionaryPropertyBag::CFDictionaryPropertyBag() function in class:CFDictionaryPropertyBag
39 gClassNameCount.add("CFDictionaryPropertyBag");
42 CFDictionaryPropertyBag::~CFDictionaryPropertyBag()
45 gClassNameCount.remove("CFDictionaryPropertyBag");
48 COMPtr<CFDictionaryPropertyBag> CFDictionaryPropertyBag
[all...]
H A DWebCache.cpp30 #include "CFDictionaryPropertyBag.h"
128 COMPtr<CFDictionaryPropertyBag> propBag = CFDictionaryPropertyBag::createInstance();
150 propBag = CFDictionaryPropertyBag::createInstance();
172 propBag = CFDictionaryPropertyBag::createInstance();
194 propBag = CFDictionaryPropertyBag::createInstance();
H A DForEachCoClass.h42 macro(CFDictionaryPropertyBag) \
H A DWebHistory.cpp30 #include "CFDictionaryPropertyBag.h"
57 static COMPtr<CFDictionaryPropertyBag> createUserInfoFromArray(BSTR notificationStr, CFArrayRef arrayItem)
65 COMPtr<CFDictionaryPropertyBag> result = CFDictionaryPropertyBag::createInstance();
70 static COMPtr<CFDictionaryPropertyBag> createUserInfoFromHistoryItem(BSTR notificationStr, IWebHistoryItem* item)
74 COMPtr<CFDictionaryPropertyBag> info = createUserInfoFromArray(notificationStr, itemList.get());
256 COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromArray(getNotificationString(kWebHistoryAllItemsRemovedNotification), allItems.get());
419 COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromHistoryItem(
468 COMPtr<CFDictionaryPropertyBag> userInfo = createUserInfoFromHistoryItem(
526 COMPtr<CFDictionaryPropertyBag> userInf
[all...]
H A DWebIconDatabase.cpp30 #include "CFDictionaryPropertyBag.h"
392 COMPtr<CFDictionaryPropertyBag> userInfo = CFDictionaryPropertyBag::createInstance();
H A DWebView.cpp31 #include "CFDictionaryPropertyBag.h"
2864 COMPtr<CFDictionaryPropertyBag> dictionaryPropertyBag;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DWebKit.idl192 coclass CFDictionaryPropertyBag {
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp32 #include "CFDictionaryPropertyBag.h"
1144 COMPtr<CFDictionaryPropertyBag> userInfoBag = CFDictionaryPropertyBag::createInstance();
1238 COMPtr<CFDictionaryPropertyBag> userInfoBag = CFDictionaryPropertyBag::createInstance();

Completed in 105 milliseconds