Home
last modified time | relevance | path

Searched refs:SetStatusAreaEnabled (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dexisting_user_controller.cc160 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::ExistingUserController
458 host_->SetStatusAreaEnabled(enable); in SetStatusAreaEnabled()
Dviews_login_display_host.cc55 void ViewsLoginDisplayHost::SetStatusAreaEnabled(bool enable) { in SetStatusAreaEnabled() function in chromeos::ViewsLoginDisplayHost
57 background_view_->SetStatusAreaEnabled(enable); in SetStatusAreaEnabled()
Dexisting_user_controller_browsertest.cc65 MOCK_METHOD1(SetStatusAreaEnabled, void(bool));
179 EXPECT_CALL(*mock_login_display_host_, SetStatusAreaEnabled(false)) in IN_PROC_BROWSER_TEST_F()
Dlogin_display_host.h49 virtual void SetStatusAreaEnabled(bool enable) = 0;
Ddom_login_display_host.cc38 void DOMLoginDisplayHost::SetStatusAreaEnabled(bool enable) {} in SetStatusAreaEnabled() function in chromeos::DOMLoginDisplayHost
Dviews_login_display_host.h33 virtual void SetStatusAreaEnabled(bool enable);
Ddom_login_display_host.h34 virtual void SetStatusAreaEnabled(bool enable) OVERRIDE;
Dexisting_user_controller.h109 void SetStatusAreaEnabled(bool enable);
Dbackground_view.h80 void SetStatusAreaEnabled(bool enable);
Dbackground_view.cc212 void BackgroundView::SetStatusAreaEnabled(bool enable) { in SetStatusAreaEnabled() function in chromeos::BackgroundView