Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffpushbutton.cpp192 FX_DWORD dwState = m_pNormalWidget->GetStates(); in RenderHighlightCaption()
219 if ((m_pNormalWidget->GetStates() & FWL_STATE_PSB_Pressed) && in OnDrawWidget()
220 (m_pNormalWidget->GetStates() & FWL_STATE_PSB_Hovered)) { in OnDrawWidget()
235 if ((m_pNormalWidget->GetStates() & FWL_STATE_PSB_Pressed) && in OnDrawWidget()
236 (m_pNormalWidget->GetStates() & FWL_STATE_PSB_Hovered)) { in OnDrawWidget()
Dxfa_ffcheckbutton.cpp260 FX_DWORD dwState = m_pNormalWidget->GetStates(); in FWLState2XFAState()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp117 FX_DWORD CFWL_Widget::GetStates() { in GetStates() function in CFWL_Widget
120 return m_pIface->GetStates(); in GetStates()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_datetimepickerimp.cpp751 return !(m_pForm->GetStates() & FWL_WGTSTATE_Invisible); in IsMonthCalendarShowed()
863 return !(m_pMonthCal->GetStates() & FWL_WGTSTATE_Invisible); in DisForm_IsMonthCalendarShowed()
925 m_pMonthCal->GetStates() & FWL_WGTSTATE_Focused || in DisForm_IsNeedShowButton()
926 m_pEdit->GetStates() & FWL_WGTSTATE_Focused; in DisForm_IsNeedShowButton()
1054 m_pOwner->m_pEdit->GetStates() & FWL_WGTSTATE_Focused) { in OnProcessMessage()
1154 if (m_pOwner->m_pEdit->GetStates() & FWL_WGTSTATE_Focused) { in DisForm_OnFocusChanged()
Dfwl_caretimp.cpp135 if (m_pCaret->GetStates() & FWL_STATE_CAT_HightLight) { in Run()
Dfwl_tooltipctrlimp.cpp264 if (m_pToolTip->GetStates() & FWL_WGTSTATE_Invisible) { in Run()
Dfwl_editimp.cpp1048 bShowSel = (pForm->GetStates() & FWL_WGTSTATE_Deactivated) != in DrawContent()
1404 ((m_pHorzScrollBar->GetStates() & FWL_WGTSTATE_Invisible) == 0); in UpdateScroll()
1407 ((m_pVertScrollBar->GetStates() & FWL_WGTSTATE_Invisible) == 0); in UpdateScroll()
1438 } else if ((m_pHorzScrollBar->GetStates() & FWL_WGTSTATE_Disabled) == 0) { in UpdateScroll()
1473 } else if ((m_pVertScrollBar->GetStates() & FWL_WGTSTATE_Disabled) == 0) { in UpdateScroll()
Dfwl_checkboximp.cpp365 pCheckBox->GetStates() & FWL_STATE_CKB_Checked) { in NextStates()
Dfwl_comboboximp.cpp963 return m_pForm && !(m_pForm->GetStates() & FWL_WGTSTATE_Invisible); in IsDropListShowed()
1221 return !(m_pListBox->GetStates() & FWL_WGTSTATE_Invisible); in DisForm_IsDropListShowed()
1665 if ((m_pOwner->m_pEdit->GetStates() & FWL_WGTSTATE_Focused) == 0) { in DisForm_OnFocusChanged()
Dfwl_listboximp.cpp959 if (!pScrollbar || (pScrollbar->GetStates() & FWL_WGTSTATE_Invisible)) { in IsShowScrollBar()
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h66 FX_DWORD GetStates();
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp465 if ((child->GetStates() & FWL_WGTSTATE_Invisible) == 0) { in GetWidgetAtPoint()
603 (pParent->GetStates() & (1 << (FWL_WGTSTATE_MAX + 2)))) { in GetDefaultButton()
610 (child->GetStates() & (1 << (FWL_WGTSTATE_MAX + 2)))) { in GetDefaultButton()
790 if (child->GetStates() & FWL_WGTSTATE_Invisible) { in DrawChild()
949 } else if (!(pChild->GetStates() & FWL_WGTSTATE_Invisible)) { in IsNeedRepaint()
Dfwl_noteimp.cpp519 return (pMsg->m_pDstTarget)->GetStates() & FWL_WGTSTATE_Deactivated; in DoActivate()
566 if (pSubFocus && ((pSubFocus->GetStates() & FWL_WGTSTATE_Focused) == 0)) { in DoSetFocus()
591 if (pSubFocus && (pSubFocus->GetStates() & FWL_WGTSTATE_Focused)) { in DoKillFocus()
Dfwl_widgetimp.cpp60 FX_DWORD IFWL_Widget::GetStates() { in GetStates() function in IFWL_Widget
61 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetStates(); in GetStates()
259 FX_DWORD CFWL_WidgetImp::GetStates() { in GetStates() function in CFWL_WidgetImp
Dfwl_formimp.cpp998 } else if (pSubFocus->GetStates() & FWL_WGTSTATE_Focused) { in OnProcessMessage()
/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h40 FX_DWORD GetStates();
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h42 virtual FX_DWORD GetStates();