HomeSort by relevance Sort by last modified time
    Searched refs:TryAttribute (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_textprovider.cpp 54 Optional<WideString> contentType = pChildNode->JSObject()->TryAttribute(
93 Optional<WideString> contentType = pChildNode->JSObject()->TryAttribute(
cxfa_ffpageview.cpp 320 pTraverse->JSObject()->TryAttribute(XFA_Attribute::Ref, true);
  /external/pdfium/fxjs/xfa/
cjx_object.h 86 Optional<WideString> TryAttribute(const WideStringView& wsAttr,
88 Optional<WideString> TryAttribute(XFA_Attribute eAttr, bool bUseDefault);
cjx_object.cpp 266 return TryAttribute(attr, true).value_or(WideString());
270 return TryAttribute(attr, true).value_or(WideString());
273 Optional<WideString> CJX_Object::TryAttribute(XFA_Attribute eAttr,
311 Optional<WideString> CJX_Object::TryAttribute(const WideStringView& wsAttr,
315 return TryAttribute(attr, bUseDefault);
734 TryAttribute(XFA_Attribute::ContentType, false);
833 TryAttribute(XFA_Attribute::ContentType, false);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 162 Optional<WideString> value = pNode->JSObject()->TryAttribute(eName, false);
209 pNode->JSObject()->TryAttribute(XFA_Attribute::ContentType, false);
231 Optional<WideString> rawValue = pRawValueNode->JSObject()->TryAttribute(
cxfa_node.cpp 243 ->TryAttribute(XFA_Attribute::Name, false)
952 ->TryAttribute(XFA_Attribute::Name, false)
    [all...]
xfa_document_datamerger_imp.cpp 96 pChildNode->JSObject()->TryAttribute(XFA_Attribute::ContentType,
    [all...]

Completed in 99 milliseconds