| /external/pdfium/xfa/fxfa/formcalc/ |
| D | cxfa_fmparser.cpp | 72 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpressionList() local 105 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseFunction() local 160 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpression() local 216 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseDeclarationExpression() local 251 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseExpExpression() local 277 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalOrExpression() local 310 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseLogicalAndExpression() local 343 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseEqualityExpression() local 387 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseRelationalExpression() local 453 AutoRestorer<unsigned long> restorer(&m_parse_depth); in ParseAdditiveExpression() local [all …]
|
| /external/pdfium/core/fxcrt/ |
| D | autorestorer_unittest.cpp | 14 AutoRestorer<int> restorer(&x); in TEST() local 24 AutoRestorer<int> restorer(&x); in TEST() local 33 AutoRestorer<int> restorer(&x); in TEST() local 46 AutoRestorer<UnownedPtr<int>> restorer(&ptr); in TEST() local 57 AutoRestorer<UnownedPtr<int>> restorer(&ptr); in TEST() local 68 AutoRestorer<UnownedPtr<int>> restorer(&ptr); in TEST() local 83 AutoRestorer<RetainPtr<PseudoRetainable>> restorer(&ptr); in TEST() local 119 AutoRestorer<RetainPtr<PseudoRetainable>> restorer(&ptr); in TEST() local 138 AutoRestorer<RetainPtr<PseudoRetainable>> restorer(&ptr); in TEST() local
|
| /external/pdfium/xfa/fwl/theme/ |
| D | cfwl_monthcalendartp.cpp | 107 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawTotalBK() local 119 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawHeadBk() local 131 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawLButton() local 166 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawRButton() local 202 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawHSeparator() local 214 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawWeekNumSep() local 221 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawDatesInBK() local 251 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawDatesInCircle() local 263 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawTodayCircle() local
|
| D | cfwl_checkboxtp.cpp | 59 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignCheck() local 72 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignCircle() local 88 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignCross() local 108 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignDiamond() local 120 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignSquare() local 150 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawSignStar() local
|
| D | cfwl_widgettp.cpp | 92 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBorder() local 113 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in FillSolidRect() local 127 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawFocus() local
|
| D | cfwl_scrollbartp.cpp | 82 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawThumbBtn() local 100 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawTrack() local
|
| D | cfwl_comboboxtp.cpp | 38 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawBackground() local
|
| D | cfwl_edittp.cpp | 28 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBackground() local
|
| D | cfwl_listboxtp.cpp | 63 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawListBoxItem() local
|
| D | cfwl_pushbuttontp.cpp | 58 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBackground() local
|
| /external/pdfium/fpdfsdk/formfiller/ |
| D | cffl_interactiveformfiller.cpp | 105 AutoRestorer<bool> restorer(&m_bNotifying); in OnMouseEnter() local 138 AutoRestorer<bool> restorer(&m_bNotifying); in OnMouseExit() local 174 AutoRestorer<bool> restorer(&m_bNotifying); in OnLButtonDown() local 254 AutoRestorer<bool> restorer(&m_bNotifying); in OnButtonUp() local 370 AutoRestorer<bool> restorer(&m_bNotifying); in OnSetFocus() local 423 AutoRestorer<bool> restorer(&m_bNotifying); in OnKillFocus() local 691 AutoRestorer<bool> restorer(&m_bNotifying); in OnKeyStrokeCommit() local 725 AutoRestorer<bool> restorer(&m_bNotifying); in OnValidate() local 776 AutoRestorer<bool> restorer(&m_bNotifying); in OnClick() local 808 AutoRestorer<bool> restorer(&m_bNotifying); in OnFull() local [all …]
|
| /external/musl/arch/mips/ |
| D | ksigaction.h | 10 void (*restorer)(); member
|
| /external/musl/src/internal/ |
| D | ksigaction.h | 9 void (*restorer)(void); member
|
| /external/musl/arch/mipsn32/ |
| D | ksigaction.h | 7 void (*restorer)(); member
|
| /external/musl/arch/mips64/ |
| D | ksigaction.h | 7 void (*restorer)(); member
|
| /external/musl/arch/sh/ |
| D | ksigaction.h | 6 void *restorer; member
|
| /external/musl/arch/x86_64/ |
| D | ksigaction.h | 6 void (*restorer)(void); member
|
| /external/musl/arch/x32/ |
| D | ksigaction.h | 6 void (*restorer)(void); member
|
| /external/compiler-rt/test/msan/Linux/ |
| D | syscalls_sigaction.cc | 14 long handler, flags, restorer; member
|
| /external/pdfium/xfa/fxfa/parser/ |
| D | cxfa_pattern.cpp | 83 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
|
| D | cxfa_radial.cpp | 73 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
|
| D | cxfa_stipple.cpp | 70 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
|
| D | cxfa_linear.cpp | 88 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
|
| /external/linux-kselftest/tools/testing/selftests/x86/ |
| D | vdso_restorer.c | 29 void *restorer; member
|
| /external/pdfium/core/fpdfapi/render/ |
| D | cpdf_rendercontext.cpp | 56 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render() local
|