Home
last modified time | relevance | path

Searched defs:bEnable (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.h121 void EnableMessageBox(FX_BOOL bEnable) override { m_bMsgBoxEnable = bEnable; } in EnableMessageBox()
DJS_Runtime_Stub.cpp118 void EnableMessageBox(FX_BOOL bEnable) override {} in EnableMessageBox()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_spinbuttonimp.cpp28 FWL_ERR IFWL_SpinButton::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton()
146 FWL_ERR CFWL_SpinButtonImp::EnableButton(FX_BOOL bEnable, FX_BOOL bUp) { in EnableButton()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h141 void EnableNotify(FX_BOOL bEnable) { m_bEnableNotify = bEnable; } in EnableNotify()
/external/libnfc-nci/halimpl/pn54x/tml/
DphTmlNfc.h122 volatile uint8_t bEnable; /*This flag shall decide whether to perform Write/Read operation */ member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp982 void CPWL_Wnd::EnableWindow(FX_BOOL bEnable) { in EnableWindow()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp1090 FWL_ERR FWL_EnabelWidget(IFWL_Widget* widget, FX_BOOL bEnable) { in FWL_EnabelWidget()