Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_image.cpp61 return JSObject()->TryContent(false, true).value_or(L""); in GetContent()
Dcxfa_value.cpp67 return pNode ? pNode->JSObject()->TryContent(false, true).value_or(L"") : L""; in GetChildValueContent()
Dxfa_utils.cpp133 pContentNode->JSObject()->TryContent(false, false); in ContentNodeNeedtoExport()
/external/pdfium/fxjs/xfa/
Dcjx_object.h90 Optional<WideString> TryContent(bool bScriptModify, bool bProto);
Dcjx_object.cpp801 return TryContent(bScriptModify, true).value_or(WideString()); in GetContent()
804 Optional<WideString> CJX_Object::TryContent(bool bScriptModify, bool bProto) { in TryContent() function in CJX_Object
823 return pChildValue->JSObject()->TryContent(bScriptModify, bProto); in TryContent()
845 return pContentRawDataNode->JSObject()->TryContent(bScriptModify, true); in TryContent()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1630 Optional<WideString> wsContent = pText->JSObject()->TryContent(false, true); in GetCheckState()
2412 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()
2444 pPicture->JSObject()->TryContent(false, true); in GetPictureContent()