Searched refs:setProtocol (Results 1 – 8 of 8) sorted by relevance
/external/webkit/WebKit/wx/ |
D | WebFrame.cpp | 204 kurl.setProtocol("file"); in LoadURL() 208 kurl.setProtocol("http"); in LoadURL()
|
/external/webkit/WebCore/bindings/js/ |
D | JSLocationCustom.cpp | 160 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/ |
D | KURL.h | 134 void setProtocol(const String&);
|
D | KURL.cpp | 649 void KURL::setProtocol(const String& s) in setProtocol() function in WebCore::KURL
|
/external/webkit/WebCore/loader/ |
D | FrameLoader.cpp | 714 url.setProtocol(m_URL.protocol()); in iconURL()
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 6659 (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),
|
D | ChangeLog | 338 (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):
|
D | ChangeLog-2008-08-10 | 37478 (WebCore::JSLocation::setProtocol): 43909 (WebCore::KURL::setProtocol): Ditto. 49890 (WebCore::KURL::setProtocol): Take String.
|