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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLRequest.cpp 274 int WebURLRequest::requestorProcessID() const
276 return m_private->m_resourceRequest->requestorProcessID();
279 void WebURLRequest::setRequestorProcessID(int requestorProcessID)
281 m_private->m_resourceRequest->setRequestorProcessID(requestorProcessID);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceRequest.h 187 int requestorProcessID() const { return m_requestorProcessID; }
188 void setRequestorProcessID(int requestorProcessID) { m_requestorProcessID = requestorProcessID; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebURLRequest.h 174 BLINK_PLATFORM_EXPORT int requestorProcessID() const;
  /external/chromium/webkit/glue/
weburlloader_impl.cc 438 // the render process, so we can use requestorProcessID even for requests
440 request_info.requestor_pid = request.requestorProcessID();
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 377 // the render process, so we can use requestorProcessID even for requests
379 request_info.requestor_pid = request.requestorProcessID();

Completed in 27 milliseconds