Searched refs:SetBounds (Results 251 - 275 of 514) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc159 content_view_->SetBounds(0, 0, window_size.width(), window_size.height());
163 top_container_->SetBounds(
753 behind->SetBounds(window_bounds);
801 child_view->SetBounds(0, 0, 10, 10);
805 unrelated_view->SetBounds(0, 100, 10, 10);
913 child_view->SetBounds(0, 0, 10, 10);
916 unrelated_view->SetBounds(0, 100, 10, 10);
H A Dwindow_state.cc53 void SetBounds(aura::Window* window, const gfx::Rect& bounds) { function in class:ash::wm::__anon2085::BoundsSetter
335 window_->SetBounds(bounds_in_parent);
387 BoundsSetter().SetBounds(window_, actual_new_bounds);
H A Ddefault_state.cc102 SetBounds(window_state, static_cast<const SetBoundsEvent*>(event));
219 window->SetBounds(gfx::Rect(window->bounds().x(),
258 window->SetBounds(new_bounds);
397 void DefaultState::SetBounds(WindowState* window_state, function in class:ash::wm::DefaultState
H A Dwindow_positioner_unittest.cc148 widget->SetBounds(gfx::Rect(450,10, 100, 100));
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc601 SetBounds(origin.x(), origin.y(), base_view()->bounds().width() / 3, height);
609 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
619 void StatusBubbleViews::SetBounds(int x, int y, int w, int h) { function in class:StatusBubbleViews
801 popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x,
806 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
814 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
866 SetBounds(original_position_.x(), original_position_.y(),
H A Dfullscreen_exit_bubble_views.cc295 view_->SetBounds(0, 0, size.width(), size.height());
338 popup_->SetBounds(GetPopupRect(false));
397 popup_->SetBounds(popup_rect);
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc102 label_->SetBounds(0, margin, width(), text_height);
221 child->SetBounds(child_area.x(), top, child_area.width(), height);
492 child->SetBounds(child_area.right(), top, child_area.width(), height);
730 button_bar_->SetBounds(
736 scroller_->SetBounds(0,
740 settings_view_->SetBounds(0,
763 button_bar_->SetBounds(0,
/external/chromium_org/ui/views/
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...]
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc560 d1->SetBounds(gfx::Rect(1010, 10, 100, 100));
566 d1->SetBounds(gfx::Rect(10, 10, 100, 100));
574 d1->SetBounds(gfx::Rect(1560, 30, 100, 100));
581 d1->SetBounds(gfx::Rect(200, 10, 100, 100));
674 w1->SetBounds(gfx::Rect(1100, 10, 100, 100));
694 w1_t1->SetBounds(gfx::Rect(10, 50, 50, 50));
801 w1->SetBounds(gfx::Rect(150, 10, 50, 50));
807 w1->SetBounds(gfx::Rect(10, 10, 50, 50));
812 w1->SetBounds(gfx::Rect(10, 10, 50, 50));
/external/chromium_org/ash/display/
H A Ddisplay_change_observer_chromeos_unittest.cc101 info.SetBounds(gfx::Rect(0, 0, 1366, 768));
146 info.SetBounds(gfx::Rect(0, 0, 2560, 1700));
205 info.SetBounds(gfx::Rect(0, 0, 1920, 1080));
H A Ddisplay_info.h161 void SetBounds(const gfx::Rect& bounds_in_native);
/external/chromium_org/athena/home/
H A Dathena_start_page_view.cc331 search_results_view_->SetBounds(
360 search_results_view_->SetBounds(
388 system_info_view_->SetBounds(
/external/chromium_org/cc/layers/
H A Ddelegated_renderer_layer_impl_unittest.cc71 root_layer->SetBounds(gfx::Size(100, 100));
74 layer_before->SetBounds(gfx::Size(14, 14));
80 layer_after->SetBounds(gfx::Size(15, 15));
86 delegated_renderer_layer->SetBounds(gfx::Size(10, 10));
511 root_layer->SetBounds(gfx::Size(100, 100));
514 delegated_renderer_layer->SetBounds(gfx::Size(75, 75));
951 root_layer->SetBounds(gfx::Size(100, 100));
954 delegated_renderer_layer->SetBounds(gfx::Size(50, 50));
1072 clip_layer->SetBounds(clip_rect.size());
1341 delegated_renderer_layer->SetBounds(gf
[all...]
H A Dtiled_layer_impl_unittest.cc38 layer->SetBounds(layer_size);
71 layer->SetBounds(layer_size);
331 tiled_layer->SetBounds(layer_bounds);
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.cc124 layer->SetBounds(rect.size());
182 layer->SetBounds(rect.size());
221 root->SetBounds(content_root_->bounds());
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc123 v->SetBounds(contents_rect.x(), top, contents_rect.width(),
237 popup_->SetBounds(GetPopupBounds());
285 popup_->SetBounds(GetPopupBounds());
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_app.cc195 window_tree_host_->window()->SetBounds(root->bounds());
289 window->SetBounds(new_bounds);
352 window->SetBounds(view->bounds());
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar_views.cc267 prev_button_->SetBounds(0, 0, size.width(), size.height());
270 next_button_->SetBounds(width() - size.width(), 0,
273 next_button_->SetBounds(0, height() - size.height(),
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc200 child_at(i)->SetBounds(x, 0, ps.width(), ps.height());
325 tab_strip_->SetBounds(0, 0, width(), size.height());
326 contents_->SetBounds(0, tab_strip_->bounds().bottom(), width(),
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura_unittest.cc58 widget.SetBounds(bounds);
68 widget.SetBounds(new_bounds);
389 popup_window.owned_window()->SetBounds(new_size);
/external/chromium_org/ui/views/window/
H A Ddialog_client_view.cc44 button->SetBounds(row_bounds->right(), row_bounds->y(),
222 footnote_view_->SetBounds(bounds.x(), bounds.bottom() - height,
254 contents_view()->SetBounds(contents_bounds.x(), contents_bounds.y(),
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc132 layer_->SetBounds(updated_bounds);
254 layer_->SetBounds(
333 layer_ptr->get()->SetBounds(gfx::Rect(0, 0, size.width(), size.height()));
/external/ceres-solver/internal/ceres/
H A Dparameter_block_test.cc185 TEST(ParameterBlock, SetBounds) {
/external/chromium_org/ash/shell/
H A Dwidgets.cc111 view->SetBounds(left, top, preferred.width(), preferred.height());
/external/chromium_org/athena/util/
H A Ddrag_handle_unittest.cc92 widget.SetBounds(gfx::Rect(0, 0, size.width(), size.height()));

Completed in 2434 milliseconds

<<11121314151617181920>>