Home
last modified time | relevance | path

Searched refs:m_bEnd (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_stream.cpp24 bool m_bEnd; member
134 handle->m_bEnd = false; in FX_OpenFolder()
153 if (handle->m_bEnd) in FX_GetNextFile()
160 handle->m_bEnd = true; in FX_GetNextFile()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h163 bool IsEnd() const { return m_bEnd; } in IsEnd()
166 const bool m_bEnd; // indicate whether this is the end of replace action variable
Dcpwl_edit_impl.cpp311 : m_pEdit(pEdit), m_bEnd(bIsEnd) { in CFXEU_ReplaceSelection()