OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wizard_controller
(Results
1 - 25
of
61
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/chromeos/login/
oobe_browsertest.cc
11
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
83
chromeos::WizardController*
wizard_controller
=
local
85
CHECK(
wizard_controller
);
86
wizard_controller
->SkipToLoginForTesting(LoginScreenContext());
103
chromeos::WizardController*
wizard_controller
=
local
105
CHECK(
wizard_controller
);
106
wizard_controller
->SkipToLoginForTesting(LoginScreenContext());
kiosk_browsertest.cc
35
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
341
chromeos::WizardController*
wizard_controller
=
local
343
CHECK(
wizard_controller
);
344
wizard_controller
->SkipToLoginForTesting(LoginScreenContext());
622
chromeos::WizardController*
wizard_controller
=
local
624
CHECK(
wizard_controller
);
626
wizard_controller
->SkipToLoginForTesting(LoginScreenContext());
651
chromeos::WizardController*
wizard_controller
=
local
653
CHECK(
wizard_controller
);
654
wizard_controller
->SkipToLoginForTesting(LoginScreenContext())
681
chromeos::WizardController*
wizard_controller
=
local
718
chromeos::WizardController*
wizard_controller
=
local
763
chromeos::WizardController*
wizard_controller
=
local
799
chromeos::WizardController*
wizard_controller
=
local
924
chromeos::WizardController*
wizard_controller
=
local
1028
chromeos::WizardController*
wizard_controller
=
local
[
all
...]
user_image_sync_observer.cc
16
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
199
if (WizardController*
wizard_controller
=
201
UserImageScreen* screen =
wizard_controller
->GetUserImageScreen();
202
if (
wizard_controller
->current_screen() == screen) {
wizard_in_process_browser_test.cc
12
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
login_browsertest.cc
13
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
/external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc
34
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
83
WizardController*
wizard_controller
= WizardController::default_controller();
local
84
if (!
wizard_controller
||
wizard_controller
->current_screen()->GetName() !=
91
new WizardControllerObserver(
wizard_controller
, this, reply_message);
92
wizard_controller
->GetNetworkScreen()->OnContinuePressed();
106
WizardController*
wizard_controller
= WizardController::default_controller();
local
107
if (!
wizard_controller
||
wizard_controller
->current_screen()->GetName() !=
114
new WizardControllerObserver(
wizard_controller
, this, reply_message)
128
WizardController*
wizard_controller
= WizardController::default_controller();
local
270
WizardController*
wizard_controller
= WizardController::default_controller();
local
312
WizardController*
wizard_controller
= WizardController::default_controller();
local
340
WizardController*
wizard_controller
= WizardController::default_controller();
local
[
all
...]
automation_provider_observers_chromeos.cc
18
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
84
WizardController*
wizard_controller
,
87
: wizard_controller_(
wizard_controller
),
/external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_enable_screen.cc
10
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
error_screen.cc
8
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
kiosk_autolaunch_screen.cc
10
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
reset_screen.cc
10
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
wrong_hwid_screen.cc
8
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
eula_screen.cc
11
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
network_screen.cc
15
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
network_screen_browsertest.cc
10
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
terms_of_service_screen.cc
15
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
/external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen_browsertest.cc
9
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
wizard_in_process_browser_test.cc
9
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
existing_user_controller_browsertest.cc
19
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
update_screen_browsertest.cc
10
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
/external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_flow.cc
11
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
locally_managed_user_login_flow.cc
16
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
/external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc
16
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_browsertest.cc
11
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
/external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos.cc
14
#include "chrome/browser/chromeos/login/
wizard_controller
.h"
Completed in 597 milliseconds
1
2
3