Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DMarshallingHelpers.h40 static WebCore::KURL BSTRToKURL(BSTR);
DWebUserContentURLPattern.cpp128 *matches = m_pattern.matches(MarshallingHelpers::BSTRToKURL(url)); in matchesURL()
DWebMutableURLRequest.cpp200 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in initWithURL()
333 m_request.setURL(MarshallingHelpers::BSTRToKURL(url)); in setURL()
DWebResource.cpp105 m_url = MarshallingHelpers::BSTRToKURL(url); in initWithData()
DMarshallingHelpers.cpp42 KURL MarshallingHelpers::BSTRToKURL(BSTR urlStr) in BSTRToKURL() function in MarshallingHelpers
DWebURLResponse.cpp297 …m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedConte… in initWithURL()
DWebFrame.cpp569 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL); in loadData()
1355 *result = frame->document()->securityOrigin()->canDisplay(MarshallingHelpers::BSTRToKURL(url)); in allowsFollowingLink()
DWebView.cpp3017 String userAgentString = userAgentForKURL(MarshallingHelpers::BSTRToKURL(url)); in userAgentForURL()
4301 …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.