Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_image.cpp59 return JSObject()->TryContent(false, true).value_or(L""); in GetContent()
Dcxfa_value.cpp66 ? pNode->JSObject()->TryContent(false, true).value_or(WideString()) in GetChildValueContent()
Dxfa_utils.cpp117 pContentNode->JSObject()->TryContent(false, false); in ContentNodeNeedtoExport()
Dcxfa_node.cpp3965 Optional<WideString> wsContent = pText->JSObject()->TryContent(false, true); in GetCheckState()
4697 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
4729 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
/external/pdfium/fxjs/xfa/
Dcjx_object.h130 Optional<WideString> TryContent(bool bScriptModify, bool bProto);
Dcjx_object.cpp703 return TryContent(bScriptModify, true).value_or(WideString()); in GetContent()
706 Optional<WideString> CJX_Object::TryContent(bool bScriptModify, bool bProto) { in TryContent() function in CJX_Object
725 return pChildValue->JSObject()->TryContent(bScriptModify, bProto); in TryContent()
748 return pContentRawDataNode->JSObject()->TryContent(bScriptModify, true); in TryContent()