Searched defs:SetBounds (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/ash/wm/
H A Ddrag_window_controller.cc42 void DragWindowController::SetBounds(const gfx::Rect& bounds) { function in class:ash::DragWindowController
102 screen_position_client->SetBounds(window, bounds, dst_display_);
104 drag_widget_->SetBounds(bounds);
114 layer_owner_->root()->SetBounds(layer_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);
388 void DefaultState::SetBounds(WindowState* window_state, function in class:ash::wm::DefaultState
H A Dwindow_state.cc53 void SetBounds(aura::Window* window, const gfx::Rect& bounds) { function in class:ash::wm::__anon2102::BoundsSetter
328 window_->SetBounds(bounds_in_parent);
380 BoundsSetter().SetBounds(window_, actual_new_bounds);
/external/chromium_org/ash/wm/overview/
H A Dtransparent_activate_window_button.cc61 void TransparentActivateWindowButton::SetBounds(const gfx::Rect& bounds) { function in class:ash::TransparentActivateWindowButton
62 event_handler_widget_->SetBounds(bounds);
H A Dwindow_selector_item.cc127 void WindowSelectorItem::SetBounds(aura::Window* root_window, function in class:ash::WindowSelectorItem
142 activate_window_button_->SetBounds(target_bounds);
202 close_button_->GetNativeWindow()->SetBounds(close_button_rect);
260 window_label_->GetNativeWindow()->SetBounds(label_bounds);
289 window_label_->GetNativeWindow()->SetBounds(label_bounds);
291 window_label_->GetNativeWindow()->SetBounds(label_bounds);
/external/chromium_org/ui/views/widget/desktop_aura/
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);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_widget_controller.cc89 void DesktopBackgroundWidgetController::SetBounds(gfx::Rect bounds) { function in class:ash::DesktopBackgroundWidgetController
91 widget_->SetBounds(bounds);
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc148 void ScreenPositionController::SetBounds(aura::Window* window, function in class:ash::ScreenPositionController
153 window->SetBounds(bounds);
199 window->SetBounds(new_bounds);
225 window->SetBounds(gfx::Rect(origin, bounds.size()));
H A Ddisplay_info.cc161 display_info.SetBounds(bounds_in_native);
245 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_native) { function in class:ash::DisplayInfo
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_android.cc129 void NativeViewportAndroid::SetBounds(const gfx::Rect& bounds) { function in class:mojo::services::NativeViewportAndroid
/external/chromium_org/mojo/services/view_manager/
H A Dwindow_tree_host_impl.cc85 void WindowTreeHostImpl::SetBounds(const gfx::Rect& bounds) { function in class:mojo::view_manager::service::WindowTreeHostImpl
86 native_viewport_->SetBounds(Rect::From(bounds));
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc61 void WindowTreeHostOzone::SetBounds(const gfx::Rect& bounds) { function in class:aura::WindowTreeHostOzone
H A Dwindow_tree_host_win.cc80 void WindowTreeHostWin::SetBounds(const gfx::Rect& bounds) { function in class:aura::WindowTreeHostWin
H A Dremote_window_tree_host_win.cc186 SetBounds(gfx::Rect(0, 0, width, height));
223 void RemoteWindowTreeHostWin::SetBounds(const gfx::Rect& bounds) { function in class:aura::RemoteWindowTreeHostWin
H A Dwindow_tree_host_x11.cc534 void WindowTreeHostX11::SetBounds(const gfx::Rect& bounds) { function in class:aura::WindowTreeHostX11
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc139 void AshWindowTreeHostX11::SetBounds(const gfx::Rect& bounds) { function in class:ash::AshWindowTreeHostX11
140 WindowTreeHostX11::SetBounds(bounds);
184 // have already been updated in |SetBounds|.
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc82 void LegacyRenderWidgetHostHWND::SetBounds(const gfx::Rect& bounds) { function in class:content::LegacyRenderWidgetHostHWND
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc119 void WindowTreeHostMojo::SetBounds(const gfx::Rect& bounds) { function in class:mojo::WindowTreeHostMojo
120 window()->SetBounds(gfx::Rect(bounds.size()));
/external/chromium_org/ui/v2/src/
H A Dview.cc195 void View::SetBounds(const gfx::Rect& bounds) { function in class:v2::View
/external/chromium_org/apps/ui/views/
H A Dnative_app_window_views.cc136 void NativeAppWindowViews::SetBounds(const gfx::Rect& bounds) { function in class:apps::NativeAppWindowViews
137 widget_->SetBounds(bounds);
283 web_view_->SetBounds(0, 0, width(), height());
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc38 void RenderWidgetHostViewChildFrame::SetBounds(const gfx::Rect& rect) { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc92 void RenderWidgetHostViewGuest::SetBounds(const gfx::Rect& rect) { function in class:content::RenderWidgetHostViewGuest
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dnode.cc264 void Node::SetBounds(const gfx::Rect& bounds) { function in class:mojo::view_manager::Node
269 static_cast<ViewManagerClientImpl*>(manager_)->SetBounds(id_, bounds);
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc329 void Panel::SetBounds(const gfx::Rect& bounds) { function in class:Panel
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc627 SetBounds(origin.x(), origin.y(), base_view()->bounds().width() / 3, height);
635 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
645 void StatusBubbleViews::SetBounds(int x, int y, int w, int h) { function in class:StatusBubbleViews
827 popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x,
832 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
840 popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(),
892 SetBounds(original_position_.x(), original_position_.y(),

Completed in 657 milliseconds

12