OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenFlow
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/screens/
screen_flow.h
19
class
ScreenFlow
{
21
ScreenFlow
();
22
virtual ~
ScreenFlow
();
48
DISALLOW_COPY_AND_ASSIGN(
ScreenFlow
);
screen_manager.h
23
class
ScreenFlow
;
31
ScreenFlow
* initial_flow);
63
void SetScreenFlow(
ScreenFlow
* flow);
109
scoped_ptr<
ScreenFlow
> flow_;
screen_manager.cc
18
ScreenFlow
* initial_flow)
79
void ScreenManager::SetScreenFlow(
ScreenFlow
* flow) {
Completed in 711 milliseconds