Home
last modified time | relevance | path

Searched refs:SetIsNull (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.h188 void SetIsNull(bool val) { m_bIsNull = val; } in SetIsNull() function
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp246 pWidgetAcc->SetIsNull(pValue->IsNull()); in defaultValue()