HomeSort by relevance Sort by last modified time
    Searched refs:Restore (Results 151 - 175 of 224) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.h 241 void Restore(MacroAssembler* masm) {
245 // If we have to call into C then we need to save and restore all caller-
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 243 void Restore(MacroAssembler* masm) {
264 // If we have to call into C then we need to save and restore all caller-
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 248 void Restore(MacroAssembler* masm) {
269 // If we have to call into C then we need to save and restore all caller-
286 // Restore FPU state in m108byte.
  /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/chromium_org/ash/display/
display_controller.cc 146 // A utility class to store/restore focused/active window
186 void Restore() {
187 // Restore focused or active window if it's still alive.
697 focus_activation_store_->Restore();
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 324 window_state->Restore();
410 wm::GetWindowState(child)->Restore();
491 // but the set to restore when the shelf becomes visible is updated.
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 78 // TabLoader is responsible for loading tabs after session restore creates
188 // The time the restore process started.
305 // When the session restore is done synchronously, notification is sent from
306 // SessionRestoreImpl::Restore .
554 // destructor when restore is done.
560 Browser* Restore() {
594 // Restore window(s) from a foreign session. Returns newly created Browsers.
610 // Restore and show the browser.
626 // Restore a single tab from a foreign session.
812 // Restore was unsuccessful. The DOM storage system can also delete it
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 307 Restore();
327 void Panel::Restore() {
485 // Clicking the restore button has the same behavior as clicking the titlebar.
stacked_panel_browsertest.cc 326 // Expanding P1 by calling its Restore API.
327 panel1->Restore();
373 panel2->Restore();
392 panel1->Restore();
408 panel3->Restore();
430 panel2->Restore();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 309 frame()->Restore();
716 canvas->Restore();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
AdvancedApp.js 155 // Restore docked layout in case of smooth transition.
  /external/chromium_org/ui/gfx/
canvas.cc 195 void Canvas::Restore() {
196 canvas_->restore();
356 canvas_->restore();
413 // 7. Restore the state of the canvas and the SkCanvas matrix stack.
442 // Restore the state of the canvas.
443 Restore();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 401 // these windows the size of the window gets augmented, effecting restore
830 void DesktopNativeWidgetAura::Restore() {
832 desktop_window_tree_host_->Restore();
    [all...]
desktop_window_tree_host_win.cc 334 void DesktopWindowTreeHostWin::Restore() {
335 message_handler_->Restore();
949 // If we received the window size changing notification due to a restore or
    [all...]
  /external/chromium_org/v8/src/
sampler.cc 288 if (--client_count_ == 0) Restore();
311 static void Restore() {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 120 * shadows an existing variable, we have to restore it, so save it
162 (* Restore the unshadowed variable. *)
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 156 canvas->Restore();
740 canvas->Restore();
    [all...]
  /external/chromium_org/ash/
shell_unittest.cc 446 widget->Restore();
  /external/chromium_org/extensions/browser/value_store/
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/third_party/webrtc/base/
win32regkey_unittest.cc 571 // test restore
572 EXPECT_SUCCEEDED(RegKey::Restore(kFullRkey1Subkey, temp_file));
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 261 frame_->Restore();
614 // If we should not show the maximize/restore button, then we return
  /external/compiler-rt/lib/msan/
msan.cc 242 void ScopedThreadLocalStateBackup::Restore() {
  /external/chromium_org/ui/views/widget/
widget.cc 679 void Widget::Restore() {
680 native_widget_->Restore();
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 138 * shadows an existing variable, we have to restore it, so save it
180 (* Restore the unshadowed variable. *)
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]

Completed in 3336 milliseconds

1 2 3 4 5 67 8 9