HomeSort by relevance Sort by last modified time
    Searched defs:WizardControllerObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/automation/
automation_provider_observers_chromeos.cc 25 // Fake screen name for the user session (reported by WizardControllerObserver).
83 WizardControllerObserver::WizardControllerObserver(
95 WizardControllerObserver::~WizardControllerObserver() {
99 void WizardControllerObserver::OnScreenChanged(
109 void WizardControllerObserver::OnSessionStart() {
113 void WizardControllerObserver::Observe(
121 void WizardControllerObserver::SendReply(const std::string& screen_name) {
automation_provider_observers.h 684 class WizardControllerObserver : public chromeos::WizardController::Observer,
687 WizardControllerObserver(chromeos::WizardController* wizard_controller,
690 virtual ~WizardControllerObserver();
717 DISALLOW_COPY_AND_ASSIGN(WizardControllerObserver);
    [all...]

Completed in 169 milliseconds