Searched refs:Restore (Results 1 - 25 of 207) sorted by relevance

123456789

/external/chromium_org/chrome/browser/chromeos/policy/
H A Drecommendation_restorer.cc40 &RecommendationRestorer::Restore, base::Unretained(this), true));
44 &RecommendationRestorer::Restore, base::Unretained(this), true));
48 &RecommendationRestorer::Restore, base::Unretained(this), true));
52 &RecommendationRestorer::Restore, base::Unretained(this), true));
56 &RecommendationRestorer::Restore, base::Unretained(this), true));
60 &RecommendationRestorer::Restore, base::Unretained(this), true));
96 void RecommendationRestorer::Restore(bool allow_delay, function in class:policy::RecommendationRestorer
124 Restore(false, prefs::kAccessibilityLargeCursorEnabled);
125 Restore(false, prefs::kAccessibilitySpokenFeedbackEnabled);
126 Restore(fals
[all...]
H A Drecommendation_restorer.h52 void Restore(bool allow_delay, const std::string& pref_name);
/external/chromium_org/ui/gfx/
H A Dscoped_canvas.h21 canvas_->Restore();
25 canvas_->Restore();
/external/chromium_org/ash/wm/
H A Dwindow_state_util.cc26 window_state->Restore();
/external/lldb/include/lldb/Host/
H A DTerminal.h113 /// Restore the TTY state to the cached state.
115 /// Restore the state of the TTY using the cached values from a
123 Restore () const;
211 /// Restore the TTY state for state at index \a idx.
218 Restore (uint32_t idx) const;
/external/chromium_org/apps/
H A Dapp_window_interactive_uitest.cc29 window->Restore();
39 window->Restore();
55 window->Restore();
157 window->Restore();
184 window->Restore();
/external/chromium_org/third_party/skia/tests/
H A DRecordPatternTest.cpp11 Is<Restore> >
33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
96 Pattern3<Is<Save>, IsDraw, Is<Restore> > pattern;
122 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
127 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
133 Is<Restore>,
135 Is<Restore> > pattern;
/external/llvm/lib/Target/X86/
H A DX86CompilationCallback_Win64.asm47 ; Restore all XMM arg registers.
53 ; Restore RSP.
56 ; Restore all int arg registers
63 ; Restore RBP.
/external/skia/tests/
H A DRecordPatternTest.cpp11 Is<Restore> >
33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
96 Pattern3<Is<Save>, IsDraw, Is<Restore> > pattern;
122 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
127 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
133 Is<Restore>,
135 Is<Restore> > pattern;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S43 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
45 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef]
46 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
47 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
/external/chromium_org/ui/base/
H A Dbase_window.h80 virtual void Restore() = 0;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S47 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
49 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef]
50 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
51 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.cc67 bool WeakUnlimitedSettingsStorage::Restore() { return delegate_->Restore(); } function in class:extensions::WeakUnlimitedSettingsStorage
H A Dweak_unlimited_settings_storage.h39 virtual bool Restore() OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dpolicy_value_store.cc67 if (delegate_->Restore())
175 bool PolicyValueStore::Restore() { return delegate_->Restore(); } function in class:extensions::PolicyValueStore
/external/lldb/source/Host/common/
H A DTerminal.cpp167 // Restore the state of the TTY using the cached values from a
171 TerminalState::Restore () const function in class:TerminalState
191 // Restore the original signal handler.
264 // Restore the state at index "idx".
269 TerminalStateSwitcher::Restore (uint32_t idx) const function in class:TerminalStateSwitcher
281 if (m_ttystates[idx].Restore())
/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h45 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {}
55 const MachineInstr *Restore; member in struct:llvm::RegScavenger::ScavengedInfo
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_android.cc37 new_web_contents->GetController().Restore(
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.h48 virtual bool Restore() OVERRIDE;
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dandroid_platform_backend_unittest.py44 self._stubs.Restore()
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo_unittest.py30 self._stubs.Restore()
/external/compiler-rt/lib/msan/
H A Dmsan.h127 ~ScopedThreadLocalStateBackup() { Restore(); }
129 void Restore();
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dmmx_main.asm62 ; Restore the registers used by the blitters, necessary for optimized code
H A Dx86_main.asm63 ; Restore the registers used by the blitters, necessary for optimized code
/external/chromium_org/ash/system/tray/
H A Dtray_popup_label_button_border.cc93 canvas->Restore();

Completed in 684 milliseconds

123456789