OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nBlockIndex
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h
157
int32_t
nBlockIndex
,
162
int32_t
nBlockIndex
) = 0;
164
int32_t
nBlockIndex
,
226
virtual int32_t CountEditFields(int32_t
nBlockIndex
) const = 0;
227
virtual void GetEditFieldText(int32_t
nBlockIndex
,
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h
95
int32_t
nBlockIndex
,
100
int32_t
nBlockIndex
) override;
102
int32_t
nBlockIndex
,
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.h
106
virtual int32_t CountEditFields(int32_t
nBlockIndex
) const;
107
virtual void GetEditFieldText(int32_t
nBlockIndex
,
fde_txtedtengine.cpp
848
int32_t
nBlockIndex
= 0;
858
nBlockIndex
++;
901
int32_t CFDE_TxtEdtEngine::CountEditFields(int32_t
nBlockIndex
) const {
903
CFDE_TxtEdtBlock* pBlock = m_BlockArray[
nBlockIndex
];
909
void CFDE_TxtEdtEngine::GetEditFieldText(int32_t
nBlockIndex
,
913
CFDE_TxtEdtBlock* pBlock = m_BlockArray[
nBlockIndex
];
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
947
int32_t
nBlockIndex
,
954
int32_t
nBlockIndex
) {
958
int32_t
nBlockIndex
,
[
all
...]
Completed in 543 milliseconds