Home
last modified time | relevance | path

Searched refs:AttachSyncSetupHandler (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsync_setup_wizard.cc64 SyncSetupFlow* SyncSetupWizard::AttachSyncSetupHandler( in AttachSyncSetupHandler() function in SyncSetupWizard
70 flow->AttachSyncSetupHandler(handler); in AttachSyncSetupHandler()
Dsync_setup_wizard.h75 SyncSetupFlow* AttachSyncSetupHandler(SyncSetupFlowHandler* handler);
Dsync_setup_flow.h69 void AttachSyncSetupHandler(SyncSetupFlowHandler* handler);
Dsync_setup_flow.cc166 void SyncSetupFlow::AttachSyncSetupHandler(SyncSetupFlowHandler* handler) { in AttachSyncSetupHandler() function in SyncSetupFlow
/external/chromium/chrome/browser/ui/webui/options/
Dsync_setup_handler.cc357 flow_ = sync_service->get_wizard().AttachSyncSetupHandler(this); in OnDidShowPage()