Home
last modified time | relevance | path

Searched defs:RestoreState (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/
Dsource-position-table.h102 void RestoreState(const IndexAndPosition& saved_state) { in RestoreState() function
Dbootstrapper.cc5849 char* Bootstrapper::RestoreState(char* from) { in RestoreState() function in v8::internal::Bootstrapper
Dobjects.cc11157 char* Relocatable::RestoreState(Isolate* isolate, char* from) { in RestoreState() function in v8::internal::Relocatable
/external/pdfium/core/fxge/win32/
Dwin32_int.h344 void RestoreState(bool bKeepSaved) override{}; in RestoreState() function
Dcfx_psrenderer.cpp154 void CFX_PSRenderer::RestoreState(bool bKeepSaved) { in RestoreState() function in CFX_PSRenderer
Dfx_win32_print.cpp404 void CPSPrinterDriver::RestoreState(bool bKeepSaved) { in RestoreState() function in CPSPrinterDriver
Dfx_win32_device.cpp773 void CGdiDeviceDriver::RestoreState(bool bKeepSaved) { in RestoreState() function in CGdiDeviceDriver
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp180 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_ListBox
Dcffl_textfield.cpp229 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_TextField
Dcffl_combobox.cpp212 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() function in CFFL_ComboBox
Dcffl_formfiller.cpp543 void CFFL_FormFiller::RestoreState(CPDFSDK_PageView* pPageView) {} in RestoreState() function in CFFL_FormFiller
/external/tensorflow/tensorflow/core/framework/
Dreader_base.cc65 Status ReaderBase::RestoreState(const string& state) { in RestoreState() function in tensorflow::ReaderBase
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp417 void CFX_RenderDevice::RestoreState(bool bKeepSaved) { in RestoreState() function in CFX_RenderDevice
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1185 void CFX_AggDeviceDriver::RestoreState(bool bKeepSaved) { in RestoreState() function in CFX_AggDeviceDriver
/external/webp/src/dec/
Dvp8l_dec.c1103 static void RestoreState(VP8LDecoder* const dec) { in RestoreState() function
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1741 void CFX_SkiaDeviceDriver::RestoreState(bool bKeepSaved) { in RestoreState() function in CFX_SkiaDeviceDriver
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h589 RestoreState, enumerator
/external/v8/src/compiler/
Dbytecode-graph-builder.cc732 void RestoreState(int target_offset, int new_parent_offset) { in RestoreState() function in v8::internal::compiler::BytecodeGraphBuilder::OsrIteratorState