HomeSort by relevance Sort by last modified time
    Searched defs:RestoreState (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 197 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) {
214 RestoreState(pPageView);
FFL_ComboBox.cpp 207 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) {
233 RestoreState(pPageView);
FFL_TextField.cpp 231 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) {
250 RestoreState(pPageView);
FFL_FormFiller.cpp 596 void CFFL_FormFiller::RestoreState(CPDFSDK_PageView* pPageView) {}
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 184 void ALWAYS_INLINE RestoreState() {
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 43 void CFX_RenderDevice::RestoreState(FX_BOOL bKeepSaved) {
44 m_pDeviceDriver->RestoreState(bKeepSaved);
fx_ge_ps.cpp 79 void CFX_PSRenderer::RestoreState(FX_BOOL bKeepSaved) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 274 RestoreState();
375 void CPSPrinterDriver::RestoreState(FX_BOOL bKeepSaved) {
376 m_PSRenderer.RestoreState(bKeepSaved);
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp 274 void CFX_AggDeviceDriver::RestoreState(FX_BOOL bKeepSaved) {
    [all...]
  /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...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 292 void CFX_SkiaDeviceDriver::RestoreState(FX_BOOL bKeepSaved) {
293 m_pAggDriver->RestoreState(bKeepSaved);
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 56 void CFDE_GdiDevice::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/webp/src/dec/
vp8l.c     [all...]
  /external/v8/src/
bootstrapper.cc     [all...]
objects.cc     [all...]

Completed in 332 milliseconds