OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetUIEnabled
(Results
1 - 16
of
16
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
dom_login_display.h
60
virtual void
SetUIEnabled
(bool is_enabled) OVERRIDE;
dom_login_display.cc
71
void DOMLoginDisplay::
SetUIEnabled
(bool is_enabled) {
login_display.h
87
virtual void
SetUIEnabled
(bool is_enabled) = 0;
views_login_display.h
46
virtual void
SetUIEnabled
(bool is_enabled);
existing_user_controller_browsertest.cc
44
MOCK_METHOD1(
SetUIEnabled
, void(bool));
181
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(false))
existing_user_controller.cc
162
login_display_->
SetUIEnabled
(false);
191
login_display_->
SetUIEnabled
(false);
300
login_display_->
SetUIEnabled
(true);
414
login_display_->
SetUIEnabled
(true);
views_login_display.cc
182
void ViewsLoginDisplay::
SetUIEnabled
(bool is_enabled) {
/external/chromium_org/chrome/browser/chromeos/login/
mock_login_display.h
25
MOCK_METHOD1(
SetUIEnabled
, void(bool));
existing_user_controller.cc
301
login_display_->
SetUIEnabled
(true);
323
login_display_->
SetUIEnabled
(false);
359
// Enable UI for the enrollment screen.
SetUIEnabled
(true) will post a
361
// screen; invoke
SetUIEnabled
() after navigating to the enrollment screen.
362
login_display_->
SetUIEnabled
(true);
385
login_display_->
SetUIEnabled
(false);
407
login_display_->
SetUIEnabled
(false);
439
login_display_->
SetUIEnabled
(false);
460
login_display_->
SetUIEnabled
(false);
471
login_display_->
SetUIEnabled
(true)
[
all
...]
existing_user_controller_browsertest.cc
239
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(false))
256
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(true))
285
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(false))
288
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(true))
334
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(false))
337
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(true))
432
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(false))
449
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(true))
596
EXPECT_CALL(*mock_login_display_,
SetUIEnabled
(false))
login_display.h
142
virtual void
SetUIEnabled
(bool is_enabled) = 0;
webui_login_display.h
42
virtual void
SetUIEnabled
(bool is_enabled) OVERRIDE;
webui_login_view.h
96
void
SetUIEnabled
(bool enabled);
webui_login_display.cc
107
void WebUILoginDisplay::
SetUIEnabled
(bool is_enabled) {
122
login_view->
SetUIEnabled
(is_enabled);
webui_screen_locker.cc
98
login_display_->
SetUIEnabled
(enabled);
webui_login_view.cc
297
void WebUILoginView::
SetUIEnabled
(bool enabled) {
Completed in 537 milliseconds