Home
last modified time | relevance | path

Searched refs:GetLineIfExists (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_value.h28 CXFA_Line* GetLineIfExists() const;
Dcxfa_value.cpp76 CXFA_Line* CXFA_Value::GetLineIfExists() const { in GetLineIfExists() function in CXFA_Value
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp99 CXFA_Line* line = value->GetLineIfExists(); in RenderWidget()