Home
last modified time | relevance | path

Searched refs:GetStylesEx (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp214 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteInverted) { in OnDrawWidget()
228 if (m_pNormalWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteOutLine) { in OnDrawWidget()
Dcxfa_fftextedit.cpp389 if (ToEdit(m_pNormalWidget.get())->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) in CanCut()
395 return !(ToEdit(m_pNormalWidget.get())->GetStylesEx() & in CanPaste()
/external/pdfium/xfa/fwl/
Dcfwl_combobox.h81 if (m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly) in EditCanCut()
Dcfwl_widget.h86 uint32_t GetStylesEx() const;
Dcfwl_widget.cpp108 uint32_t CFWL_Widget::GetStylesEx() const { in GetStylesEx() function in CFWL_Widget
408 if (GetStylesEx() & FWL_STYLEEXT_MNU_Vert) { in GetPopupPosMenu()
Dcfwl_datetimepicker.cpp586 if (m_pEdit && !(m_pEdit->GetStylesEx() & FWL_STYLEEXT_EDT_ReadOnly)) { in DisForm_OnFocusChanged()
Dcfwl_listbox.cpp720 if (GetStylesEx() & FWL_STYLEEXT_LTB_ShowScrollBarFocus) { in OnFocusChanged()
Dcfwl_combobox.cpp671 if (!(GetStylesEx() & FWL_STYLEEXT_CMB_ReadOnly)) { in DisForm_Layout()
/external/pdfium/xfa/fwl/theme/
Dcfwl_scrollbartp.cpp43 bool bVert = !!pWidget->GetStylesEx(); in DrawBackground()
Dcfwl_checkboxtp.cpp291 uint32_t dwStyle = pWidget->GetStylesEx(); in DrawCheckSign()