OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadNextBlock
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp
35
return
ReadNextBlock
();
37
FX_BOOL CXML_Parser::
ReadNextBlock
() {
38
if (!m_pDataAcc->
ReadNextBlock
()) {
119
} while (
ReadNextBlock
());
145
} while (
ReadNextBlock
());
172
} while (
ReadNextBlock
());
174
ReadNextBlock
();
262
} while (
ReadNextBlock
());
302
} while (
ReadNextBlock
());
354
} while (
ReadNextBlock
());
[
all
...]
xml_int.h
28
FX_BOOL
ReadNextBlock
(FX_BOOL bRestart = FALSE) override {
64
FX_BOOL
ReadNextBlock
(FX_BOOL bRestart = FALSE) override {
107
FX_BOOL
ReadNextBlock
();
/external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.h
14
FX_BOOL
ReadNextBlock
();
fx_sax_imp.cpp
55
FX_BOOL CFX_SAXFile::
ReadNextBlock
() {
227
if (!m_File.
ReadNextBlock
()) {
/external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp
349
if (!m_pBufferRead->
ReadNextBlock
(TRUE)) {
354
m_pBufferRead->
ReadNextBlock
(FALSE);
399
if (!m_pBufferRead->
ReadNextBlock
(TRUE)) {
407
if (m_pBufferRead->IsEOF() || !m_pBufferRead->
ReadNextBlock
(FALSE)) {
425
if (!m_pBufferRead->
ReadNextBlock
(FALSE)) {
[
all
...]
/external/pdfium/core/include/fxcrt/
fx_stream.h
157
virtual FX_BOOL
ReadNextBlock
(FX_BOOL bRestart = FALSE) = 0;
Completed in 129 milliseconds