Home
last modified time | relevance | path

Searched refs:parseURL (Results 1 – 13 of 13) sorted by relevance

/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h917 bool parseURL(const OSCL_wString& aURL);
918 bool parseURL(const char* aURL);
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp95 if (!parseURL(iURI, iHostName, iHostPort)) return false; in getHostAndPort()
102 bool INetURI::parseURL(OSCL_String &aUrl8, OSCL_String &aSerAdd, int32 &aSerPort) in parseURL() function in INetURI
Dpvmf_protocol_engine_internal.h531 bool parseURL(OSCL_String &aUrl8, OSCL_String &aSerAdd, int32 &aSerPort);
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp534 if (parseURL(aURL)) in SetSessionURL()
608 if (!parseURL((mbchar*)iRTSPEngTmpBuf.ptr)) in SetSDPInfo()
2327 bool PVRTSPEngineNode::parseURL(const OSCL_wString& aURL) in parseURL() function in PVRTSPEngineNode
2335 return parseURL((mbchar*)iRTSPEngTmpBuf.ptr); in parseURL()
2338 bool PVRTSPEngineNode::parseURL(const char *aUrl) in parseURL() function in PVRTSPEngineNode
3685 if (!parseURL(tmpBaseURLLoc->c_str())) in processIncomingMessage()
/external/webkit/WebKit/win/
DChangeLog350 Renamed parseURL to deprecatedParseURL.
/external/webkit/WebKitTools/
DChangeLog2268 rename parseURL to deprecatedParseURL.
/external/webkit/WebCore/
DChangeLog-2006-05-10163 * css/csshelper.cpp: (WebCore::parseURL): Remove calls to unicode() function and
1384 * css/csshelper.cpp: (WebCore::parseURL):
18474 * css/csshelper.cpp: (WebCore::parseURL): Actually, the second version was fine. Rolling
18479 * css/csshelper.cpp: (WebCore::parseURL): Third time's the charm.
18483 * css/csshelper.cpp: (WebCore::parseURL): Oops! Checked in fixed version of this file.
18492 * css/csshelper.cpp: (WebCore::parseURL): Use a local buffer rather than
DChangeLog11732 Renamed parseURL to deprecatedParseURL.
11806 CSSHelper.h's parseURL is a function that no one should ever call
11816 (WebCore::CSSParser::parseValue): Removed unneeded call to parseURL;
11818 parseURL function does no good.
DChangeLog-2005-12-1922081 (khtml::parseURL):
25486 (Helper::parseURL):
DChangeLog-2005-08-2323971 new SPI method, uses parseURL and completeURL to get valid URL from attribute value
57207 … (-[WebCoreBridge elementAtPoint:]): use parseURL to go from an attribute string to a URL string
DChangeLog-2007-10-1465024 (WebCore::parseURL):
DChangeLog-2008-08-1061750 (WebCore::parseURL): Make String directly, not by making a StringImpl.
/external/webkit/WebKit/mac/
DChangeLog420 Renamed parseURL to deprecatedParseURL.