Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffpushbutton.cpp138 CFX_WideString wsRollover; in LoadHighlightCaption() local
140 if (m_pDataAcc->GetButtonRollover(wsRollover, bRichText)) { in LoadHighlightCaption()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_widgetdata.h75 bool GetButtonRollover(CFX_WideString& wsRollover, bool& bRichText);
Dcxfa_widgetdata.cpp455 bool CXFA_WidgetData::GetButtonRollover(CFX_WideString& wsRollover, in GetButtonRollover() argument
463 pText->TryContent(wsRollover); in GetButtonRollover()
465 return !wsRollover.IsEmpty(); in GetButtonRollover()