Home
last modified time | relevance | path

Searched refs:SetWindowBoundsInScreen (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dime_util_chromeos.cc17 void SetWindowBoundsInScreen(aura::Window* window, in SetWindowBoundsInScreen() function
52 SetWindowBoundsInScreen(window, new_bounds_in_screen); in MoveWindowToEnsureCaretNotInRect()
75 SetWindowBoundsInScreen(window, *vk_restore_bounds); in DEFINE_OWNED_UI_CLASS_PROPERTY_KEY()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dime_util_chromeos.cc17 void SetWindowBoundsInScreen(aura::Window* window, in SetWindowBoundsInScreen() function
52 SetWindowBoundsInScreen(window, new_bounds_in_screen); in MoveWindowToEnsureCaretNotInRect()
75 SetWindowBoundsInScreen(window, *vk_restore_bounds); in DEFINE_OWNED_UI_CLASS_PROPERTY_KEY()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/browser/
H A Dshell_desktop_controller_aura_unittest.cc195 controller_->SetWindowBoundsInScreen(secondary_app_window, in TEST_F()
203 controller_->SetWindowBoundsInScreen(primary_app_window, in TEST_F()
211 controller_->SetWindowBoundsInScreen(primary_app_window_2, in TEST_F()
H A Dshell_native_app_window_aura.cc82 ->SetWindowBoundsInScreen(app_window(), bounds); in SetBounds()
H A Dshell_desktop_controller_aura.h114 void SetWindowBoundsInScreen(AppWindow* app_window, const gfx::Rect& bounds);
H A Dshell_desktop_controller_aura.cc281 void ShellDesktopControllerAura::SetWindowBoundsInScreen( in SetWindowBoundsInScreen() function in extensions::ShellDesktopControllerAura
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/browser/
H A Dshell_desktop_controller_aura_unittest.cc196 controller_->SetWindowBoundsInScreen(secondary_app_window, in TEST_F()
204 controller_->SetWindowBoundsInScreen(primary_app_window, in TEST_F()
212 controller_->SetWindowBoundsInScreen(primary_app_window_2, in TEST_F()
H A Dshell_virtual_keyboard_delegate.h48 bool SetWindowBoundsInScreen(const gfx::Rect& bounds_in_screen) override;
H A Dshell_native_app_window_aura.cc82 ->SetWindowBoundsInScreen(app_window(), bounds); in SetBounds()
H A Dshell_virtual_keyboard_delegate.cc99 bool ShellVirtualKeyboardDelegate::SetWindowBoundsInScreen( in SetWindowBoundsInScreen() function in extensions::ShellVirtualKeyboardDelegate
H A Dshell_desktop_controller_aura.h115 void SetWindowBoundsInScreen(AppWindow* app_window, const gfx::Rect& bounds);
H A Dshell_desktop_controller_aura.cc283 void ShellDesktopControllerAura::SetWindowBoundsInScreen( in SetWindowBoundsInScreen() function in extensions::ShellDesktopControllerAura
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/virtual_keyboard_private/
H A Dvirtual_keyboard_private_api.cc235 std::unique_ptr<keyboard::SetWindowBoundsInScreen::Params> params = in Run()
236 keyboard::SetWindowBoundsInScreen::Params::Create(*args_); in Run()
240 if (!delegate()->SetWindowBoundsInScreen(bounds_in_screen)) in Run()
H A Dvirtual_keyboard_delegate.h107 virtual bool SetWindowBoundsInScreen(const gfx::Rect& bounds_in_screen) = 0;
H A Dvirtual_keyboard_private_api_unittest.cc72 bool SetWindowBoundsInScreen(const gfx::Rect& bounds_in_screen) override { in SetWindowBoundsInScreen() function in extensions::__anon3470439d0111::MockVirtualKeyboardDelegate
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/keyboard/
H A Dkeyboard_controller.h107 virtual bool SetWindowBoundsInScreen(const gfx::Rect& bounds) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/virtual_keyboard_private/
H A Dchrome_virtual_keyboard_delegate.h57 bool SetWindowBoundsInScreen(const gfx::Rect& bounds_in_screen) override;
H A Dchrome_virtual_keyboard_delegate.cc324 bool ChromeVirtualKeyboardDelegate::SetWindowBoundsInScreen( in SetWindowBoundsInScreen() function in extensions::ChromeVirtualKeyboardDelegate
330 return keyboard_client->SetWindowBoundsInScreen(bounds_in_screen); in SetWindowBoundsInScreen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/keyboard/
H A Dchrome_keyboard_controller_client.cc231 bool ChromeKeyboardControllerClient::SetWindowBoundsInScreen( in SetWindowBoundsInScreen() function in ChromeKeyboardControllerClient
233 return keyboard_controller_->SetWindowBoundsInScreen(bounds_in_screen); in SetWindowBoundsInScreen()
H A Dchrome_keyboard_controller_client_test_helper.cc63 bool SetWindowBoundsInScreen(const gfx::Rect& bounds) override { in SetWindowBoundsInScreen() function in ChromeKeyboardControllerClientTestHelper::FakeKeyboardController
H A Dchrome_keyboard_controller_client.h121 bool SetWindowBoundsInScreen(const gfx::Rect& bounds_in_screen);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/keyboard/
H A Dkeyboard_controller_impl.h88 bool SetWindowBoundsInScreen(const gfx::Rect& bounds_in_screen) override;
H A Dkeyboard_controller_impl_unittest.cc455 TEST_F(KeyboardControllerImplTest, SetWindowBoundsInScreen) { in TEST_F() argument
465 keyboard_controller()->SetWindowBoundsInScreen(bounds); in TEST_F()
484 keyboard_controller()->SetWindowBoundsInScreen(requested_bounds); in TEST_F()
H A Dkeyboard_controller_impl.cc254 bool KeyboardControllerImpl::SetWindowBoundsInScreen( in SetWindowBoundsInScreen() function in ash::KeyboardControllerImpl