HomeSort by relevance Sort by last modified time
    Searched defs:SetBounds (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/chrome/test/automation/
window_proxy.cc 39 bool WindowProxy::SetBounds(const gfx::Rect& bounds) {
  /external/chromium/chrome/browser/ui/views/
browser_bubble.cc 103 void BrowserBubble::SetBounds(int x, int y, int w, int h) {
111 SetBounds(x, y, bounds_.width(), bounds_.height());
139 SetBounds(relative_origin.x(), relative_origin.y(),
status_bubble_views.cc 585 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
596 void StatusBubbleViews::SetBounds(int x, int y, int w, int h) {
773 popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x,
778 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
786 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
830 SetBounds(original_position_.x(), original_position_.y(),
  /external/chromium_org/ash/wm/
drag_window_controller.cc 42 void DragWindowController::SetBounds(const gfx::Rect& bounds) {
106 screen_position_client->SetBounds(window, bounds, dst_display_);
108 drag_widget_->SetBounds(bounds);
118 layer_->SetBounds(layer_bounds);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client.cc 66 void DesktopScreenPositionClient::SetBounds(
83 window->SetBounds(gfx::Rect(origin, bounds.size()));
93 window->SetBounds(bounds);
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 96 void DesktopBackgroundWidgetController::SetBounds(gfx::Rect bounds) {
98 widget_->SetBounds(bounds);
100 layer_->SetBounds(bounds);
  /external/chromium_org/ash/display/
screen_position_controller.cc 149 void ScreenPositionController::SetBounds(aura::Window* window,
154 window->SetBounds(bounds);
216 window->SetBounds(gfx::Rect(origin, bounds.size()));
display_info.cc 106 display_info.SetBounds(bounds_in_pixel);
177 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_pixel) {
  /external/chromium_org/cc/resources/
layer_tiling_data.cc 114 void LayerTilingData::SetBounds(gfx::Size size) {
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 77 void PanelBrowserView::SetBounds(const gfx::Rect& bounds) {
80 ::BrowserView::SetBounds(limit_bounds);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 276 void TabGtk::SetBounds(const gfx::Rect& bounds) {
277 TabRendererGtk::SetBounds(bounds);
  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 63 void RootWindowHostOzone::SetBounds(const gfx::Rect& bounds) {
remote_root_window_host_win.cc 296 void RemoteRootWindowHostWin::SetBounds(const gfx::Rect& bounds) {
551 SetBounds(gfx::Rect(0, 0, width, height));
root_window_host_win.cc 117 void RootWindowHostWin::SetBounds(const gfx::Rect& bounds) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 324 void TabGtk::SetBounds(const gfx::Rect& bounds) {
325 TabRendererGtk::SetBounds(bounds);
tab_renderer_gtk.cc 549 void TabRendererGtk::SetBounds(const gfx::Rect& bounds) {
    [all...]
  /external/chromium/chrome/browser/ui/panels/
panel.cc 42 void Panel::SetBounds(const gfx::Rect& bounds) {
  /external/chromium_org/cc/layers/
layer.cc 317 void Layer::SetBounds(gfx::Size size) {
742 layer->SetBounds(use_paint_properties ? paint_properties_.bounds
layer_impl.cc 390 layer->SetBounds(bounds_);
569 void LayerImpl::SetBounds(gfx::Size bounds) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 287 void NativeAppWindowGtk::SetBounds(const gfx::Rect& bounds) {
  /external/chromium_org/chrome/browser/ui/views/apps/
native_app_window_views.cc 179 window_->SetBounds(adjusted_bounds);
279 window_->SetBounds(window_bounds);
391 void NativeAppWindowViews::SetBounds(const gfx::Rect& bounds) {
392 GetWidget()->SetBounds(bounds);
655 web_view_->SetBounds(0, 0, width(), height());
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 597 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
608 void StatusBubbleViews::SetBounds(int x, int y, int w, int h) {
790 popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x,
795 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
803 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
848 SetBounds(original_position_.x(), original_position_.y(),
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc 224 void RenderWidgetHostViewGuest::SetBounds(const gfx::Rect& rect) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 653 void RenderWidgetHostViewGtk::SetBounds(const gfx::Rect& rect) {
    [all...]
render_widget_host_view_views.cc 224 views::View::SetBounds(x(), y(), width, height);
230 void RenderWidgetHostViewViews::SetBounds(const gfx::Rect& rect) {

Completed in 610 milliseconds

1 2