OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowErrorScreen
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/screens/
mock_screen_observer.h
29
MOCK_METHOD0(
ShowErrorScreen
, void());
screen_observer.h
65
virtual void
ShowErrorScreen
() = 0;
update_screen_browsertest.cc
247
EXPECT_CALL(*mock_screen_observer_,
ShowErrorScreen
())
293
EXPECT_CALL(*mock_screen_observer_,
ShowErrorScreen
())
332
EXPECT_CALL(*mock_screen_observer_,
ShowErrorScreen
())
344
EXPECT_CALL(*mock_screen_observer_,
ShowErrorScreen
())
372
EXPECT_CALL(*mock_screen_observer_,
ShowErrorScreen
())
update_screen.cc
495
get_screen_observer()->
ShowErrorScreen
();
/external/chromium_org/chrome/browser/chromeos/login/
mock_login_display.h
32
MOCK_METHOD1(
ShowErrorScreen
, void(LoginDisplay::SigninError));
login_display.h
164
virtual void
ShowErrorScreen
(LoginDisplay::SigninError error_id) = 0;
webui_login_display.h
51
virtual void
ShowErrorScreen
(LoginDisplay::SigninError error_id) OVERRIDE;
wizard_controller.h
221
virtual void
ShowErrorScreen
() OVERRIDE;
webui_login_display.cc
205
void WebUILoginDisplay::
ShowErrorScreen
(LoginDisplay::SigninError error_id) {
209
webui_handler_->
ShowErrorScreen
(error_id);
wizard_controller.cc
806
void WizardController::
ShowErrorScreen
() {
859
ShowErrorScreen
();
existing_user_controller.cc
677
login_display_->
ShowErrorScreen
(LoginDisplay::TPM_ERROR);
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h
84
virtual void
ShowErrorScreen
(LoginDisplay::SigninError error_id) = 0;
292
virtual void
ShowErrorScreen
(LoginDisplay::SigninError error_id) OVERRIDE;
signin_screen_handler.cc
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.cc
140
get_screen_observer()->
ShowErrorScreen
();
Completed in 74 milliseconds