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

1 2 3 4 56 7 8 9

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h 157 virtual void Restore() OVERRIDE;
desktop_window_tree_host_win.h 77 virtual void Restore() OVERRIDE;
  /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/v8/src/arm64/
code-stubs-arm64.h 210 void Restore(MacroAssembler* masm) {
214 // If we have to call into C then we need to save and restore all caller-
  /external/chromium_org/ash/wm/
toplevel_window_event_handler_unittest.cc 454 window_state->Restore();
654 window_state->Restore();
674 window_state->Restore();
window_state.cc 212 void WindowState::Restore() {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 362 canvas->Restore();
371 canvas->Restore();
377 canvas->Restore();
621 // We really "should" restore the focus whenever the window becomes unhidden,
626 // If we do find there are cases where we need to restore the focus on show,
820 // We only restore focus if our window is visible, to avoid invoking blur
868 void BrowserView::Restore() {
869 frame_->Restore();
    [all...]
browser_view.h 283 virtual void Restore() OVERRIDE;
652 // devtools_web_view_ or any of its children. Used to restore focus once
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 779 canvas->Restore();
801 canvas->Restore();
805 // Restore the canvas to avoid file name etc. text are drawn flipped.
808 canvas->Restore();
    [all...]
  /external/chromium_org/apps/ui/views/
app_window_frame_view.cc 364 widget_->Restore();
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 63 // immersive fullscreen via the "Restore" window control.
83 window_state->Restore();
  /external/chromium_org/ash/shelf/
shelf_button.cc 134 canvas->Restore();
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_manager_unittest.cc 424 // Retrieves the window's restore state override - if any - and returns it as a
437 // Test that the restore state will be kept at its original value for
473 wm::GetWindowState(maximized_window.get())->Restore();
553 wm::GetWindowState(window.get())->Restore();
632 // Turning off the mode should not restore to the initial coordinates since
    [all...]
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 173 self.flags.Restore()
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 262 canvas->Restore();
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 263 canvas->Restore();
334 // If we gain focus, we want to restore it to the previously-focused element
356 // Do not restore focus (and active state with it) if some other top-level
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 425 canvas->Restore();
  /external/chromium_org/extensions/browser/api/app_current_window_internal/
app_current_window_internal_api.cc 160 window->Restore();
  /external/chromium_org/third_party/skia/src/core/
SkRecorder.cpp 253 APPEND(Restore, this->devBounds(), this->getTotalMatrix());
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 48 def Restore(self):
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 216 canvas->Restore();
  /external/chromium_org/ui/views/widget/
widget.h 497 void Restore();
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 154 void Restore();
513 // so that we can restore it.
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 251 void Restore(MacroAssembler* masm) {
272 // If we have to call into C then we need to save and restore all caller-
293 // Restore all XMM registers except XMM0.
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 239 void Restore(MacroAssembler* masm) {
243 // If we have to call into C then we need to save and restore all caller-

Completed in 4317 milliseconds

1 2 3 4 56 7 8 9