Searched refs:BSTRToKURL (Results 1 – 9 of 9) sorted by relevance
40 static WebCore::KURL BSTRToKURL(BSTR);
128 *matches = m_pattern.matches(MarshallingHelpers::BSTRToKURL(url)); in matchesURL()
200 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in initWithURL()333 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in setURL()
105 m_url = MarshallingHelpers::BSTRToKURL(url); in initWithData()
42 KURL MarshallingHelpers::BSTRToKURL(BSTR urlStr) in BSTRToKURL() function in MarshallingHelpers
297 …m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedConte… in initWithURL()
569 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL); in loadData()1355 *result = frame->document()->securityOrigin()->canDisplay(MarshallingHelpers::BSTRToKURL(url)); in allowsFollowingLink()
3017 String userAgentString = userAgentForKURL(MarshallingHelpers::BSTRToKURL(url)); in userAgentForURL()4301 …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.