Searched refs:SetStatusAreaEnabled (Results 1 – 10 of 10) sorted by relevance
160 SetStatusAreaEnabled(false); in Login()189 SetStatusAreaEnabled(false); in LoginAsGuest()301 SetStatusAreaEnabled(true); in OnLoginFailure()415 SetStatusAreaEnabled(true); in WhiteListCheckFailed()457 void ExistingUserController::SetStatusAreaEnabled(bool enable) { in SetStatusAreaEnabled() function in chromeos::ExistingUserController458 host_->SetStatusAreaEnabled(enable); in SetStatusAreaEnabled()
55 void ViewsLoginDisplayHost::SetStatusAreaEnabled(bool enable) { in SetStatusAreaEnabled() function in chromeos::ViewsLoginDisplayHost57 background_view_->SetStatusAreaEnabled(enable); in SetStatusAreaEnabled()
65 MOCK_METHOD1(SetStatusAreaEnabled, void(bool));179 EXPECT_CALL(*mock_login_display_host_, SetStatusAreaEnabled(false)) in IN_PROC_BROWSER_TEST_F()
49 virtual void SetStatusAreaEnabled(bool enable) = 0;
38 void DOMLoginDisplayHost::SetStatusAreaEnabled(bool enable) {} in SetStatusAreaEnabled() function in chromeos::DOMLoginDisplayHost
33 virtual void SetStatusAreaEnabled(bool enable);
34 virtual void SetStatusAreaEnabled(bool enable) OVERRIDE;
109 void SetStatusAreaEnabled(bool enable);
80 void SetStatusAreaEnabled(bool enable);
212 void BackgroundView::SetStatusAreaEnabled(bool enable) { in SetStatusAreaEnabled() function in chromeos::BackgroundView