Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.cpp311 bool bExit = false; in FX_ParseDateUsingFormat() local
317 if (bExit) in FX_ParseDateUsingFormat()
500 bExit = true; in FX_ParseDateUsingFormat()
508 bExit = true; in FX_ParseDateUsingFormat()
515 bExit = true; in FX_ParseDateUsingFormat()
518 bExit = true; in FX_ParseDateUsingFormat()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp432 bool bExit; in OnKeyDown() local
433 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()
442 if (bExit) in OnKeyDown()
490 bool bExit = false; in OnChar() local
515 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()
526 if (bExit) in OnChar()
Dcpwl_list_box.cpp262 bool bExit; in OnNotifySelectionChanged() local
263 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
270 return bExit; in OnNotifySelectionChanged()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp937 bool bExit = false; in OnBeforeKeyStroke() local
945 bExit = true; in OnBeforeKeyStroke()
954 return {false, bExit}; in OnBeforeKeyStroke()