Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfformfill.cpp554 CFX_PointF ptPopup; in FPDF_Widget_ReplaceSpellCheckWord() local
555 ptPopup.x = x; in FPDF_Widget_ReplaceSpellCheckWord()
556 ptPopup.y = y; in FPDF_Widget_ReplaceSpellCheckWord()
558 static_cast<CXFA_FFWidget*>(hWidget)->ReplaceSpellCheckWord(ptPopup, bs); in FPDF_Widget_ReplaceSpellCheckWord()
576 CFX_PointF ptPopup; in FPDF_Widget_GetSpellCheckWords() local
577 ptPopup.x = x; in FPDF_Widget_GetSpellCheckWords()
578 ptPopup.y = y; in FPDF_Widget_GetSpellCheckWords()
580 ->GetSuggestWords(ptPopup, *sSuggestWords); in FPDF_Widget_GetSpellCheckWords()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h38 bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) override;
Dcpdfxfa_docenvironment.cpp227 CFX_PointF ptPopup) { in PopupMenu() argument
257 return pFormFillEnv->PopupMenu(pPage, hWidget, menuFlag, ptPopup); in PopupMenu()
/external/pdfium/xfa/fxfa/
Dfxfa.h246 virtual bool PopupMenu(CXFA_FFWidget* hWidget, CFX_PointF ptPopup) = 0;