Home
last modified time | relevance | path

Searched refs:OnFocusPod (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/
H A Dlogin_screen_controller_unittest.cc113 EXPECT_CALL(*client, OnFocusPod(id)); in TEST_F()
114 controller->OnFocusPod(id); in TEST_F()
H A Dlogin_screen_controller.cc188 void LoginScreenController::OnFocusPod(const AccountId& account_id) { in OnFocusPod() function in ash::LoginScreenController
191 client_->OnFocusPod(account_id); in OnFocusPod()
H A Dmock_login_screen_client.h72 MOCK_METHOD(void, OnFocusPod, (const AccountId& account_id), (override));
H A Dlogin_screen_controller.h76 void OnFocusPod(const AccountId& account_id);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dlogin_screen_client.h75 virtual void OnFocusPod(const AccountId& account_id) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dlogin_screen_client.h98 void OnFocusPod(const AccountId& account_id) override;
H A Dlogin_screen_client.cc152 void LoginScreenClient::OnFocusPod(const AccountId& account_id) { in OnFocusPod() function in LoginScreenClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlock_contents_view.cc1994 Shell::Get()->login_screen_controller()->OnFocusPod(big_user_account_id); in OnBigUserChanged()