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

1 2 3

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ListBox.h 35 void RestoreState(CPDFSDK_PageView* pPageView) override;
FFL_ComboBox.h 47 void RestoreState(CPDFSDK_PageView* pPageView) override;
FFL_TextField.h 48 void RestoreState(CPDFSDK_PageView* pPageView) override;
FFL_FormFiller.h 102 virtual void RestoreState(CPDFSDK_PageView* pPageView);
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 217 void CFX_QuartzDeviceDriver::RestoreState(FX_BOOL isKeepSaved) {
237 RestoreState(FALSE);
276 RestoreState(FALSE);
388 RestoreState(FALSE);
552 RestoreState(FALSE);
575 RestoreState(FALSE);
588 RestoreState(FALSE);
595 RestoreState(FALSE);
629 RestoreState(FALSE);
670 RestoreState(FALSE)
    [all...]
apple_int.h 88 void RestoreState(FX_BOOL bKeepSaved) override;
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.h 23 virtual void RestoreState(FX_BOOL bKeepSaved);
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 97 pContext->m_pDevice->RestoreState();
  /external/pdfium/xfa/src/fdp/include/
fde_rdv.h 28 virtual void RestoreState(FDE_HDEVICESTATE hState) = 0;
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 197 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) {
214 RestoreState(pPageView);
FFL_TextField.cpp 231 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) {
250 RestoreState(pPageView);
FFL_ComboBox.cpp 207 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) {
233 RestoreState(pPageView);
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 42 void RestoreState(FX_BOOL bKeepSaved) override;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.h 19 virtual void RestoreState(FDE_HDEVICESTATE hState);
fde_gdidevice.h 23 virtual void RestoreState(FDE_HDEVICESTATE hState);
fde_gedevice.cpp 68 void CFDE_FxgeDevice::RestoreState(FDE_HDEVICESTATE hState) {
69 m_pDevice->RestoreState();
446 m_pDevice->RestoreState();
529 m_pDevice->RestoreState();
  /external/v8/src/
bootstrapper.h 101 char* RestoreState(char* from);
v8threads.cc 136 from = Relocatable::RestoreState(isolate_, from);
140 from = isolate_->bootstrapper()->RestoreState(from);
  /external/pdfium/core/src/fxge/win32/
win32_int.h 113 void RestoreState(FX_BOOL bKeepSaved = FALSE) override {
301 void RestoreState(FX_BOOL bKeepSaved = FALSE) override;
fx_win32_print.cpp 274 RestoreState();
375 void CPSPrinterDriver::RestoreState(FX_BOOL bKeepSaved) {
376 m_PSRenderer.RestoreState(bKeepSaved);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 478 m_pDevice->RestoreState();
618 m_pDevice->RestoreState(TRUE);
627 m_pDevice->RestoreState(TRUE);
    [all...]
fpdf_render_pattern.cpp 924 m_pDevice->RestoreState();
935 m_pDevice->RestoreState();
944 m_pDevice->RestoreState();
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 258 void RestoreState(FX_BOOL bKeepSaved = FALSE);
495 virtual void RestoreState(FX_BOOL bKeepSaved = FALSE) = 0;
637 void RestoreState(FX_BOOL bKeepSaved = FALSE);
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 184 void ALWAYS_INLINE RestoreState() {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListCtrl.cpp 163 pDevice->RestoreState();

Completed in 547 milliseconds

1 2 3