Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLRequest.cpp267 int WebURLRequest::requestorProcessID() const in requestorProcessID() function in blink::WebURLRequest
272 void WebURLRequest::setRequestorProcessID(int requestorProcessID) in setRequestorProcessID()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequest.h185 int requestorProcessID() const { return m_requestorProcessID; } in requestorProcessID() function
186 … void setRequestorProcessID(int requestorProcessID) { m_requestorProcessID = requestorProcessID; } in setRequestorProcessID()