Home
last modified time | relevance | path

Searched refs:bRefresh (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h62 virtual void SetText(FX_LPCWSTR csText,FX_BOOL bRefresh = TRUE);
DPWL_ScrollBar.h127 void MovePosButton(FX_BOOL bRefresh);
DPWL_EditCtrl.h108 void EnableRefresh(FX_BOOL bRefresh);
DPWL_Wnd.h301 void Move(const CPDF_Rect & rcNew,FX_BOOL bReset,FX_BOOL bRefresh);
/external/libusb-compat/examples/
Dtestlibusb.c19 printf(" bRefresh: %d\n", endpoint->bRefresh); in print_endpoint()
/external/libusb-compat/libusb/
Dusb.h113 u_int8_t bRefresh; member
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp469 void CPWL_EditCtrl::EnableRefresh(FX_BOOL bRefresh) in EnableRefresh() argument
472 m_pEdit->EnableRefresh(bRefresh); in EnableRefresh()
DPWL_Wnd.cpp319 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh) in Move() argument
338 if (bRefresh) in Move()
DPWL_ScrollBar.cpp1001 void CPWL_ScrollBar::MovePosButton(FX_BOOL bRefresh) in MovePosButton() argument
1063 m_pPosButton->Move(rcPosButton,TRUE,bRefresh); in MovePosButton()
DPWL_ListBox.cpp473 void CPWL_ListBox::SetText(FX_LPCWSTR csText,FX_BOOL bRefresh) in SetText() argument
/external/pdfium/fpdfsdk/include/javascript/
DField.h228 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh);
230 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh);
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h380 __u8 bRefresh; member
/external/libusb/libusb/
Dlibusb.h389 uint8_t bRefresh; member
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h339 virtual void EnableRefresh(FX_BOOL bRefresh) = 0;
Dfxet_edit.h705 void EnableRefresh(FX_BOOL bRefresh);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp237 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh) in UpdateFormField() argument
278 if (bRefresh) in UpdateFormField()
298 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh) in UpdateFormControl() argument
328 if (bRefresh) in UpdateFormControl()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp3457 void CFX_Edit::EnableRefresh(FX_BOOL bRefresh) in EnableRefresh() argument
3459 m_bEnableRefresh = bRefresh; in EnableRefresh()