OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCurrentScreenSmooth
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
wizard_controller.h
198
void
SetCurrentScreenSmooth
(WizardScreen* screen, bool use_smoothing);
wizard_controller.cc
562
SetCurrentScreenSmooth
(GetUpdateScreen(), true);
602
SetCurrentScreenSmooth
(new_current, false);
640
void WizardController::
SetCurrentScreenSmooth
(WizardScreen* new_current,
/external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.h
229
void
SetCurrentScreenSmooth
(WizardScreen* screen, bool use_smoothing);
wizard_controller.cc
610
SetCurrentScreenSmooth
(GetUpdateScreen(), true);
629
SetCurrentScreenSmooth
(new_current, false);
645
void WizardController::
SetCurrentScreenSmooth
(WizardScreen* new_current,
Completed in 35 milliseconds