HomeSort by relevance Sort by last modified time
    Searched refs:initial_restored_bounds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/
widget.cc 569 !initial_restored_bounds_.IsEmpty()) {
570 native_widget_->ShowMaximizedWithBounds(initial_restored_bounds_);
579 !initial_restored_bounds_.IsEmpty() &&
581 native_widget_->ShowMaximizedWithBounds(initial_restored_bounds_);
606 !initial_restored_bounds_.IsEmpty()) {
607 SetBounds(initial_restored_bounds_);
    [all...]
widget.h 811 gfx::Rect initial_restored_bounds_; member in class:views::Widget
    [all...]

Completed in 5223 milliseconds