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

1 2 3

  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.h 35 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
fixed_sized_scroll_view.cc 50 void FixedSizedScrollView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.h 41 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
submenu_view.h 157 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/ui/views/window/
client_view.h 69 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
client_view.cc 81 void ClientView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
non_client_view.h 77 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/ui/views/controls/
single_split_view.h 87 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
99 const gfx::Rect& previous_bounds,
single_split_view.cc 204 void SingleSplitView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
205 divider_offset_ = CalculateDividerOffset(divider_offset_, previous_bounds,
232 const gfx::Rect& previous_bounds,
239 previous_bounds.height() == 0 || new_bounds.height() == 0;
242 divider_offset += new_bounds.width() - previous_bounds.width();
244 divider_offset += new_bounds.height() - previous_bounds.height();
  /external/chromium_org/cc/resources/
tile_priority.cc 107 float TilePriority::TimeForBoundsToIntersect(const gfx::RectF& previous_bounds,
132 &range, previous_bounds.x(), current_bounds.x(),
135 &range, previous_bounds.right(), current_bounds.right(),
138 &range, previous_bounds.y(), current_bounds.y(),
141 &range, previous_bounds.bottom(), current_bounds.bottom(),
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.h 68 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
extension_view.cc 175 void ExtensionView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.h 70 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
extension_view_views.cc 134 void ExtensionViewViews::OnBoundsChanged(const gfx::Rect& previous_bounds) {
  /external/chromium_org/chrome/browser/ui/views/frame/
app_non_client_frame_view_ash.h 46 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/ui/message_center/views/
bounded_label.h 61 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
bounded_label.cc 48 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
165 void InnerBoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) {
167 views::Label::OnBoundsChanged(previous_bounds);
334 void BoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) {
336 views::View::OnBoundsChanged(previous_bounds);
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.h 61 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.h 148 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/ui/views/controls/webview/
webview.h 93 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 70 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.h 65 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/notifications/
balloon_view_views.h 63 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 132 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
  /external/chromium_org/ui/views/examples/
multiline_example.cc 43 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE {

Completed in 2373 milliseconds

1 2 3