Searched refs:text_attr (Results 1 – 1 of 1) sorted by relevance
231 Optional<XFA_AttributeValue> text_attr = barcode_->GetTextLocation(); in UpdateWidgetProperty() local232 if (text_attr) { in UpdateWidgetProperty()233 Optional<BC_TEXT_LOC> textLoc = TextLocFromAttribute(*text_attr); in UpdateWidgetProperty()