Home
last modified time | relevance | path

Searched refs:m_bNotify (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp762 m_bNotify(TRUE), in CFX_Edit()
1714 if (m_bNotify && m_pNotify) { in SetContentChanged()
1813 if (m_bNotify && m_pNotify) { in SetScrollInfo()
1840 if (m_bNotify && m_pNotify) { in SetScrollPosX()
1860 if (m_bNotify && m_pNotify) { in SetScrollPosY()
1975 if (m_bNotify && m_pNotify) { in Refresh()
2089 if (m_bNotify && m_pNotify) { in RefreshWordRange()
2103 if (m_bNotify && m_pNotify) { in RefreshWordRange()
2124 if (m_bNotify && m_pNotify) { in SetCaretInfo()
2159 if (m_bNotify && m_pVT->IsRichText() && m_pNotify) { in SetCaretChange()
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h761 FX_BOOL m_bNotify; variable