Searched refs:bRefresh (Results 1 – 15 of 15) sorted by relevance
19 printf(" bRefresh: %d\n", endpoint->bRefresh); in print_endpoint()
121 void MovePosButton(FX_BOOL bRefresh);
81 void EnableRefresh(FX_BOOL bRefresh);
294 void Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh);
113 u_int8_t bRefresh; member
412 void CPWL_EditCtrl::EnableRefresh(FX_BOOL bRefresh) { in EnableRefresh() argument414 m_pEdit->EnableRefresh(bRefresh); in EnableRefresh()
276 void CPWL_Wnd::Move(const CPDF_Rect& rcNew, FX_BOOL bReset, FX_BOOL bRefresh) { in Move() argument289 if (bRefresh) { in Move()
894 void CPWL_ScrollBar::MovePosButton(FX_BOOL bRefresh) { in MovePosButton() argument940 m_pPosButton->Move(rcPosButton, TRUE, bRefresh); in MovePosButton()
444 FX_BOOL bRefresh);449 FX_BOOL bRefresh);
208 FX_BOOL bRefresh) { in UpdateFormField() argument228 if (bRefresh) { in UpdateFormField()243 FX_BOOL bRefresh) { in UpdateFormControl() argument265 if (bRefresh) { in UpdateFormControl()
380 __u8 bRefresh; member
389 uint8_t bRefresh; member
368 virtual void EnableRefresh(FX_BOOL bRefresh) = 0;
627 void EnableRefresh(FX_BOOL bRefresh) override;
2912 void CFX_Edit::EnableRefresh(FX_BOOL bRefresh) { in EnableRefresh() argument2913 m_bEnableRefresh = bRefresh; in EnableRefresh()