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

1 2 3

  /external/chromium_org/build/android/pylib/
flag_changer.py 17 tests should call Restore() to revert the flags to their original state
90 def Restore(self):
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc 40 &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,
124 Restore(false, prefs::kAccessibilityLargeCursorEnabled);
125 Restore(false, prefs::kAccessibilitySpokenFeedbackEnabled);
126 Restore(false, prefs::kAccessibilityHighContrastEnabled)
    [all...]
  /external/chromium_org/extensions/browser/api/storage/
weak_unlimited_settings_storage.cc 67 bool WeakUnlimitedSettingsStorage::Restore() { return delegate_->Restore(); }
settings_storage_quota_enforcer.cc 228 bool SettingsStorageQuotaEnforcer::Restore() {
229 if (!delegate_->Restore()) {
231 // next time we Restore() (if it succeeds) we will recalculate usage anyway.
246 // If the key was deleted as a result of the Restore() call, free it.
255 // Try to restore the database if it's corrupt.
257 delegate_->Restore()) {
  /external/chromium_org/extensions/browser/value_store/
testing_value_store.cc 127 bool TestingValueStore::Restore() {
leveldb_value_store.cc 273 bool LeveldbValueStore::Restore() {
280 // clear this specific key, or we fail to restore the key, then wipe the
308 // If we can't delete the key, the restore failed.
314 // The restore succeeded if there is no corruption error.
  /external/chromium_org/ui/ozone/platform/test/
test_window.cc 71 void TestWindow::Restore() {
  /external/chromium_org/chrome/browser/extensions/api/storage/
policy_value_store.cc 61 // If the database is corrupted, try to restore it.
67 if (delegate_->Restore())
175 bool PolicyValueStore::Restore() { return delegate_->Restore(); }
syncable_settings_storage.cc 125 bool SyncableSettingsStorage::Restore() {
133 return delegate_->Restore();
  /external/chromium_org/tools/telemetry/telemetry/unittest/
simple_mock.py 128 def Restore(self):
  /external/chromium_org/ui/ozone/platform/caca/
caca_window.cc 132 void CacaWindow::Restore() {}
  /external/chromium_org/ui/ozone/platform/dri/
dri_window.cc 84 void DriWindow::Restore() {}
  /external/lldb/source/Host/common/
Terminal.cpp 167 // Restore the state of the TTY using the cached values from a
171 TerminalState::Restore () const
191 // Restore the original signal handler.
204 // that can be used to restore a previous state.
264 // Restore the state at index "idx".
266 // Returns true if the restore was successful, false otherwise.
269 TerminalStateSwitcher::Restore (uint32_t idx) const
281 if (m_ttystates[idx].Restore())
296 // Returns true if the restore was successful, false otherwise.
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 314 def Restore(self, path, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES):
315 """Restore device contents from the backup archive.
323 self._DeviceAdbCmd(['restore'] + [path], timeout, retries)
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.cpp 62 void BaseContext::Restore(const v8::FunctionCallbackInfo<Value>& args) {
69 canvas->restore();
283 ADD_METHOD("restore", Restore);
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 246 void X11Window::Restore() {}
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.cpp 528 MachException::PortInfo::Restore (task_t task)
530 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Restore( task = 0x%4.4x )", task);
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 45 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {}
55 const MachineInstr *Restore;
  /external/skia/experimental/SkV8Example/
BaseContext.cpp 62 void BaseContext::Restore(const v8::FunctionCallbackInfo<Value>& args) {
69 canvas->restore();
283 ADD_METHOD("restore", Restore);
  /external/chromium_org/extensions/shell/browser/
shell_native_app_window.cc 118 void ShellNativeAppWindow::Restore() {
  /external/chromium_org/third_party/webrtc/base/
win32regkey.cc 331 // restore the key and all of its subkeys and values which are saved into a file
332 HRESULT RegKey::Restore(const wchar_t* full_key_name,
868 // restore the buffer size
  /external/chromium_org/ui/platform_window/win/
win_window.cc 103 void WinWindow::Restore() {}
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 197 void Restore(MacroAssembler* masm) {
201 // If we have to call into C then we need to save and restore all caller-
  /external/chromium_org/ash/wm/
window_state.cc 212 void WindowState::Restore() {
  /external/chromium_org/components/native_app_window/
native_app_window_views.cc 151 void NativeAppWindowViews::Restore() {
152 widget_->Restore();

Completed in 566 milliseconds

1 2 3