Searched refs:bRefresh (Results 1 - 18 of 18) sorted by relevance

/external/libusb-compat/examples/
H A Dtestlibusb.c19 printf(" bRefresh: %d\n", endpoint->bRefresh);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h59 virtual void SetText(FX_LPCWSTR csText,FX_BOOL bRefresh = TRUE);
H A DPWL_ScrollBar.h125 void MovePosButton(FX_BOOL bRefresh);
H A DPWL_EditCtrl.h102 void EnableRefresh(FX_BOOL bRefresh);
H A DPWL_Wnd.h293 void Move(const CPDF_Rect & rcNew,FX_BOOL bReset,FX_BOOL bRefresh);
/external/libusb-compat/libusb/
H A Dusb.h113 u_int8_t bRefresh; member in struct:usb_endpoint_descriptor
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h223 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh);
225 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp469 void CPWL_EditCtrl::EnableRefresh(FX_BOOL bRefresh) argument
472 m_pEdit->EnableRefresh(bRefresh);
H A DPWL_Wnd.cpp314 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh) argument
333 if (bRefresh)
H A DPWL_ListBox.cpp473 void CPWL_ListBox::SetText(FX_LPCWSTR csText,FX_BOOL bRefresh) argument
475 //return CPDF_List::SetText(csText,bRefresh);
H A DPWL_ScrollBar.cpp1001 void CPWL_ScrollBar::MovePosButton(FX_BOOL bRefresh) argument
1063 m_pPosButton->Move(rcPosButton,TRUE,bRefresh);
/external/kernel-headers/original/uapi/linux/usb/
H A Dch9.h380 __u8 bRefresh; member in struct:usb_endpoint_descriptor
/external/libusb/libusb/
H A Dlibusb.h389 uint8_t bRefresh; member in struct:libusb_endpoint_descriptor
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h318 virtual void EnableRefresh(FX_BOOL bRefresh) = 0;
H A Dfxet_edit.h709 void EnableRefresh(FX_BOOL bRefresh);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h566 uint8_t bRefresh; member in struct:libusb_endpoint_descriptor
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp238 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh)
279 if (bRefresh)
299 FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh)
329 if (bRefresh)
237 UpdateFormField(CPDFSDK_Document* pDocument, CPDF_FormField* pFormField, FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh) argument
298 UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl, FX_BOOL bChangeMark, FX_BOOL bResetAP, FX_BOOL bRefresh) argument
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp3474 void CFX_Edit::EnableRefresh(FX_BOOL bRefresh) argument
3476 m_bEnableRefresh = bRefresh;

Completed in 210 milliseconds