Home
last modified time | relevance | path

Searched refs:RestoreState (Results 1 – 25 of 47) sorted by relevance

12

/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp35 driver->RestoreState(true); in EmptyTest()
36 driver->RestoreState(false); in EmptyTest()
72 driver->RestoreState(true); in CommonTest()
95 driver->RestoreState(false); in CommonTest()
96 driver->RestoreState(false); in CommonTest()
105 driver->RestoreState(true); in OutOfSequenceClipTest()
108 driver->RestoreState(false); in OutOfSequenceClipTest()
109 driver->RestoreState(false); in OutOfSequenceClipTest()
114 driver->RestoreState(true); in OutOfSequenceClipTest()
116 driver->RestoreState(false); in OutOfSequenceClipTest()
[all …]
Dfx_skia_device.h44 void RestoreState(bool bKeepSaved) override;
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp29 m_pDevice->RestoreState(false); in ~CPDF_ProgressiveRenderer()
117 m_pDevice->RestoreState(false); in Continue()
/external/pdfium/core/fxge/win32/
Dwin32_int.h84 void RestoreState(bool bKeepSaved) override;
236 void RestoreState(bool bKeepSaved) override;
300 void RestoreState(bool bKeepSaved) override {} in RestoreState() function
Dfx_win32_device_embeddertest.cpp32 m_driver->RestoreState(false); in TearDown()
Dcfx_psrenderer.h64 void RestoreState(bool bKeepSaved);
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textobject.cpp20 RestoreState(pPageView); in ResetPWLWindow()
Dcffl_listbox.h36 void RestoreState(CPDFSDK_PageView* pPageView) override;
Dcffl_textfield.h44 void RestoreState(CPDFSDK_PageView* pPageView) override;
Dcffl_combobox.h46 void RestoreState(CPDFSDK_PageView* pPageView) override;
Dcffl_formfiller.h108 virtual void RestoreState(CPDFSDK_PageView* pPageView);
Dcffl_listbox.cpp184 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_ListBox
Dcffl_textfield.cpp227 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_TextField
/external/tensorflow/tensorflow/core/framework/
Dreader_interface.h78 virtual Status RestoreState(const tstring& state) = 0;
Dreader_base.h126 Status RestoreState(const tstring& state) override;
Dreader_base.cc65 Status ReaderBase::RestoreState(const tstring& state) { in RestoreState() function in tensorflow::ReaderBase
/external/v8/src/execution/
Dv8threads.cc130 from = Relocatable::RestoreState(isolate_, from); in RestoreThread()
136 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_subform.cpp58 {XFA_Attribute::RestoreState, XFA_AttributeType::Enum,
/external/v8/src/init/
Dbootstrapper.h88 char* RestoreState(char* from);
/external/pdfium/fpdfsdk/
Dcpdfsdk_renderpage.cpp75 pContext->m_pDevice->RestoreState(false); in RenderPageImpl()
/external/v8/src/codegen/
Dsource-position-table.h141 void RestoreState(const IndexAndPositionState& saved_state) { in RestoreState() function
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h49 void RestoreState(bool bKeepSaved) override;
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.h45 virtual void RestoreState(bool bKeepSaved) = 0;
Dcfx_renderdevice.h57 void RestoreState(bool bKeepSaved);
/external/tensorflow/tensorflow/core/kernels/
Dreader_ops.cc227 OP_REQUIRES_OK(context, reader->RestoreState(tensor->scalar<tstring>()())); in ComputeWithReader()

12