HomeSort by relevance Sort by last modified time
    Searched refs:BSTRToCFStringRef (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/win/
MarshallingHelpers.h 45 static CFStringRef BSTRToCFStringRef(BSTR);
MarshallingHelpers.cpp 70 CFStringRef urlCFString = BSTRToCFStringRef(urlStr);
80 CFStringRef MarshallingHelpers::BSTRToCFStringRef(BSTR str)
237 items[lBound] = BSTRToCFStringRef(str);
CFDictionaryPropertyBag.cpp 136 *cfObj = (void*) MarshallingHelpers::BSTRToCFStringRef(V_BSTR(pVar));
WebHistory.cpp 102 RetainPtr<CFStringRef> key(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(notificationStr));
621 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(urlBStr));
654 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(urlBStr));
769 RetainPtr<CFStringRef> urlString(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(url));
    [all...]

Completed in 651 milliseconds