Searched defs:bounds_in_pixels (Results 1 – 5 of 5) sorted by relevance
36 const gfx::Rect bounds_in_pixels = in GetPrimaryDisplay() local
249 gfx::Rect bounds_in_pixels = message_handler_->GetWindowBoundsInScreen(); in GetWindowBoundsInScreen() local254 gfx::Rect bounds_in_pixels = message_handler_->GetClientAreaBoundsInScreen(); in GetClientAreaBoundsInScreen() local259 gfx::Rect bounds_in_pixels = message_handler_->GetRestoredBounds(); in GetRestoredBounds() local265 gfx::Rect bounds_in_pixels( in SetBounds() local
54 gfx::Rect bounds_in_pixels(0, 0, width, height); in GetFallbackDisplayList() local
646 gfx::Rect bounds_in_pixels( in SetBounds() local
574 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels) { in SetBounds()