Home
last modified time | relevance | path

Searched refs:m_expectedContentLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.cpp40 : m_expectedContentLength(0) in ResourceResponse()
75 , m_expectedContentLength(expectedLength) in ResourceResponse()
114 response->setExpectedContentLength(data->m_expectedContentLength); in adopt()
150 data->m_expectedContentLength = expectedContentLength(); in copyData()
212 return m_expectedContentLength; in expectedContentLength()
220 m_expectedContentLength = expectedContentLength; in setExpectedContentLength()
DResourceResponse.h195 long long m_expectedContentLength; variable
288 long long m_expectedContentLength; member