Searched refs:bRefresh (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ListBox.h | 62 virtual void SetText(FX_LPCWSTR csText,FX_BOOL bRefresh = TRUE);
|
D | PWL_ScrollBar.h | 127 void MovePosButton(FX_BOOL bRefresh);
|
D | PWL_EditCtrl.h | 108 void EnableRefresh(FX_BOOL bRefresh);
|
D | PWL_Wnd.h | 301 void Move(const CPDF_Rect & rcNew,FX_BOOL bReset,FX_BOOL bRefresh);
|
/external/libusb-compat/examples/ |
D | testlibusb.c | 19 printf(" bRefresh: %d\n", endpoint->bRefresh); in print_endpoint()
|
/external/libusb-compat/libusb/ |
D | usb.h | 113 u_int8_t bRefresh; member
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_EditCtrl.cpp | 469 void CPWL_EditCtrl::EnableRefresh(FX_BOOL bRefresh) in EnableRefresh() argument 472 m_pEdit->EnableRefresh(bRefresh); in EnableRefresh()
|
D | PWL_Wnd.cpp | 319 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh) in Move() argument 338 if (bRefresh) in Move()
|
D | PWL_ScrollBar.cpp | 1001 void CPWL_ScrollBar::MovePosButton(FX_BOOL bRefresh) in MovePosButton() argument 1063 m_pPosButton->Move(rcPosButton,TRUE,bRefresh); in MovePosButton()
|
D | PWL_ListBox.cpp | 473 void CPWL_ListBox::SetText(FX_LPCWSTR csText,FX_BOOL bRefresh) in SetText() argument
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Field.h | 228 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/ |
D | ch9.h | 380 __u8 bRefresh; member
|
/external/libusb/libusb/ |
D | libusb.h | 389 uint8_t bRefresh; member
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 339 virtual void EnableRefresh(FX_BOOL bRefresh) = 0;
|
D | fxet_edit.h | 705 void EnableRefresh(FX_BOOL bRefresh);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 237 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/ |
D | fxet_edit.cpp | 3457 void CFX_Edit::EnableRefresh(FX_BOOL bRefresh) in EnableRefresh() argument 3459 m_bEnableRefresh = bRefresh; in EnableRefresh()
|