Home
last modified time | relevance | path

Searched refs:BSTRToCFStringRef (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
DMarshallingHelpers.cpp70 CFStringRef urlCFString = BSTRToCFStringRef(urlStr); in BSTRToCFURLRef()
80 CFStringRef MarshallingHelpers::BSTRToCFStringRef(BSTR str) in BSTRToCFStringRef() function in MarshallingHelpers
237 items[lBound] = BSTRToCFStringRef(str); in safeArrayToStringArray()
DMarshallingHelpers.h45 static CFStringRef BSTRToCFStringRef(BSTR);
DCFDictionaryPropertyBag.cpp136 *cfObj = (void*) MarshallingHelpers::BSTRToCFStringRef(V_BSTR(pVar)); in ConvertVariantToCFType()
DWebHistory.cpp102 RetainPtr<CFStringRef> key(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(notificationStr)); in createUserInfoFromArray()
621 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(urlBStr)); in removeItem()
654 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(urlBStr)); in addItem()
769 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(url)); in itemForURL()
DChangeLog-2009-06-1620632 (MarshallingHelpers::BSTRToCFStringRef): Fix leak in BSTRToCFStringRef
22228 (MarshallingHelpers::BSTRToCFStringRef):
23301 (MarshallingHelpers::BSTRToCFStringRef):