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

12345678910

/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/tools/telemetry/telemetry/core/platform/
H A Dandroid_device_unittest.py26 self._android_device_stub.Restore()
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_interactive_uitest.cc26 window->Restore();
36 window->Restore();
52 window->Restore();
154 window->Restore();
181 window->Restore();
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordOpts.cpp20 // Save-NoDraw-Restore sequences better than we can here.
46 // Turns the logical NoOp Save and Restore in Save-Draw*-Restore patterns into actual NoOps.
50 Is<Restore> >
55 record->replace<NoOp>(end-1); // Restore
59 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
61 // Star matches greedily, so we also have to exclude Save and Restore.
62 // Nested SaveLayers need to be excluded, or we'll match their Restore!
66 Is<Restore>,
68 Is<Restore> >
[all...]
/external/chromium_org/ui/platform_window/
H A Dplatform_window.h42 virtual void Restore() = 0;
/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;
H A DRecordReplaceDrawTest.cpp49 assert_type<SkRecords::Restore>(r, rerecord, 2);
67 assert_type<SkRecords::Restore>(r, rerecord, 2);
68 assert_type<SkRecords::Restore>(r, rerecord, 3);
120 assert_type<SkRecords::Restore>(r, rerecord, 4);
122 assert_type<SkRecords::Restore>(r, rerecord, 6);
H A DRecordDrawTest.cpp47 assert_type<SkRecords::Restore> (r, rerecord, 2);
62 assert_type<SkRecords::Restore> (r, rerecord, 2);
63 assert_type<SkRecords::Restore> (r, rerecord, 3);
86 assert_type<SkRecords::Restore> (r, translateRecord, 3);
199 assert_type<SkRecords::Restore> (r, rerecord, 2);
222 assert_type<SkRecords::Restore> (r, rerecord, 2);
/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/tools/telemetry/telemetry/core/backends/chrome/
H A Dandroid_browser_finder_unittest.py26 self._stubs.Restore()
27 self._android_device_stub.Restore()
28 self._apb_stub.Restore()
/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;

Completed in 2905 milliseconds

12345678910