Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp386 void WebURLResponse::setIsMultipartPayload(bool value) in setIsMultipartPayload() function in blink::WebURLResponse
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.h162 void setIsMultipartPayload(bool value) { m_isMultipartPayload = value; } in setIsMultipartPayload() function