Searched refs:SetBounds (Results 101 - 125 of 514) sorted by last modified time

1234567891011>>

/external/chromium_org/ui/views/focus/
H A Dfocus_manager_unittest.cc875 widget_view->SetBounds(20, 0, 20, 20);
891 view1->SetBounds(0, 0, 20, 20);
894 view2->SetBounds(20, 0, 20, 20);
H A Dfocus_traversal_unittest.cc290 cb->SetBounds(10, 10, 200, 20);
299 left_container_->SetBounds(10, 35, 250, 200);
311 label->SetBounds(label_x, y, label_width, label_height);
316 text_field->SetBounds(label_x + label_width + 5, y,
324 label->SetBounds(label_x, y, label_width, label_height);
329 text_field->SetBounds(label_x + label_width + 5, y,
337 label->SetBounds(label_x, y, label_width, label_height);
342 text_field->SetBounds(label_x + label_width + 5, y,
350 label->SetBounds(label_x, y, label_width, label_height);
355 text_field->SetBounds(label_
[all...]
/external/chromium_org/ui/views/layout/
H A Dbox_layout_unittest.cc40 host_->SetBounds(0, 0, 20, 20);
54 host_->SetBounds(0, 0, 20, 20);
68 host_->SetBounds(0, 0, 40, 60);
76 host_->SetBounds(0, 0, 50, 40);
90 host_->SetBounds(0, 0, 100, 100);
103 host_->SetBounds(0, 0, 10, 10);
133 host_->SetBounds(0, 0, 10, 10);
147 host_->SetBounds(0, 0, 30, 30);
162 host_->SetBounds(0, 0, 20, 50);
174 host_->SetBounds(
[all...]
H A Dgrid_layout.cc827 view->SetBounds(x, y, width, height);
H A Dgrid_layout_unittest.cc91 host.SetBounds(0, 0, 100, 100);
141 host.SetBounds(0, 0, pref.width(), pref.height());
165 host.SetBounds(0, 0, pref.width(), pref.height());
190 host.SetBounds(0, 0, pref.width(), pref.height());
216 host.SetBounds(0, 0, pref.width(), pref.height());
246 host.SetBounds(0, 0, pref.width(), pref.height());
277 host.SetBounds(0, 0, pref.width(), pref.height());
301 host.SetBounds(0, 0, pref.width(), pref.height());
321 host.SetBounds(0, 0, 110, 20);
341 host.SetBounds(
[all...]
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl.cc265 widget_->SetBounds(widget_bounds);
/external/chromium_org/ui/views/
H A Dview.cc270 void View::SetBounds(int x, int y, int width, int height) { function in class:views::View
296 SetBounds(x(), y(), size.width(), size.height());
300 SetBounds(position.x(), position.y(), width(), height());
304 SetBounds(x, y(), width(), height());
308 SetBounds(x(), y, width(), height());
384 SetBounds(x(), y(), prefsize.width(), prefsize.height());
2001 layer()->SetBounds(bounds);
2187 layer()->SetBounds(GetLocalBounds() + offset);
H A Dview.h208 void SetBounds(int x, int y, int width, int height);
H A Dview_targeter_unittest.cc172 // The coordinates used for SetBounds() are in the parent coordinate space.
174 content->SetBounds(0, 0, 100, 100);
176 child->SetBounds(50, 50, 20, 20);
178 grandchild->SetBounds(0, 0, 5, 5);
250 // The coordinates used for SetBounds() are in the parent coordinate space.
252 content->SetBounds(0, 0, 100, 100);
254 child->SetBounds(50, 50, 20, 20);
256 grandchild->SetBounds(0, 0, 5, 5);
361 // The coordinates used for SetBounds() are in the parent coordinate space.
363 content->SetBounds(
[all...]
H A Dview_unittest.cc559 // The coordinates used for SetBounds are in parent coordinates.
562 v1->SetBounds(0, 0, 100, 100);
566 v2->SetBounds(150, 0, 250, 100);
570 v3->SetBounds(0, 200, 150, 100);
574 v4->SetBounds(300, 200, 100, 100);
578 v31->SetBounds(10, 10, 80, 80);
582 v32->SetBounds(110, 10, 30, 80);
586 v41->SetBounds(10, 10, 80, 80);
590 v411->SetBounds(60, 65, 10, 5);
594 v5->SetBounds(45
2736 void TestLayerAnimator::SetBounds(const gfx::Rect& bounds) { function in class:views::__anon17129::TestLayerAnimator
[all...]
H A Dview_unittest_aura.cc67 v2->SetBounds(0, 1, 100, 101);
69 v3->SetBounds(0, 2, 100, 102);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc701 drag_widget_->SetBounds(
1107 image_view->SetBounds(0, 0, image.width(), image.height());
H A Ddesktop_native_widget_aura.cc91 child_window->SetBounds(gfx::Rect(bounds.size()));
697 void DesktopNativeWidgetAura::SetBounds(const gfx::Rect& bounds) { function in class:views::DesktopNativeWidgetAura
712 desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels);
1170 content_window_->SetBounds(new_bounds);
1173 content_window_container_->SetBounds(new_bounds);
H A Ddesktop_native_widget_aura.h133 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
H A Ddesktop_native_widget_aura_unittest.cc58 widget.SetBounds(bounds);
68 widget.SetBounds(new_bounds);
389 popup_window.owned_window()->SetBounds(new_size);
H A Ddesktop_screen_position_client.cc71 void DesktopScreenPositionClient::SetBounds(aura::Window* window, function in class:views::DesktopScreenPositionClient
94 window->SetBounds(gfx::Rect(origin, bounds.size()));
98 window->SetBounds(bounds);
H A Ddesktop_screen_position_client.h28 virtual void SetBounds(aura::Window* window,
H A Ddesktop_screen_position_client_unittest.cc29 dialog->SetBounds(gfx::Rect(11, 12, 200, 200));
H A Ddesktop_window_tree_host_win.cc481 // GetBounds and SetBounds work in pixel coordinates, whereas other get/set
500 void DesktopWindowTreeHostWin::SetBounds(const gfx::Rect& bounds) { function in class:views::DesktopWindowTreeHostWin
520 message_handler_->SetBounds(new_expanded, old_content_size != bounds.size());
575 SetBounds(bounds_without_expansion);
H A Ddesktop_window_tree_host_win.h115 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
H A Ddesktop_window_tree_host_x11.cc425 SetBounds(window_bounds);
539 SetBounds(adjusted_bounds);
885 void DesktopWindowTreeHostX11::SetBounds(const gfx::Rect& requested_bounds) { function in class:views::DesktopWindowTreeHostX11
1255 // SetBounds() does not work.
H A Ddesktop_window_tree_host_x11.h157 virtual void SetBounds(const gfx::Rect& requested_bounds) OVERRIDE;
H A Ddesktop_window_tree_host_x11_unittest.cc243 widget1->SetBounds(gfx::Rect(100, 100, 200, 200));
305 widget2->SetBounds(gfx::Rect(100, 100, 200, 200));
H A Dx11_desktop_window_move_client.cc31 host_->SetBounds(gfx::Rect(system_loc, host_->GetBounds().size()));
H A Dx11_window_event_filter.cc162 widget->SetBounds(bounds);
167 widget->SetBounds(bounds);

Completed in 443 milliseconds

1234567891011>>