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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration.h 34 DesktopRect pixel_bounds; member in struct:webrtc::MacDisplayConfiguration
67 DesktopRect pixel_bounds; member in struct:webrtc::MacDesktopConfiguration
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 141 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); local
142 message_handler_->Init(parent_hwnd, pixel_bounds);
214 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); local
215 message_handler_->ShowMaximizedWithBounds(pixel_bounds);
256 gfx::Rect pixel_bounds = message_handler_->GetWindowBoundsInScreen(); local
257 InsetBottomRight(&pixel_bounds, window_enlargement_);
258 return gfx::win::ScreenToDIPRect(pixel_bounds);
262 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen(); local
263 InsetBottomRight(&pixel_bounds, window_enlargement_);
264 return gfx::win::ScreenToDIPRect(pixel_bounds);
268 gfx::Rect pixel_bounds = message_handler_->GetRestoredBounds(); local
279 gfx::Rect pixel_bounds = gfx::Rect(monitor_info.rcWork); local
    [all...]

Completed in 110 milliseconds