/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 35 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 …]
|
D | fx_skia_device.h | 44 void RestoreState(bool bKeepSaved) override;
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_progressiverenderer.cpp | 29 m_pDevice->RestoreState(false); in ~CPDF_ProgressiveRenderer() 117 m_pDevice->RestoreState(false); in Continue()
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 84 void RestoreState(bool bKeepSaved) override; 236 void RestoreState(bool bKeepSaved) override; 300 void RestoreState(bool bKeepSaved) override {} in RestoreState() function
|
D | fx_win32_device_embeddertest.cpp | 32 m_driver->RestoreState(false); in TearDown()
|
D | cfx_psrenderer.h | 64 void RestoreState(bool bKeepSaved);
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_textobject.cpp | 20 RestoreState(pPageView); in ResetPWLWindow()
|
D | cffl_listbox.h | 36 void RestoreState(CPDFSDK_PageView* pPageView) override;
|
D | cffl_textfield.h | 44 void RestoreState(CPDFSDK_PageView* pPageView) override;
|
D | cffl_combobox.h | 46 void RestoreState(CPDFSDK_PageView* pPageView) override;
|
D | cffl_formfiller.h | 108 virtual void RestoreState(CPDFSDK_PageView* pPageView);
|
D | cffl_listbox.cpp | 184 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_ListBox
|
D | cffl_textfield.cpp | 227 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_TextField
|
/external/tensorflow/tensorflow/core/framework/ |
D | reader_interface.h | 78 virtual Status RestoreState(const tstring& state) = 0;
|
D | reader_base.h | 126 Status RestoreState(const tstring& state) override;
|
D | reader_base.cc | 65 Status ReaderBase::RestoreState(const tstring& state) { in RestoreState() function in tensorflow::ReaderBase
|
/external/v8/src/execution/ |
D | v8threads.cc | 130 from = Relocatable::RestoreState(isolate_, from); in RestoreThread() 136 from = isolate_->bootstrapper()->RestoreState(from); in RestoreThread()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_subform.cpp | 58 {XFA_Attribute::RestoreState, XFA_AttributeType::Enum,
|
/external/v8/src/init/ |
D | bootstrapper.h | 88 char* RestoreState(char* from);
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_renderpage.cpp | 75 pContext->m_pDevice->RestoreState(false); in RenderPageImpl()
|
/external/v8/src/codegen/ |
D | source-position-table.h | 141 void RestoreState(const IndexAndPositionState& saved_state) { in RestoreState() function
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.h | 49 void RestoreState(bool bKeepSaved) override;
|
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.h | 45 virtual void RestoreState(bool bKeepSaved) = 0;
|
D | cfx_renderdevice.h | 57 void RestoreState(bool bKeepSaved);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reader_ops.cc | 227 OP_REQUIRES_OK(context, reader->RestoreState(tensor->scalar<tstring>()())); in ComputeWithReader()
|