OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetStatusAreaEnabled
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
login_display_host.h
49
virtual void
SetStatusAreaEnabled
(bool enable) = 0;
dom_login_display_host.cc
38
void DOMLoginDisplayHost::
SetStatusAreaEnabled
(bool enable) {}
dom_login_display_host.h
34
virtual void
SetStatusAreaEnabled
(bool enable) OVERRIDE;
views_login_display_host.h
33
virtual void
SetStatusAreaEnabled
(bool enable);
views_login_display_host.cc
55
void ViewsLoginDisplayHost::
SetStatusAreaEnabled
(bool enable) {
57
background_view_->
SetStatusAreaEnabled
(enable);
existing_user_controller.cc
160
SetStatusAreaEnabled
(false);
189
SetStatusAreaEnabled
(false);
301
SetStatusAreaEnabled
(true);
415
SetStatusAreaEnabled
(true);
457
void ExistingUserController::
SetStatusAreaEnabled
(bool enable) {
458
host_->
SetStatusAreaEnabled
(enable);
existing_user_controller_browsertest.cc
65
MOCK_METHOD1(
SetStatusAreaEnabled
, void(bool));
179
EXPECT_CALL(*mock_login_display_host_,
SetStatusAreaEnabled
(false))
existing_user_controller.h
109
void
SetStatusAreaEnabled
(bool enable);
background_view.h
80
void
SetStatusAreaEnabled
(bool enable);
background_view.cc
212
void BackgroundView::
SetStatusAreaEnabled
(bool enable) {
Completed in 817 milliseconds