OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXFA_FileRead
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.h
10
class
CXFA_FileRead
: public IFX_FileRead {
12
explicit
CXFA_FileRead
(const CFX_ArrayTemplate<CPDF_Stream*>& streams);
xfa_ffapp.cpp
19
CXFA_FileRead
::
CXFA_FileRead
(const CFX_ArrayTemplate<CPDF_Stream*>& streams) {
26
FX_FILESIZE
CXFA_FileRead
::GetSize() {
35
FX_BOOL
CXFA_FileRead
::ReadBlock(void* buffer,
xfa_ffdoc.cpp
253
IFX_FileRead* pFileRead = new
CXFA_FileRead
(xfaStreams);
Completed in 74 milliseconds