Searched refs:previous_bounds (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/ash/system/tray/
H A Dfixed_sized_scroll_view.h34 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dfixed_sized_scroll_view.cc49 void FixedSizedScrollView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.h41 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dsubmenu_view.h165 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
/external/chromium_org/ui/views/controls/
H A Dsingle_split_view.h87 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
99 const gfx::Rect& previous_bounds,
H A Dsingle_split_view.cc194 void SingleSplitView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
195 divider_offset_ = CalculateDividerOffset(divider_offset_, previous_bounds,
222 const gfx::Rect& previous_bounds,
229 previous_bounds.height() == 0 || new_bounds.height() == 0;
232 divider_offset += new_bounds.width() - previous_bounds.width();
234 divider_offset += new_bounds.height() - previous_bounds.height();
220 CalculateDividerOffset( int divider_offset, const gfx::Rect& previous_bounds, const gfx::Rect& new_bounds) const argument
H A Dlabel.h141 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.h63 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dbounded_label.cc51 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
166 void InnerBoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
168 views::Label::OnBoundsChanged(previous_bounds);
339 void BoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
341 views::View::OnBoundsChanged(previous_bounds);
/external/chromium_org/ui/views/window/
H A Dclient_view.cc81 void ClientView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
H A Dclient_view.h69 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dnon_client_view.h89 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dnon_client_view.cc323 void NonClientFrameView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_view_views.h74 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dextension_view_views.cc143 void ExtensionViewViews::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.h102 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
H A Dwebview.cc139 void WebView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.h138 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc581 gfx::Rect previous_bounds; local
590 previous_bounds = new_bounds;
608 bounds.set_y(previous_bounds.bottom());
611 bounds.set_y(previous_bounds.bottom());
620 previous_bounds = bounds;
/external/chromium_org/ui/views/examples/
H A Dmultiline_example.cc107 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h373 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
396 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
/external/chromium_org/ui/views/
H A Dview.h1012 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds);
1299 void BoundsChanged(const gfx::Rect& previous_bounds);
/external/chromium_org/ash/shelf/
H A Dshelf_view.h249 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.h272 gfx::Rect previous_bounds; member in struct:cc::PictureLayerTiling::RectExpansionCache
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h371 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;

Completed in 449 milliseconds

12