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

1 2

  /external/chromium_org/ui/v2/src/
layout.cc 18 const gfx::Rect& requested_bounds) {
19 SetChildBoundsDirect(child, requested_bounds);
  /external/chromium_org/ash/wm/
status_area_layout_manager.cc 50 const gfx::Rect& requested_bounds) {
54 SetChildBoundsDirect(child, requested_bounds);
60 if (requested_bounds == child->GetTargetBounds())
63 SetChildBoundsDirect(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
root_window_layout_manager.h 44 const gfx::Rect& requested_bounds) OVERRIDE;
status_area_layout_manager.h 31 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 63 const gfx::Rect& requested_bounds) OVERRIDE;
lock_layout_manager.cc 75 const gfx::Rect& requested_bounds) {
77 wm::SetBoundsEvent event(wm::WM_EVENT_SET_BOUNDS, requested_bounds);
system_modal_container_layout_manager.h 52 const gfx::Rect& requested_bounds) OVERRIDE;
system_modal_container_layout_manager.cc 100 const gfx::Rect& requested_bounds) {
101 SetChildBoundsDirect(child, requested_bounds);
102 child->SetProperty(kCenteredKey, DialogIsCentered(requested_bounds));
  /external/chromium_org/ui/v2/public/
layout.h 20 const gfx::Rect& requested_bounds);
  /external/chromium_org/ui/keyboard/
keyboard_layout_manager.cc 37 const gfx::Rect& requested_bounds) {
51 SetChildBoundsDirect(child, requested_bounds);
59 controller_->NotifyKeyboardBoundsChanging(requested_bounds);
keyboard_layout_manager.h 32 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/athena/common/
fill_layout_manager.h 26 const gfx::Rect& requested_bounds) OVERRIDE;
fill_layout_manager.cc 42 const gfx::Rect& requested_bounds) {
  /external/chromium_org/athena/wm/
window_manager_impl.cc 77 const gfx::Rect& requested_bounds) OVERRIDE {
78 if (!requested_bounds.IsEmpty())
79 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) {
detached_panel_collection.h 61 const gfx::Rect& requested_bounds) const OVERRIDE;
  /external/chromium_org/athena/home/
home_card_impl.cc 42 const gfx::Rect& requested_bounds) OVERRIDE {
43 SetChildBoundsDirect(child, gfx::Rect(requested_bounds.size()));
  /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 1984 milliseconds

1 2