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.cpp274 int WebURLRequest::requestorProcessID() const in requestorProcessID() function in blink::WebURLRequest
279 void WebURLRequest::setRequestorProcessID(int requestorProcessID) in setRequestorProcessID()
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceRequest.h187 int requestorProcessID() const { return m_requestorProcessID; } in requestorProcessID() function
188 … void setRequestorProcessID(int requestorProcessID) { m_requestorProcessID = requestorProcessID; } in setRequestorProcessID()