Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp273 FX_BOOL bDestroyPDFWindow; in KillFocusForAnnot() local
278 bDestroyPDFWindow = TRUE; in KillFocusForAnnot()
281 bDestroyPDFWindow = FALSE; in KillFocusForAnnot()
284 EscapeFiller(pPageView, bDestroyPDFWindow); in KillFocusForAnnot()
610 FX_BOOL bDestroyPDFWindow) { in EscapeFiller() argument
616 if (bDestroyPDFWindow) in EscapeFiller()
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h130 void EscapeFiller(CPDFSDK_PageView* pPageView, FX_BOOL bDestroyPDFWindow);