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

1 2

  /external/chromium_org/ui/gl/
gl_state_restorer.h 21 virtual void RestoreState(const GLStateRestorer* prev_state) = 0;
  /external/chromium_org/gpu/command_buffer/service/
gl_state_restorer_impl.cc 24 void GLStateRestorerImpl::RestoreState(const gfx::GLStateRestorer* prev_state) {
28 decoder_->RestoreState(
gl_state_restorer_impl.h 28 virtual void RestoreState(const gfx::GLStateRestorer* prev_state) OVERRIDE;
gles2_cmd_decoder.h 144 virtual void RestoreState(const ContextState* prev_state) = 0;
context_state.h 108 void RestoreState(const ContextState* prev_state);
gles2_cmd_decoder_mock.h 63 MOCK_METHOD1(RestoreState, void(const ContextState* prev_state));
context_state.cc 248 // TODO: This if should not be needed. RestoreState is getting called
281 void ContextState::RestoreState(const ContextState* prev_state) {
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ListBox.h 31 virtual void RestoreState(CPDFSDK_PageView* pPageView);
FFL_ComboBox.h 38 virtual void RestoreState(CPDFSDK_PageView* pPageView);
FFL_TextField.h 62 virtual void RestoreState(CPDFSDK_PageView* pPageView);
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 254 void CFX_QuartzDeviceDriver::RestoreState(FX_BOOL isKeepSaved )
275 RestoreState(FALSE);
312 RestoreState(FALSE);
426 RestoreState(FALSE);
601 RestoreState(FALSE);
632 RestoreState(FALSE);
645 RestoreState(FALSE);
652 RestoreState(FALSE);
685 RestoreState(FALSE);
726 RestoreState(FALSE);
    [all...]
apple_int.h 106 virtual void RestoreState(FX_BOOL bKeepSaved);
  /external/pdfium/fpdfsdk/src/
fpdf_progressive.cpp 109 pContext->m_pDevice->RestoreState();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 267 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView)
287 RestoreState(pPageView);
FFL_ComboBox.cpp 288 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView)
318 RestoreState(pPageView);
FFL_TextField.cpp 318 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView)
340 RestoreState(pPageView);
  /external/chromium_org/v8/src/
bootstrapper.h 98 char* RestoreState(char* from);
v8threads.cc 141 from = Relocatable::RestoreState(isolate_, from);
145 from = isolate_->bootstrapper()->RestoreState(from);
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 32 virtual void RestoreState(FX_BOOL bKeepSaved);
  /external/pdfium/core/src/fxge/win32/
win32_int.h 76 virtual void RestoreState(FX_BOOL bKeepSaved = FALSE)
196 virtual void RestoreState(FX_BOOL bKeepSaved = FALSE);
fx_win32_print.cpp 237 RestoreState();
358 void CPSPrinterDriver::RestoreState(FX_BOOL bKeepSaved)
360 m_PSRenderer.RestoreState(bKeepSaved);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 516 m_pDevice->RestoreState();
654 m_pDevice->RestoreState(TRUE);
662 m_pDevice->RestoreState(TRUE);
    [all...]
fpdf_render_pattern.cpp 819 m_pDevice->RestoreState();
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 330 void RestoreState(FX_BOOL bKeepSaved = FALSE);
543 virtual void RestoreState(FX_BOOL bKeepSaved = FALSE) = 0;
659 void RestoreState(FX_BOOL bKeepSaved = FALSE);
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 111 void RestoreState(const State* state);

Completed in 1218 milliseconds

1 2