Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp529 CXFA_Value* imageValue = m_pNode->GetDefaultValueIfExists(); in ResetData() local
530 CXFA_Image* image = imageValue ? imageValue->GetImageIfExists() : nullptr; in ResetData()