Home
last modified time | relevance | path

Searched refs:initial_restored_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/
Dwidget.cc607 !initial_restored_bounds_.IsEmpty() && in Show()
609 native_widget_->ShowMaximizedWithBounds(initial_restored_bounds_); in Show()
633 !initial_restored_bounds_.IsEmpty()) { in ShowInactive()
634 SetBounds(initial_restored_bounds_); in ShowInactive()
1363 initial_restored_bounds_ = saved_bounds; in SetInitialBounds()
Dwidget.h849 gfx::Rect initial_restored_bounds_; variable