OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetShutdownButtonEnabled
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
login_display_host.h
46
virtual void
SetShutdownButtonEnabled
(bool enable) = 0;
dom_login_display_host.cc
36
void DOMLoginDisplayHost::
SetShutdownButtonEnabled
(bool enable) {}
dom_login_display_host.h
33
virtual void
SetShutdownButtonEnabled
(bool enable) OVERRIDE;
views_login_display_host.h
32
virtual void
SetShutdownButtonEnabled
(bool enable);
views_login_display_host.cc
50
void ViewsLoginDisplayHost::
SetShutdownButtonEnabled
(bool enable) {
existing_user_controller_browsertest.cc
64
MOCK_METHOD1(
SetShutdownButtonEnabled
, void(bool));
base_login_display_host.cc
136
SetShutdownButtonEnabled
(true);
wizard_controller.cc
391
host_->
SetShutdownButtonEnabled
(false);
Completed in 902 milliseconds