Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.cpp231 Optional<XFA_AttributeValue> text_attr = barcode_->GetTextLocation(); in UpdateWidgetProperty() local
232 if (text_attr) { in UpdateWidgetProperty()
233 Optional<BC_TEXT_LOC> textLoc = TextLocFromAttribute(*text_attr); in UpdateWidgetProperty()