OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setRemoteIPAddress
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp
414
void WebURLResponse::
setRemoteIPAddress
(const WebString& remoteIPAddress)
416
m_private->m_resourceResponse->
setRemoteIPAddress
(remoteIPAddress);
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h
172
void
setRemoteIPAddress
(const AtomicString& value) { m_remoteIPAddress = value; }
Completed in 86 milliseconds