HomeSort by relevance Sort by last modified time
    Searched refs:SetBoundsRect (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/chromium_org/ui/app_list/views/
apps_grid_view_unittest.cc 101 apps_grid_view_->SetBoundsRect(gfx::Rect(gfx::Size(kWidth, kHeight)));
  /external/chromium_org/ui/message_center/views/
bounded_label.cc 335 label_->SetBoundsRect(bounds());
notifier_settings_view.cc 451 contents_view->SetBoundsRect(gfx::Rect(contents_view->GetPreferredSize()));
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_views.cc 277 GetThumb()->SetBoundsRect(GetTrackBounds());
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 164 title_->SetBoundsRect(bounds);
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 429 native_wrapper_->GetView()->SetBoundsRect(GetContentsBounds());
  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 81 view_->SetBoundsRect(widget_->GetContentsView()->GetLocalBounds());
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 473 newtab_button_->SetBoundsRect(newtab_button_bounds_);
500 tab->SetBoundsRect(new_bounds);
    [all...]
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 250 view->SetBoundsRect(widget->client_view()->GetLocalBounds());
267 modal_view->SetBoundsRect(modal_widget->client_view()->GetLocalBounds());
system_modal_container_layout_manager_unittest.cc 366 view->SetBoundsRect(widget->GetContentsView()->bounds());
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc 316 image_view_->SetBoundsRect(icon_rect);
603 icon_view_->SetBoundsRect(icon_bounds);
task_manager_view.cc 482 tab_table_parent_->SetBoundsRect(rect);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /external/chromium/chrome/browser/chromeos/login/
eula_view.cc 109 host->GetChildViewAt(0)->SetBoundsRect(host->GetContentsBounds());
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 489 window_icon_->SetBoundsRect(icon_bounds);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 689 image_view_->SetBoundsRect(bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 493 window_icon_->SetBoundsRect(icon_bounds);
  /external/chromium_org/ui/views/
view.h 206 void SetBoundsRect(const gfx::Rect& bounds);
    [all...]
view.cc 332 SetBoundsRect(gfx::Rect(x, y, std::max(0, width), std::max(0, height)));
335 void View::SetBoundsRect(const gfx::Rect& bounds) {
    [all...]
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 529 window_icon_->SetBoundsRect(icon_bounds);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 738 native->SetBoundsRect(balloon_container_->bounds());
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 666 location_entry_view_->SetBoundsRect(location_bounds);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 607 scrollable_->SetBoundsRect(gfx::Rect(scrollable_size));
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 543 restore_button_->SetBoundsRect(minimize_button_->bounds());

Completed in 1204 milliseconds

1 2 34 5