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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 181 WEBKIT_EXPORT void setRemoteIPAddress(const WebString&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebURLResponse.cpp 411 void WebURLResponse::setRemoteIPAddress(const WebString& remoteIPAddress)
413 m_private->m_resourceResponse->setRemoteIPAddress(remoteIPAddress);
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceResponse.h 170 void setRemoteIPAddress(const AtomicString& value) { m_remoteIPAddress = value; }
  /external/chromium/webkit/glue/
weburlloader_impl.cc 194 response->setRemoteIPAddress(
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 198 response->setRemoteIPAddress(

Completed in 109 milliseconds