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

123

/external/chromium_org/media/base/
H A Dtime_delta_interpolator.cc46 void TimeDeltaInterpolator::SetBounds(base::TimeDelta lower_bound, function in class:media::TimeDeltaInterpolator
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc34 void PlatformViewportHeadless::SetBounds(const gfx::Rect& bounds) { function in class:mojo::PlatformViewportHeadless
H A Dnative_viewport_impl.cc71 void NativeViewportImpl::SetBounds(SizePtr bounds) { function in class:mojo::NativeViewportImpl
72 platform_viewport_->SetBounds(gfx::Rect(bounds.To<gfx::Size>()));
H A Dplatform_viewport_android.cc127 void PlatformViewportAndroid::SetBounds(const gfx::Rect& bounds) { function in class:mojo::PlatformViewportAndroid
/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);
397 void DefaultState::SetBounds(WindowState* window_state, function in class:ash::wm::DefaultState
/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.cc101 void WindowSelectorItem::SetBounds(aura::Window* root_window, function in class:ash::WindowSelectorItem
116 activate_window_button_->SetBounds(target_bounds);
187 close_button_->GetNativeWindow()->SetBounds(close_button_rect);
248 window_label_->GetNativeWindow()->SetBounds(label_bounds);
277 window_label_->GetNativeWindow()->SetBounds(label_bounds);
279 window_label_->GetNativeWindow()->SetBounds(label_bounds);
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc42 void TestWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::TestWindow
/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.cc153 void ScreenPositionController::SetBounds(aura::Window* window, function in class:ash::ScreenPositionController
158 window->SetBounds(bounds);
204 window->SetBounds(new_bounds);
230 window->SetBounds(gfx::Rect(origin, bounds.size()));
H A Ddisplay_info.cc196 display_info.SetBounds(bounds_in_native);
281 void DisplayInfo::SetBounds(const gfx::Rect& new_bounds_in_native) { function in class:ash::DisplayInfo
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view.cc78 void ServerView::SetBounds(const gfx::Rect& bounds) { function in class:mojo::service::ServerView
/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/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/aura/
H A Dwindow_tree_host_ozone.cc81 void WindowTreeHostOzone::SetBounds(const gfx::Rect& bounds) { function in class:aura::WindowTreeHostOzone
82 platform_window_->SetBounds(bounds);
H A Dwindow_tree_host_win.cc77 void WindowTreeHostWin::SetBounds(const gfx::Rect& bounds) { function in class:aura::WindowTreeHostWin
78 window_->SetBounds(bounds);
/external/chromium_org/ui/platform_window/win/
H A Dwin_window.cc71 void WinWindow::SetBounds(const gfx::Rect& bounds) { function in class:ui::WinWindow
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc219 void X11Window::SetBounds(const gfx::Rect& bounds) { function in class:ui::X11Window
/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/v8/src/compiler/
H A Dnode-properties-inl.h203 inline void NodeProperties::SetBounds(Node* node, Bounds b) { function in class:v8::internal::compiler::NodeProperties

Completed in 4130 milliseconds

123