Searched defs:IsEOF (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/base/
H A Dupload_data_stream.cc66 bool UploadDataStream::IsEOF() const { function in class:net::UploadDataStream
224 if (is_chunked_ && !IsEOF() && bytes_copied == 0) {
236 // Returning 0 is allowed only when IsEOF() == true.
237 DCHECK(bytes_copied != 0 || IsEOF());
/external/pdfium/core/include/fxcrt/
H A Dfx_stream.h96 virtual FX_BOOL IsEOF() = 0;
110 virtual FX_BOOL IsEOF() function in class:IFX_FileRead
146 virtual FX_BOOL IsEOF() = 0;
186 virtual FX_BOOL IsEOF() = 0;
H A Dfx_basic.h223 FX_BOOL IsEOF();
1253 FX_BOOL IsEOF() function in class:CFX_BitStream
1433 FX_BOOL IsEOF() const function in class:CFX_DataFilter
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h28 virtual FX_BOOL IsEOF() function in class:CXML_DataBufAcc
96 virtual FX_BOOL IsEOF() function in class:CXML_DataStmAcc
165 FX_BOOL IsEOF();
H A Dextension.h58 virtual FX_BOOL IsEOF() function in class:CFX_CRTFileStream
183 virtual FX_BOOL IsEOF() function in class:CFX_MemoryStream
H A Dfx_basic_buffer.cpp336 FX_BOOL CFX_ArchiveLoader::IsEOF() function in class:CFX_ArchiveLoader
H A Dfx_xml_parser.cpp64 FX_BOOL CXML_Parser::IsEOF() function in class:CXML_Parser
66 if (!m_pDataAcc->IsEOF()) {
126 if (IsEOF()) {
134 if (m_dwIndex < m_dwBufferSize || IsEOF()) {
142 if (IsEOF()) {
161 if (m_dwIndex < m_dwBufferSize || IsEOF()) {
170 if (IsEOF()) {
189 if (m_dwIndex < m_dwBufferSize || IsEOF()) {
193 while (!m_pDataAcc->IsEOF()) {
202 if (IsEOF()) {
[all...]
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h201 virtual FX_BOOL IsEOF() function in class:CFX_FontProvider

Completed in 163 milliseconds