Home
last modified time | relevance | path

Searched refs:borderUI (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp26 CXFA_Border* borderUI = pWidget->GetNode()->GetWidgetAcc()->GetUIBorder(); in DrawBackground() local
29 if (borderUI) { in DrawBackground()
30 CXFA_Edge* edge = borderUI->GetEdgeIfExists(0); in DrawBackground()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp176 CXFA_Border* borderUI = m_pNode->GetWidgetAcc()->GetUIBorder(); in PerformLayout() local
177 if (borderUI) { in PerformLayout()
178 CXFA_Margin* borderMargin = borderUI->GetMarginIfExists(); in PerformLayout()
Dcxfa_fffield.cpp270 CXFA_Border* borderUI = m_pNode->GetWidgetAcc()->GetUIBorder(); in CapPlacement() local
271 if (borderUI) { in CapPlacement()
272 CXFA_Margin* borderMargin = borderUI->GetMarginIfExists(); in CapPlacement()