Home
last modified time | relevance | path

Searched defs:restorer (Results 1 – 25 of 48) sorted by relevance

12

/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmparser.cpp72 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/
Dautorestorer_unittest.cpp14 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/
Dcfwl_monthcalendartp.cpp107 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
Dcfwl_checkboxtp.cpp59 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
Dcfwl_widgettp.cpp92 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
Dcfwl_scrollbartp.cpp82 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawThumbBtn() local
100 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawTrack() local
Dcfwl_comboboxtp.cpp38 CFGAS_GEGraphics::StateRestorer restorer(pParams.GetGraphics()); in DrawBackground() local
Dcfwl_edittp.cpp28 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBackground() local
Dcfwl_listboxtp.cpp63 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawListBoxItem() local
Dcfwl_pushbuttontp.cpp58 CFGAS_GEGraphics::StateRestorer restorer(pGraphics); in DrawBackground() local
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp105 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/
Dksigaction.h10 void (*restorer)(); member
/external/musl/src/internal/
Dksigaction.h9 void (*restorer)(void); member
/external/musl/arch/mipsn32/
Dksigaction.h7 void (*restorer)(); member
/external/musl/arch/mips64/
Dksigaction.h7 void (*restorer)(); member
/external/musl/arch/sh/
Dksigaction.h6 void *restorer; member
/external/musl/arch/x86_64/
Dksigaction.h6 void (*restorer)(void); member
/external/musl/arch/x32/
Dksigaction.h6 void (*restorer)(void); member
/external/compiler-rt/test/msan/Linux/
Dsyscalls_sigaction.cc14 long handler, flags, restorer; member
/external/pdfium/xfa/fxfa/parser/
Dcxfa_pattern.cpp83 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
Dcxfa_radial.cpp73 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
Dcxfa_stipple.cpp70 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
Dcxfa_linear.cpp88 CFGAS_GEGraphics::StateRestorer restorer(pGS); in Draw() local
/external/linux-kselftest/tools/testing/selftests/x86/
Dvdso_restorer.c29 void *restorer; member
/external/pdfium/core/fpdfapi/render/
Dcpdf_rendercontext.cpp56 CFX_RenderDevice::StateRestorer restorer(pDevice); in Render() local

12