Home
last modified time | relevance | path

Searched refs:bDestroyPDFWindow (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp269 bool bDestroyPDFWindow; in KillFocusForAnnot() local
274 bDestroyPDFWindow = true; in KillFocusForAnnot()
277 bDestroyPDFWindow = false; in KillFocusForAnnot()
280 EscapeFiller(pPageView, bDestroyPDFWindow); in KillFocusForAnnot()
557 bool bDestroyPDFWindow) { in EscapeFiller() argument
561 if (bDestroyPDFWindow) in EscapeFiller()
Dcffl_formfiller.h128 void EscapeFiller(CPDFSDK_PageView* pPageView, bool bDestroyPDFWindow);