HomeSort by relevance Sort by last modified time
    Searched refs:RestoreState (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 33 driver->RestoreState(true);
34 driver->RestoreState(false);
70 driver->RestoreState(true);
93 driver->RestoreState(false);
94 driver->RestoreState(false);
103 driver->RestoreState(true);
106 driver->RestoreState(false);
107 driver->RestoreState(false);
112 driver->RestoreState(true);
114 driver->RestoreState(false)
    [all...]
fx_skia_device.h 42 void RestoreState(bool bKeepSaved) override;
  /external/pdfium/fpdfsdk/formfiller/
cffl_textobject.cpp 16 RestoreState(pPageView);
cffl_listbox.h 32 void RestoreState(CPDFSDK_PageView* pPageView) override;
cffl_combobox.h 44 void RestoreState(CPDFSDK_PageView* pPageView) override;
cffl_textfield.h 49 void RestoreState(CPDFSDK_PageView* pPageView) override;
cffl_formfiller.h 102 virtual void RestoreState(CPDFSDK_PageView* pPageView);
cffl_listbox.cpp 180 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) {
cffl_combobox.cpp 212 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) {
cffl_textfield.cpp 229 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) {
  /external/tensorflow/tensorflow/core/framework/
reader_interface.h 77 virtual Status RestoreState(const string& state) = 0;
reader_base.h 126 Status RestoreState(const string& state) override;
reader_base.cc 65 Status ReaderBase::RestoreState(const string& state) {
75 return errors::Unimplemented("Reader RestoreState");
  /external/pdfium/core/fpdfapi/render/
cpdf_progressiverenderer.cpp 34 m_pDevice->RestoreState(false);
119 m_pDevice->RestoreState(false);
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.h 38 virtual void RestoreState(bool bKeepSaved) = 0;
cfx_renderdevice.h 109 void RestoreState(bool bKeepSaved);
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 41 void RestoreState(bool bKeepSaved);
win32_int.h 137 void RestoreState(bool bKeepSaved) override;
281 void RestoreState(bool bKeepSaved) override;
344 void RestoreState(bool bKeepSaved) override{};
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 47 void RestoreState(bool bKeepSaved) override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_subform.cpp 56 {XFA_Attribute::RestoreState, XFA_AttributeType::Enum,
  /external/v8/src/
bootstrapper.h 106 char* RestoreState(char* from);
v8threads.cc 136 from = Relocatable::RestoreState(isolate_, from);
140 from = isolate_->bootstrapper()->RestoreState(from);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 245 RestoreState (
813 RestoreState ();
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 184 void ALWAYS_INLINE RestoreState() {
  /external/tensorflow/tensorflow/core/kernels/
reader_ops.cc 224 OP_REQUIRES_OK(context, reader->RestoreState(tensor->scalar<string>()()));

Completed in 562 milliseconds

1 2 3