Searched refs:BSTRToKURL (Results 1 – 8 of 8) sorted by relevance
40 static WebCore::KURL BSTRToKURL(BSTR);
199 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in initWithURL()332 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in setURL()
108 m_url = MarshallingHelpers::BSTRToKURL(url); in initWithData()
44 KURL MarshallingHelpers::BSTRToKURL(BSTR urlStr) in BSTRToKURL() function in MarshallingHelpers
299 …m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedConte… in initWithURL()
539 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL); in loadData()1241 …*result = SecurityOrigin::canLoad(MarshallingHelpers::BSTRToKURL(url), String(), frame->document()… in allowsFollowingLink()
2950 String userAgentString = userAgentForKURL(MarshallingHelpers::BSTRToKURL(url)); in userAgentForURL()4220 …ocusController()->focusedOrMainFrame()->editor()->copyURL(MarshallingHelpers::BSTRToKURL(url), ""); in copyURL()
1555 MarshallingHelpers::BSTRToKURL, for reasons mentioned in r40248.1562 MarshallingHelpers::BSTRToKURL so that they may be properly parsed.1567 (MarshallingHelpers::BSTRToKURL): Changed to use the two-argument1578 Changed to use MarshallingHelpers::BSTRToKURL instead of trying to do7132 (MarshallingHelpers::BSTRToKURL): Removed deprecatedString call.19826 - Added BSTRToKURL and KURLToBSTR helper functions.