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

  /external/chromium_org/ui/gfx/
screen_android.cc 36 const gfx::Rect bounds_in_pixels = variable
42 bounds_in_pixels.size(), 1.0f / device_scale_factor)));
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 56 gfx::Rect bounds_in_pixels(0, 0, width, height);
57 gfx::Display gfx_display(0, bounds_in_pixels);
63 gfx_display.SetScaleAndBounds(device_scale_factor, bounds_in_pixels);
desktop_native_widget_aura.cc 713 gfx::Rect bounds_in_pixels = local
715 desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels);
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 528 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels,
535 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(),
536 bounds_in_pixels.width(), bounds_in_pixels.height(),
542 if (old_size == bounds_in_pixels.size() && force_size_changed) {
    [all...]
hwnd_message_handler.h 135 // Sets the bounds of the HWND to |bounds_in_pixels|. If the HWND size is not
137 void SetBounds(const gfx::Rect& bounds_in_pixels, bool force_size_changed);

Completed in 143 milliseconds