Home
last modified time | relevance | path

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

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.h74 FX_BOOL GetButtonRollover(CFX_WideString& wsRollover, FX_BOOL& bRichText);
H A Dcxfa_widgetdata.cpp424 FX_BOOL CXFA_WidgetData::GetButtonRollover(CFX_WideString& wsRollover, in GetButtonRollover() function in CXFA_WidgetData
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffpushbutton.cpp141 if (m_pDataAcc->GetButtonRollover(wsRollover, bRichText)) { in LoadHighlightCaption()