/external/webkit/Source/WebCore/ |
ChangeLog-2002-12-03 | [all...] |
/external/webkit/Source/WebCore/dom/ |
Element.h | 200 virtual KURL baseURI() const; 249 KURL getURLAttribute(const QualifiedName&) const; 250 KURL getNonEmptyURLAttribute(const QualifiedName&) const;
|
Document.cpp | 393 Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML) 1093 KURL Document::baseURI() const [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLLinkElement.cpp | 360 void HTMLLinkElement::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) 468 KURL HTMLLinkElement::href() const 488 void HTMLLinkElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
|
HTMLImageElement.cpp | 346 KURL HTMLImageElement::src() const 388 void HTMLImageElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) const
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
MediaPlayerPrivateQt.cpp | 199 KURL kUrl(ParsedURLString, url); 200 const QUrl rUrl = kUrl;
|
/external/webkit/Source/WebCore/platform/network/ |
FormData.cpp | 177 void FormData::appendBlob(const KURL& blobURL) 418 element.m_blobURL = KURL(KURL(), blobURLString);
|
ResourceResponseBase.cpp | 71 ResourceResponseBase::ResourceResponseBase(const KURL& url, const String& mimeType, long long expectedLength, const String& textEncodingName, const String& filename) 145 const KURL& ResourceResponseBase::url() const 152 void ResourceResponseBase::setURL(const KURL& url)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.cpp | 36 #include <WebCore/KURL.h> 592 void NetscapePlugin::streamDidReceiveResponse(uint64_t streamID, const KURL& responseURL, uint32_t streamLength, 625 void NetscapePlugin::manualStreamDidReceiveResponse(const KURL& responseURL, uint32_t streamLength, uint32_t lastModifiedTime,
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 447 bool WebFrame::allowsFollowingLink(const WebCore::KURL& url) const 640 String WebFrame::suggestedFilenameForResourceWithURL(const KURL& url) const 661 String WebFrame::mimeTypeForResourceWithURL(const KURL& url) const
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.cpp | 391 void XMLHttpRequest::open(const String& method, const KURL& url, ExceptionCode& ec) 396 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, ExceptionCode& ec) 446 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, const String& user, ExceptionCode& ec) 448 KURL urlWithCredentials(url); 454 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, const String& user, const String& password, ExceptionCode& ec) 456 KURL urlWithCredentials(url); [all...] |
XSLTProcessorLibxslt.cpp | 121 KURL url(KURL(ParsedURLString, reinterpret_cast<const char*>(base)), reinterpret_cast<const char*>(uri));
|
/external/webkit/Source/WebCore/page/ |
EventSource.cpp | 59 inline EventSource::EventSource(const KURL& url, ScriptExecutionContext* context) 80 KURL fullURL = context->completeURL(url);
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
MediaPlayerPrivateGStreamer.cpp | 39 #include "KURL.h" [all...] |
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
GraphicsContextOpenVG.cpp | 24 #include "KURL.h" 469 void GraphicsContext::setURLForRect(const KURL& link, const IntRect& destRect)
|
/external/webkit/Source/WebCore/platform/mac/ |
DragImageMac.mm | 36 #import "KURL.h" 231 DragImageRef createDragImageForLink(KURL& url, const String& title, Frame* frame)
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreJniOnLoad.cpp | 175 virtual void setCookies(const KURL&, const String&) {} 176 virtual String cookies(const KURL&) { return ""; }
|
/external/webkit/Source/WebKit/chromium/src/ |
WebWorkerBase.cpp | 137 SecurityOrigin::create(KURL(ParsedURLString, "http://localhost")); 184 SubstituteData substData(buf, String("text/html"), String("UTF-8"), KURL());
|
WebWorkerClientImpl.cpp | 134 void WebWorkerClientImpl::startWorkerContext(const KURL& scriptURL, 322 thisPtr->m_webWorker->startWorkerContext(KURL(ParsedURLString, scriptURL),
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebContextMenuClient.mm | 46 #import <WebCore/KURL.h> 323 void WebContextMenuClient::downloadURL(const KURL& url)
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 263 bool WebPage::platformHasLocalDataForURL(const WebCore::KURL& url) 287 String WebPage::cachedResponseMIMETypeForURL(const WebCore::KURL& url)
|
/external/webkit/Source/WebCore/bindings/js/ |
JSXMLHttpRequestCustom.cpp | 84 const KURL& url = impl()->scriptExecutionContext()->completeURL(ustringToString(exec->argument(1).toString(exec)));
|
ScriptController.h | 100 bool executeIfJavaScriptURL(const KURL&, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL = ReplaceDocumentIfJavaScriptURL);
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScheduledAction.cpp | 48 , m_code(String(), KURL(), TextPosition1::belowRangePosition())
|
ScriptController.h | 78 bool executeIfJavaScriptURL(const KURL&, ShouldReplaceDocumentIfJavaScriptURL shouldReplaceDocumentIfJavaScriptURL = ReplaceDocumentIfJavaScriptURL);
|