/external/webkit/Source/WebCore/inspector/ |
InspectorPageAgent.cpp | 176 rawCookiesImplemented = getRawCookies(document, KURL(ParsedURLString, it->second->url()), docCookiesList); 210 WebCore::deleteCookie(document, KURL(ParsedURLString, it->second->url()), cookieName);
|
InspectorInstrumentation.cpp | 517 void InspectorInstrumentation::domContentLoadedEventFiredImpl(InspectorAgent* inspectorAgent, Frame* frame, const KURL& url) 540 void InspectorInstrumentation::loadEventFiredImpl(InspectorAgent* inspectorAgent, Frame* frame, const KURL& url) 584 KURL url = inspectorAgent->inspectedURLWithoutFragment(); 725 void InspectorInstrumentation::didCreateWebSocketImpl(InspectorAgent* inspectorAgent, unsigned long identifier, const KURL& requestURL, const KURL&) [all...] |
/external/webkit/Source/WebCore/platform/gtk/ |
ClipboardGtk.cpp | 285 void ClipboardGtk::declareAndWriteDragImage(Element* element, const KURL& url, const String& label, Frame* frame) 301 void ClipboardGtk::writeURL(const KURL& url, const String& label, Frame*)
|
/external/webkit/Source/WebCore/platform/network/soup/ |
SocketStreamHandleSoup.cpp | 36 #include "KURL.h" 81 SocketStreamHandle::SocketStreamHandle(const KURL& url, SocketStreamHandleClient* client)
|
/external/webkit/Source/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 57 XSLStyleSheet::XSLStyleSheet(XSLImportRule* parentRule, const String& originalURL, const KURL& finalURL) 67 XSLStyleSheet::XSLStyleSheet(Node* parentNode, const String& originalURL, const KURL& finalURL, bool embedded)
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPageSerializerImpl.h | 119 const WebCore::KURL& url; 138 SerializeDomParam(const WebCore::KURL&, const WebCore::TextEncoding&, WebCore::Document*, const WTF::String& directoryName);
|
WebPageSerializerImpl.cpp | 91 #include "KURL.h" 109 WebPageSerializerImpl::SerializeDomParam::SerializeDomParam(const KURL& url, 455 KURL url = links[i]; 499 KURL mainURL = m_specifiedWebFrameImpl->frame()->document()->url(); 504 const KURL& url = document->url(); 525 m_client->didSerializeDataForFrame(KURL(), WebCString("", 0), WebPageSerializerClient::AllFramesAreFinished);
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebScriptDebugger.mm | 41 #import <WebCore/KURL.h> 72 return KURL(ParsedURLString, ustringToString(s));
|
/external/webkit/Source/WebKit/win/ |
WebDataSource.cpp | 46 #include <WebCore/KURL.h> 256 KURL unreachableURL = m_loader->unreachableURL();
|
WebFrame.cpp | 565 // but that would turn a null BSTR into a null KURL, and we crash inside of 566 // WebCore if we use a null KURL in constructing the ResourceRequest. 567 KURL baseKURL = KURL(KURL(), String(baseURL ? baseURL : L"", SysStringLen(baseURL))); 569 KURL failingKURL = MarshallingHelpers::BSTRToKURL(failingURL); 699 KURL WebFrame::url() const 703 return KURL(); [all...] |
/external/webkit/Source/WebKit2/UIProcess/cf/ |
WebPageProxyCF.cpp | 169 initializeSandboxExtensionHandle(KURL(KURL(), item->url()), sandboxExtensionHandle);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/ |
WebPageQt.cpp | 268 bool WebPage::platformHasLocalDataForURL(const WebCore::KURL&) 274 String WebPage::cachedResponseMIMETypeForURL(const WebCore::KURL&)
|
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 111 HistoryItem::HistoryItem(const KURL& url, const String& target, const String& parent, const String& title) 239 KURL HistoryItem::url() const 241 return KURL(ParsedURLString, m_urlString); 244 KURL HistoryItem::originalURL() const 246 return KURL(ParsedURLString, m_originalURLString); 281 void HistoryItem::setURL(const KURL& url)
|
/external/webkit/Source/WebCore/loader/ |
MainResourceLoader.cpp | 233 static bool shouldLoadAsEmptyDocument(const KURL& url) 244 KURL url = request().url(); 432 m_response = ResourceResponse(KURL(), "text/html", 0, String(), String()); 499 void MainResourceLoader::handleEmptyLoad(const KURL& url, bool forURLScheme) 515 KURL url = m_substituteData.responseURL(); 564 const KURL& url = r.url();
|
/external/chromium/net/http/ |
http_cache_unittest.cc | [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.cpp | 38 #include "KURL.h" 426 WebCore::KURL kurl(WebCore::KURL(), WTF::String::fromUTF8(uri)); 427 WebCore::ResourceRequest req(kurl); 523 WebCore::KURL baseKURL(WebCore::KURL(), WTF::String::fromUTF8(base_uri)); 524 WebCore::KURL unreachableKURL; 526 unreachableKURL = WebCore::KURL(WebCore::KURL(), WTF::String::fromUTF8(unreachable_uri)) [all...] |
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | 443 bool WebFrameLoaderClient::shouldPaintBrokenImage(const KURL& imageURL) const 558 void WebFrameLoaderClient::dispatchWillPerformClientRedirect(const KURL& url, double delay, double fireDate) [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebFrameLoaderClient.cpp | 303 void WebFrameLoaderClient::dispatchWillPerformClientRedirect(const KURL& url, double interval, double fireDate) [all...] |
/external/webkit/Source/WebCore/dom/ |
Node.h | 154 virtual KURL baseURI() const; 156 void getSubresourceURLs(ListHashSet<KURL>&) const; 648 virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const { } 723 inline void addSubresourceURL(ListHashSet<KURL>& urls, const KURL& url)
|
Element.h | 200 virtual KURL baseURI() const; 249 KURL getURLAttribute(const QualifiedName&) const; 250 KURL getNonEmptyURLAttribute(const QualifiedName&) const;
|
/external/webkit/Source/WebCore/page/ |
DragController.cpp | 625 static void prepareClipboardForImageDrag(Frame* src, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label) 676 KURL linkURL = dragSource.absoluteLinkURL(); 677 KURL imageURL = dragSource.absoluteImageURL(); 682 m_draggingImageURL = KURL(); [all...] |
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
WebKitWebSourceGStreamer.cpp | 412 KURL url = KURL(KURL(), priv->uri); 576 KURL url(KURL(), uri);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.h | 290 bool hasLocalDataForURL(const WebCore::KURL&); 291 String cachedResponseMIMETypeForURL(const WebCore::KURL&); 437 void loadData(PassRefPtr<WebCore::SharedBuffer>, const String& MIMEType, const String& encodingName, const WebCore::KURL& baseURL, const WebCore::KURL& failingURL); 439 bool platformHasLocalDataForURL(const WebCore::KURL&);
|
/external/webkit/Source/WebCore/ |
ChangeLog-2002-12-03 | [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
|