OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expectedContentLength
(Results
1 - 2
of
2
) sorted by null
/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
);
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp
150
data->m_expectedContentLength =
expectedContentLength
();
210
long long ResourceResponse::
expectedContentLength
() const
215
void ResourceResponse::setExpectedContentLength(long long
expectedContentLength
)
220
m_expectedContentLength =
expectedContentLength
;
569
if (a.
expectedContentLength
() != b.
expectedContentLength
())
Completed in 86 milliseconds