Searched refs:SetBounds (Results 201 - 225 of 514) sorted by relevance

1234567891011>>

/external/chromium_org/ash/test/
H A Ddisplay_manager_test_api.cc76 iter->SetBounds(bounds);
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc339 widget->SetBounds(OffsetTowardsShelf(target_bounds, widget));
352 widget->SetBounds(target_bounds);
518 widget->SetBounds(shifted);
525 widget->SetBounds(view_bounds_);
/external/chromium_org/ash/wm/overview/
H A Dwindow_grid.cc225 window_list_[i]->SetBounds(root_window_, target_bounds, animate);
446 old_selection->GetNativeWindow()->SetBounds(
472 selection_widget_->SetBounds(SelectedWindow()->target_bounds());
476 selection_widget_->SetBounds(SelectedWindow()->target_bounds());
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer_impl_unittest.cc37 scrollbar_layer_impl->SetBounds(layer_size);
/external/chromium_org/cc/test/
H A Dlayer_tree_host_common_test.h46 layer->SetBounds(bounds);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_on_demand_raster.cc102 layer->SetBounds(layer_rect.size());
H A Dlayer_tree_host_impl_unittest.cc187 root->SetBounds(gfx::Size(10, 10));
234 root->SetBounds(content_size);
246 clip->SetBounds(
253 scroll->SetBounds(content_size);
261 contents->SetBounds(content_size);
294 layer->SetBounds(size);
296 clip_layer->SetBounds(gfx::Size(size.width() / 2, size.height() / 2));
471 root_clip->SetBounds(gfx::Size(10, 10));
474 root_layer->SetBounds(gfx::Size(110, 110));
832 vertical_scrollbar->SetBounds(gf
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc84 view->SetBounds(x, y, view_width, pref.height());
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc233 arrow_image_->SetBounds(next_x,
237 show_all_view_->SetBounds(next_x,
246 close_button_->SetBounds(next_x, y,
276 (*ri)->SetBounds(x, CenterPosition(view_size.height(), height()),
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_bubble_view.cc328 name_label_->SetBounds(label_x, y, name_size.width(), name_size.height());
331 sync_state_label_->SetBounds(label_x, bottom - state_size.height(),
334 edit_link_->SetBounds(label_x, bottom - edit_size.height(),
589 item_view->SetBounds(0, y, item_width, item_height);
597 separator_->SetBounds(0, y, width(), separator_height);
602 buttons_view_->SetBounds(0, y,
611 supervised_user_info_->SetBounds(
615 separator_switch_users_->SetBounds(0, y, width(), separator_height);
618 switch_profile_link_->SetBounds(0, y, width(), link_height);
/external/chromium_org/chrome/test/base/
H A Dview_event_test_base.cc39 child_view->SetBounds(0, 0, width(), height());
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.cc50 child->SetBounds(root_->bounds());
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura_unittest.cc79 desktop_window_->SetBounds(desktop_bounds);
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.h38 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/mojo/examples/wm_flow/app/
H A Dapp.cc87 embed->SetBounds(bounds);
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_android.cc127 void PlatformViewportAndroid::SetBounds(const gfx::Rect& bounds) { function in class:mojo::PlatformViewportAndroid
/external/chromium_org/ui/aura/test/
H A Dtest_windows.cc49 window->SetBounds(bounds);
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.h50 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/external/chromium_org/ui/message_center/views/
H A Dbounded_label_unittest.cc67 label_->SetBounds(0, 0, width, font_list_.GetHeight() * lines_);
/external/chromium_org/ui/ozone/platform/caca/
H A Dcaca_window.cc114 void CacaWindow::SetBounds(const gfx::Rect& bounds) {} function in class:ui::CacaWindow
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc58 void DriWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::DriWindow
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.h28 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
/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/menu/
H A Dmenu_host.cc93 SetBounds(bounds);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client_unittest.cc29 dialog->SetBounds(gfx::Rect(11, 12, 200, 200));

Completed in 1036 milliseconds

1234567891011>>