Home
last modified time | relevance | path

Searched defs:setRemoteIPAddress (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp406 void WebURLResponse::setRemoteIPAddress(const WebString& remoteIPAddress) in setRemoteIPAddress() function in blink::WebURLResponse
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.h168 void setRemoteIPAddress(const AtomicString& value) { m_remoteIPAddress = value; } in setRemoteIPAddress() function