HomeSort by relevance Sort by last modified time
    Searched refs:responseURL (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/loader/
SubstituteData.h 41 SubstituteData(PassRefPtr<SharedBuffer> content, const String& mimeType, const String& textEncoding, const KURL& failingURL, const KURL& responseURL = KURL())
46 , m_responseURL(responseURL)
56 const KURL& responseURL() const { return m_responseURL; }
DocumentLoader.h 90 const KURL& responseURL() const;
MainResourceLoader.cpp 464 KURL url = m_substituteData.responseURL();
DocumentLoader.cpp 646 const KURL& DocumentLoader::responseURL() const
FrameLoader.cpp     [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 93 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
95 m_responseURL = responseURL;
101 const char *url = [responseURL _web_URLCString];
WebKitPluginHost.defs 141 responseURL :data_t;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 90 CFHTTPMessageRef wkCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 487 KURL responseURL = response.url();
491 if (responseURL.isNull())
492 responseURL = KURL(ParsedURLString, "");
494 PassRefPtr<ArchiveResource> mainResource = ArchiveResource::create(utf8Buffer(markupString), responseURL, response.mimeType(), "UTF-8", frame->tree()->name());
548 const String& iconURL = iconDatabase()->iconURLForPageURL(responseURL);
550 if (Image* iconImage = iconDatabase()->iconForPageURL(responseURL, IntSize(16, 16))) {
  /external/webkit/WebCore/plugins/
PluginStream.cpp 131 const KURL& responseURL = m_resourceResponse.url();
135 if (protocolIsJavaScript(responseURL))
136 m_stream.url = fastStrDup(decodeURLEscapeSequences(responseURL.string()).utf8().data());
138 m_stream.url = fastStrDup(responseURL.string().utf8().data());
  /external/webkit/WebCore/platform/mac/
WebCoreSystemInterface.mm 89 CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL);
WebCoreSystemInterface.h 147 extern CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL);
  /external/webkit/WebKit/mac/Plugins/
WebPluginController.mm 405 NSURL *responseURL = [[[[self webFrame] _dataSource] response] URL];
406 ASSERT(responseURL);
407 return [responseURL _web_originalDataAsString];
  /external/webkit/WebKitTools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 242 wstring responseURL(responseURLBSTR, SysStringLen(responseURLBSTR));
246 int lastSlash = responseURL.rfind('/');
248 responseURL = responseURL.substr(0, lastSlash);
251 wstring wAbsoluteURL = responseURL + TEXT("/") + wURL;
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 286 CFHTTPMessageRef WKCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm     [all...]

Completed in 254 milliseconds