Searched refs:TryContent (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_image.cpp | 61 return JSObject()->TryContent(false, true).value_or(L""); in GetContent()
|
D | cxfa_value.cpp | 67 return pNode ? pNode->JSObject()->TryContent(false, true).value_or(L"") : L""; in GetChildValueContent()
|
D | xfa_utils.cpp | 133 pContentNode->JSObject()->TryContent(false, false); in ContentNodeNeedtoExport()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 90 Optional<WideString> TryContent(bool bScriptModify, bool bProto);
|
D | cjx_object.cpp | 801 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/ |
D | cxfa_widgetacc.cpp | 1630 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()
|