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 139 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds); local
140 message_handler_->Init(parent_hwnd, pixel_bounds);
212 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(restored_bounds); local
213 message_handler_->ShowMaximizedWithBounds(pixel_bounds);
254 gfx::Rect pixel_bounds = message_handler_->GetWindowBoundsInScreen(); local
255 InsetBottomRight(&pixel_bounds, window_enlargement_);
256 return gfx::win::ScreenToDIPRect(pixel_bounds);
260 gfx::Rect pixel_bounds = message_handler_->GetClientAreaBoundsInScreen(); local
261 InsetBottomRight(&pixel_bounds, window_enlargement_);
262 return gfx::win::ScreenToDIPRect(pixel_bounds);
266 gfx::Rect pixel_bounds = message_handler_->GetRestoredBounds(); local
277 gfx::Rect pixel_bounds = gfx::Rect(monitor_info.rcWork); local
    [all...]

Completed in 60 milliseconds