OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetChunkSize
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h
16
virtual FX_BOOL
SetChunkSize
(int32_t nChunkSize) = 0;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h
61
virtual FX_BOOL
SetChunkSize
(int32_t nChunkSize);
fde_txtedtbuf.cpp
160
FX_BOOL CFDE_TxtEdtBuf::
SetChunkSize
(int32_t nChunkSize) {
fde_txtedtengine.cpp
111
return m_pTxtBuf->
SetChunkSize
(nChunkSize);
[
all
...]
Completed in 40 milliseconds