Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp401 WebString WebURLResponse::remoteIPAddress() const in remoteIPAddress() function in blink::WebURLResponse
406 void WebURLResponse::setRemoteIPAddress(const WebString& remoteIPAddress) in setRemoteIPAddress()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.h167 const AtomicString& remoteIPAddress() const { return m_remoteIPAddress; } in remoteIPAddress() function