HomeSort by relevance Sort by last modified time
    Searched refs:requested_bounds (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 36 const gfx::Rect& requested_bounds) {
40 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
46 if (requested_bounds == child->GetTargetBounds())
49 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
wm_event.h 93 SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds);
96 const gfx::Rect& requested_bounds() const { return requested_bounds_; } function in class:ash::wm::SetBoundsEvent
status_area_layout_manager.h 27 const gfx::Rect& requested_bounds) OVERRIDE;
root_window_layout_manager.h 44 const gfx::Rect& requested_bounds) OVERRIDE;
root_window_layout_manager.cc 72 const gfx::Rect& requested_bounds) {
73 SetChildBoundsDirect(child, requested_bounds);
lock_layout_manager.h 64 const gfx::Rect& requested_bounds) OVERRIDE;
system_modal_container_layout_manager.h 49 const gfx::Rect& requested_bounds) OVERRIDE;
lock_layout_manager.cc 76 const gfx::Rect& requested_bounds) {
78 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds);
system_modal_container_layout_manager.cc 92 const gfx::Rect& requested_bounds) {
93 SnapToPixelLayoutManager::SetChildBounds(child, requested_bounds);
94 child->SetProperty(kCenteredKey, DialogIsCentered(requested_bounds));
  /external/chromium_org/ui/v2/src/
layout.cc 18 const gfx::Rect& requested_bounds) {
19 SetChildBoundsDirect(child, requested_bounds);
  /external/chromium_org/ui/v2/public/
layout.h 20 const gfx::Rect& requested_bounds);
  /external/chromium_org/ash/
snap_to_pixel_layout_manager.cc 40 const gfx::Rect& requested_bounds) {
41 SetChildBoundsDirect(child, requested_bounds);
snap_to_pixel_layout_manager.h 30 const gfx::Rect& requested_bounds) OVERRIDE;
  /external/chromium_org/ui/aura/
layout_manager.h 44 // |child|'s bounds. LayoutManager may modify |requested_bounds|
47 const gfx::Rect& requested_bounds) = 0;
  /external/chromium_org/ui/keyboard/
keyboard_layout_manager.cc 37 const gfx::Rect& requested_bounds) {
51 SetChildBoundsDirect(child, requested_bounds);
62 controller_->NotifyKeyboardBoundsChanging(requested_bounds);
keyboard_layout_manager.h 32 const gfx::Rect& requested_bounds) OVERRIDE;
  /external/chromium_org/athena/util/
fill_layout_manager.h 26 const gfx::Rect& requested_bounds) OVERRIDE;
fill_layout_manager.cc 42 const gfx::Rect& requested_bounds) {
  /external/chromium_org/chromecast/service/
cast_service_simple.cc 61 const gfx::Rect& requested_bounds) OVERRIDE {
62 SetChildBoundsDirect(child, requested_bounds);
  /external/chromium_org/content/shell/browser/
shell_platform_data_aura.cc 54 const gfx::Rect& requested_bounds) OVERRIDE {
55 SetChildBoundsDirect(child, requested_bounds);
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 261 const gfx::Rect& requested_bounds) const {
263 return requested_bounds;
266 GetWorkAreaMatching(requested_bounds);
267 gfx::Rect initial_bounds = requested_bounds;
panel_collection.h 149 const gfx::Rect& requested_bounds) const = 0;
panel_manager.cc 220 const gfx::Rect& requested_bounds,
233 int width = requested_bounds.width();
234 int height = requested_bounds.height();
241 display_settings_provider_->GetWorkAreaMatching(requested_bounds);
259 requested_bounds.x(), requested_bounds.y(), width, height);
272 if (auto_sizing_enabled() && requested_bounds.width() == 0 &&
273 requested_bounds.height() == 0) {
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.h 92 const gfx::Rect& requested_bounds) OVERRIDE;
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.h 69 const gfx::Rect& requested_bounds) OVERRIDE;

Completed in 393 milliseconds

1 2