Home
last modified time | relevance | path

Searched refs:EnableNotify (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp244 this->EnableNotify(FALSE); in GetItemHeight()
246 m_pEdit->EnableNotify(FALSE); in GetItemHeight()
255 m_pEdit->EnableNotify(TRUE); in GetItemHeight()
256 this->EnableNotify(TRUE); in GetItemHeight()
436 m_pEdit->EnableNotify(FALSE); in CreateChildWnd()
438 m_pEdit->EnableNotify(TRUE); in CreateChildWnd()
445 m_pEdit->EnableNotify(FALSE); in SetText()
447 m_pEdit->EnableNotify(TRUE); in SetText()
558 m_pEdit->EnableNotify(FALSE); in OnNotify()
560 m_pEdit->EnableNotify(TRUE); in OnNotify()
[all …]
DPWL_IconList.cpp336 void CPWL_IconList_Content::EnableNotify(FX_BOOL bNotify) in EnableNotify() function in CPWL_IconList_Content
525 void CPWL_IconList::EnableNotify(FX_BOOL bNotify) in EnableNotify() function in CPWL_IconList
527 m_pListContent->EnableNotify(bNotify); in EnableNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h64 void EnableNotify(FX_BOOL bNotify);
104 void EnableNotify(FX_BOOL bNotify);
DPWL_Note.h136 void EnableNotify(FX_BOOL bEnable) {m_bEnableNotify = bEnable;} in EnableNotify() function
307 void EnableNotify(FX_BOOL bEnabled);
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h326 virtual void EnableNotify(FX_BOOL bNotify) = 0;
Dfxet_edit.h684 void EnableNotify(FX_BOOL bNotify);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp3484 void CFX_Edit::EnableNotify(FX_BOOL bNotify) in EnableNotify() function in CFX_Edit