OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_nTotal
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.h
89
int32_t
m_nTotal
;
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
205
CLines() :
m_nTotal
(0) {}
209
void Empty() {
m_nTotal
= 0; }
215
m_nTotal
= 0;
218
if (
m_nTotal
>= GetSize()) {
222
} else if (CLine* pLine = GetAt(
m_nTotal
)) {
225
return
m_nTotal
++;
228
for (int32_t i = GetSize() - 1; i >=
m_nTotal
; i--) {
236
int32_t
m_nTotal
;
Completed in 740 milliseconds