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

  /external/chromium_org/ash/wm/
app_list_controller.h 125 gfx::Rect view_bounds_; member in class:ash::internal::AppListController
app_list_controller.cc 406 // Update cached |view_bounds_| if it is the first over-scroll move and
409 view_bounds_ = widget->GetWindowBoundsInScreen();
417 gfx::Rect shifted(view_bounds_);
426 widget->SetBounds(view_bounds_);

Completed in 59 milliseconds