HomeSort by relevance Sort by last modified time
    Searched refs:wsDown (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffpushbutton.cpp 147 CFX_WideString wsDown;
148 if (m_pDataAcc->GetButtonDown(wsDown, bRichText)) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.h 76 bool GetButtonDown(CFX_WideString& wsDown, bool& bRichText);
cxfa_widgetdata.cpp 473 bool CXFA_WidgetData::GetButtonDown(CFX_WideString& wsDown, bool& bRichText) {
480 pText->TryContent(wsDown);
482 return !wsDown.IsEmpty();
    [all...]

Completed in 1353 milliseconds