Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfformfill.cpp633 CFX_PointF ptPopup; in FPDF_Widget_ReplaceSpellCheckWord() local
634 ptPopup.x = x; in FPDF_Widget_ReplaceSpellCheckWord()
635 ptPopup.y = y; in FPDF_Widget_ReplaceSpellCheckWord()
637 static_cast<CXFA_FFWidget*>(hWidget)->ReplaceSpellCheckWord(ptPopup, bs); in FPDF_Widget_ReplaceSpellCheckWord()
653 CFX_PointF ptPopup; in FPDF_Widget_GetSpellCheckWords() local
654 ptPopup.x = x; in FPDF_Widget_GetSpellCheckWords()
655 ptPopup.y = y; in FPDF_Widget_GetSpellCheckWords()
657 static_cast<CXFA_FFWidget*>(hWidget)->GetSuggestWords(ptPopup, in FPDF_Widget_GetSpellCheckWords()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h37 bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) override;
Dcpdfxfa_docenvironment.cpp221 CFX_PointF ptPopup) { in PopupMenu() argument
251 return pFormFillEnv->PopupMenu(pPage.Get(), hWidget, menuFlag, ptPopup); in PopupMenu()
/external/pdfium/xfa/fxfa/
Dfxfa.h225 virtual bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) = 0;