Searched refs:SetBounds (Results 51 - 75 of 514) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc114 void CacaWindow::SetBounds(const gfx::Rect& bounds) {} function in class:ui::CacaWindow
H A Dcaca_window.h51 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc58 void DriWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::DriWindow
H A Ddri_window.h38 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/ui/ozone/platform/egltest/
H A Dozone_platform_egltest.cc61 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
112 void EgltestWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::__anon17000::EgltestWindow
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc42 void TestWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::TestWindow
H A Dtest_window.h30 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/ui/platform_window/
H A Dplatform_window.h33 virtual void SetBounds(const gfx::Rect& bounds) = 0;
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc71 void WinWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::WinWindow
H A Dwin_window.h28 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc219 void X11Window::SetBounds(const gfx::Rect& bounds) { function in class:ui::X11Window
H A Dx11_window.h35 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/ui/v2/public/
H A Dview.h57 void SetBounds(const gfx::Rect& bounds);
/external/chromium_org/ui/v2/src/
H A Dview.cc195 void View::SetBounds(const gfx::Rect& bounds) { function in class:v2::View
H A Dview_unittest.cc456 v1.SetBounds(new_bounds);
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc261 GetWidget()->SetBounds(GetBubbleBounds());
H A Dbubble_delegate_unittest.cc157 anchor_widget->GetContentsView()->SetBounds(10, 10, 100, 100);
160 anchor_widget->GetContentsView()->SetBounds(20, 10, 100, 100);
249 anchor_widget->SetBounds(gfx::Rect(10, 10, 100, 100));
H A Dtray_bubble_view.cc251 child->SetBounds(0, host->height() - consumed_height - size.height(),
360 bubble_content_mask_->layer()->SetBounds(layer()->bounds());
/external/chromium_org/ui/views/
H A Dbutton_drag_utils.cc63 button.SetBounds(0, 0, prefsize.width(), prefsize.height());
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button_unittest.cc68 widget->SetBounds(widget_bounds);
H A Dimage_button_unittest.cc113 button.SetBounds(0, 0, 50, 50);
137 button.SetBounds(0, 0, 50, 30);
152 button.SetBounds(0, 0, 50, 30);
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc366 text_button_->SetBounds(0, 0, std::max(0, text_button_width), height());
367 arrow_button_->SetBounds(arrow_button_x, 0, arrow_button_width, height());
/external/chromium_org/ui/views/controls/
H A Dlabel.cc205 SetBounds(x(), y(), label_width, 0);
H A Dlabel_unittest.cc165 label.SetBounds(0, 0, 1000, 40);
169 label.SetBounds(0, 0, 1000, label.GetPreferredSize().height() / 2);
180 label.SetBounds(0, 0, 10, 10);
195 label.SetBounds(0, 0, 1000, 1000);
331 label.SetBounds(0, 0, 0, 0);
341 label.SetBounds(0, 0, 1000, 1000);
368 label.SetBounds(0, 0, required_size.width() + extra.width(),
431 label.SetBounds(0, 0, required_size_with_border.width() + extra.width(),
494 label.SetBounds(label.x(), label.y(),
556 label.SetBounds(labe
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host.cc93 SetBounds(bounds);

Completed in 283 milliseconds

1234567891011>>