HomeSort by relevance Sort by last modified time
    Searched refs:requestorProcessID (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLRequest.cpp 267 int WebURLRequest::requestorProcessID() const
269 return m_private->m_resourceRequest->requestorProcessID();
272 void WebURLRequest::setRequestorProcessID(int requestorProcessID)
274 m_private->m_resourceRequest->setRequestorProcessID(requestorProcessID);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceRequest.h 185 int requestorProcessID() const { return m_requestorProcessID; }
186 void setRequestorProcessID(int requestorProcessID) { m_requestorProcessID = requestorProcessID; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 173 BLINK_PLATFORM_EXPORT int requestorProcessID() const;
  /external/chromium_org/content/child/
web_url_loader_impl.cc 388 // the render process, so we can use requestorProcessID even for requests
390 request_info.requestor_pid = request.requestorProcessID();

Completed in 34 milliseconds