HomeSort by relevance Sort by last modified time
    Searched defs:expectedContentLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp 136 data->m_expectedContentLength = expectedContentLength();
196 long long ResourceResponse::expectedContentLength() const
201 void ResourceResponse::setExpectedContentLength(long long expectedContentLength)
206 m_expectedContentLength = expectedContentLength;
510 if (a.expectedContentLength() != b.expectedContentLength())
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 184 long long WebURLResponse::expectedContentLength() const
186 return m_private->m_resourceResponse->expectedContentLength();
189 void WebURLResponse::setExpectedContentLength(long long expectedContentLength)
191 m_private->m_resourceResponse->setExpectedContentLength(expectedContentLength);

Completed in 183 milliseconds