Searched defs:TryContent (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp1545 pValue->SetBoolean(!TryContent(strValue) || strValue.IsEmpty());
4249 return TryContent(wsContent, bScriptModify) ? wsContent : CFX_WideString();
4256 bool CXFA_Node::TryContent(CFX_WideString& wsContent, function in class:CXFA_Node
4274 ? pChildValue->TryContent(wsContent, bScriptModify, bProto)
4294 return pContentRawDataNode->TryContent(wsContent, bScriptModify, bProto);

Completed in 101 milliseconds