Home
last modified time | relevance | path

Searched refs:BSTRToKURL (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKit/win/
DMarshallingHelpers.h40 static WebCore::KURL BSTRToKURL(BSTR);
DWebMutableURLRequest.cpp199 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in initWithURL()
332 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in setURL()
DWebResource.cpp108 m_url = MarshallingHelpers::BSTRToKURL(url); in initWithData()
DMarshallingHelpers.cpp44 KURL MarshallingHelpers::BSTRToKURL(BSTR urlStr) in BSTRToKURL() function in MarshallingHelpers
DWebURLResponse.cpp299 …m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedConte… in initWithURL()
DWebFrame.cpp539 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL); in loadData()
1241 …*result = SecurityOrigin::canLoad(MarshallingHelpers::BSTRToKURL(url), String(), frame->document()… in allowsFollowingLink()
DWebView.cpp2950 String userAgentString = userAgentForKURL(MarshallingHelpers::BSTRToKURL(url)); in userAgentForURL()
4220 …ocusController()->focusedOrMainFrame()->editor()->copyURL(MarshallingHelpers::BSTRToKURL(url), ""); in copyURL()
DChangeLog-2009-06-161555 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-argument
1578 Changed to use MarshallingHelpers::BSTRToKURL instead of trying to do
7132 (MarshallingHelpers::BSTRToKURL): Removed deprecatedString call.
19826 - Added BSTRToKURL and KURLToBSTR helper functions.