Searched refs:available_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc30 // Get the |vertical| or horizontal amount that |available_bounds| overflows
32 int GetOffScreenLength(const gfx::Rect& available_bounds, argument
35 if (available_bounds.IsEmpty() || available_bounds.Contains(window_bounds))
42 // | left | available_bounds | right |
47 return std::max(0, available_bounds.y() - window_bounds.y()) +
48 std::max(0, window_bounds.bottom() - available_bounds.bottom());
49 return std::max(0, available_bounds.x() - window_bounds.x()) +
50 std::max(0, window_bounds.right() - available_bounds.right());
296 gfx::Rect available_bounds(GetAvailableScreenBound
[all...]
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc152 gfx::Rect available_bounds = root_window->bounds(); local
154 available_bounds.set_height(available_bounds.height() -
156 GetInputMethod()->GetTextInputClient()->EnsureCaretInRect(available_bounds);
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc755 const gfx::Rect available_bounds(root_window_->bounds());
761 shelf_width = available_bounds.width();
763 shelf_height = available_bounds.height();
783 int bottom_shelf_vertical_offset = available_bounds.bottom();
790 gfx::Rect(available_bounds.x(), bottom_shelf_vertical_offset,
791 available_bounds.width(), shelf_height),
792 gfx::Rect(available_bounds.x(), available_bounds.y(),
793 shelf_width, available_bounds.height()),
794 gfx::Rect(available_bounds
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.cc43 void set_available_bounds(const gfx::Rect& available_bounds) { argument
44 available_bounds_ = available_bounds;

Completed in 142 milliseconds