Searched defs:previous_bounds (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dfixed_sized_scroll_view.cc49 void FixedSizedScrollView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/window/
H A Dclient_view.cc81 void ClientView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
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.cc122 void ExtensionViewViews::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc266 const gfx::Rect& previous_bounds) {
265 OnBoundsChanged( const gfx::Rect& previous_bounds) argument
H A Dsubmenu_view.cc434 void SubmenuView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/
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.cc358 void Label::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.cc125 void WebView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/message_center/views/
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);
347 void BoundedLabel::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
349 views::View::OnBoundsChanged(previous_bounds);
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.h247 gfx::Rect previous_bounds; member in struct:cc::PictureLayerTiling::RectExpansionCache
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_browsertest.cc449 gfx::Rect previous_bounds = panel->GetBounds(); local
451 EXPECT_EQ(previous_bounds.size(), panel->GetRestoredBounds().size());
452 gfx::Size new_size(previous_bounds.size());
454 gfx::Rect new_bounds(previous_bounds.origin(), new_size);
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/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.cc513 void OmniboxResultView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/button/
H A Dtext_button.cc317 void TextButtonBase::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc1394 void ShelfView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc232 gfx::Rect previous_bounds = window->bounds(); local
239 window->layer()->SetBounds(previous_bounds);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1529 void LocationBarView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc898 void Textfield::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
/external/chromium_org/ui/views/
H A Dview_unittest.cc240 virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
339 void TestView::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
H A Dview.cc1381 void View::OnBoundsChanged(const gfx::Rect& previous_bounds) { argument
1965 void View::BoundsChanged(const gfx::Rect& previous_bounds) { argument
1969 previous_bounds.OffsetFromOrigin() != bounds_.OffsetFromOrigin();
1975 bounds_.size() == previous_bounds.size() ? SCHEDULE_PAINT_SIZE_SAME :
1993 OnBoundsChanged(previous_bounds);
1995 if (previous_bounds.size() != size()) {
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1039 const gfx::Rect& previous_bounds) {
1135 const gfx::Rect& previous_bounds) {
1038 OnBoundsChanged( const gfx::Rect& previous_bounds) argument
1134 OnBoundsChanged( const gfx::Rect& previous_bounds) argument

Completed in 2752 milliseconds