HomeSort by relevance Sort by last modified time
    Searched defs:bounds_in_pixel (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/display/
display_info.h 90 // The bounds_in_pixel for the display. The size of this can be different from
92 const gfx::Rect bounds_in_pixel() const { function in class:ash::internal::DisplayInfo
113 // given |bounds_in_pixel|.
114 void SetBounds(const gfx::Rect& bounds_in_pixel);
116 // Update the |bounds_in_pixel| according to the current overscan
mirror_window_controller.cc 163 const gfx::Rect& bounds_in_pixel = display_info.bounds_in_pixel(); local
164 aura::RootWindow::CreateParams params(bounds_in_pixel);
166 CreateRootWindowHost(bounds_in_pixel);
203 root_window_->SetHostBounds(display_info.bounds_in_pixel());
display_controller.cc 579 if (display_info.bounds_in_pixel().Contains(
672 DCHECK(!display_info.bounds_in_pixel().IsEmpty());
674 root->SetHostBounds(display_info.bounds_in_pixel());
689 display_info.bounds_in_pixel());
812 const gfx::Rect& bounds_in_pixel = display_info.bounds_in_pixel(); local
813 aura::RootWindow::CreateParams params(bounds_in_pixel);
815 CreateRootWindowHost(bounds_in_pixel);
    [all...]

Completed in 59 milliseconds