Home
last modified time | relevance | path

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

/external/webkit/WebKit/wx/
DWebFrame.cpp204 kurl.setProtocol("file"); in LoadURL()
208 kurl.setProtocol("http"); in LoadURL()
/external/webkit/WebCore/bindings/js/
DJSLocationCustom.cpp160 void JSLocation::setProtocol(ExecState* exec, JSValuePtr value) in setProtocol() function in WebCore::JSLocation
166 url.setProtocol(value.toString(exec)); in setProtocol()
/external/webkit/WebCore/platform/
DKURL.h134 void setProtocol(const String&);
DKURL.cpp649 void KURL::setProtocol(const String& s) in setProtocol() function in WebCore::KURL
/external/webkit/WebCore/loader/
DFrameLoader.cpp714 url.setProtocol(m_URL.protocol()); in iconURL()
/external/webkit/WebCore/
DChangeLog-2002-12-036659 (KURL::setProtocol): Adjust for prase() interface change.
6692 (KURL::setProtocol):
14311 KURL::ref, KURL::query, KURL::path, KURL::setProtocol,
17067 (KURL::user), (KURL::ref), (KURL::query), (KURL::path), (KURL::setProtocol),
DChangeLog338 (WebCore::JSLocation::setProtocol):
450 (WebCore::JSLocation::setProtocol):
1839 (WebCore::KURL::setProtocol): Using a user-provided string without validation or encoding
5276 (WebCore::JSLocation::setProtocol):
10569 (WebCore::JSLocation::setProtocol):
DChangeLog-2008-08-1037478 (WebCore::JSLocation::setProtocol):
43909 (WebCore::KURL::setProtocol): Ditto.
49890 (WebCore::KURL::setProtocol): Take String.