Home
last modified time | relevance | path

Searched refs:BSTRToCFURLRef (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/win/
DMarshallingHelpers.h44 static CFURLRef BSTRToCFURLRef(BSTR);
DMarshallingHelpers.cpp68 CFURLRef MarshallingHelpers::BSTRToCFURLRef(BSTR urlStr) in BSTRToCFURLRef() function in MarshallingHelpers
DWebHistory.cpp245 RetainPtr<CFURLRef> urlRef(AdoptCF, MarshallingHelpers::BSTRToCFURLRef(url)); in loadFromURL()
361 RetainPtr<CFURLRef> urlRef(AdoptCF, MarshallingHelpers::BSTRToCFURLRef(url)); in saveToURL()
DChangeLog-2009-06-1623300 (MarshallingHelpers::BSTRToCFURLRef):