Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp486 bool bExit; in OnKeyDown() local
487 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()
496 if (bExit) in OnKeyDown()
544 bool bExit = false; in OnChar() local
569 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()
580 if (bExit) in OnChar()
Dcpwl_list_box.cpp272 bool bExit; in OnNotifySelectionChanged() local
273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
280 return bExit; in OnNotifySelectionChanged()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp484 bool bExit = false; in MakeRegularDate() local
491 if (bExit) in MakeRegularDate()
671 bExit = true; in MakeRegularDate()
679 bExit = true; in MakeRegularDate()
686 bExit = true; in MakeRegularDate()
689 bExit = true; in MakeRegularDate()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp911 bool bExit = false; in OnBeforeKeyStroke() local
918 bExit = true; in OnBeforeKeyStroke()
927 return {false, bExit}; in OnBeforeKeyStroke()