HomeSort by relevance Sort by last modified time
    Searched refs:SyncSetupHandler (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 190 SyncSetupHandler::SyncSetupHandler(ProfileManager* profile_manager)
195 SyncSetupHandler::~SyncSetupHandler() {
204 void SyncSetupHandler::GetLocalizedValues(
209 void SyncSetupHandler::GetStaticLocalizedValues(
311 void SyncSetupHandler::DisplayConfigureSync(bool show_advanced,
440 void SyncSetupHandler::ConfigureSyncDone() {
463 bool SyncSetupHandler::IsActiveLogin() const {
470 void SyncSetupHandler::RegisterMessages()
    [all...]
sync_setup_handler.h 24 class SyncSetupHandler : public options::OptionsPageUIHandler,
28 // Constructs a new SyncSetupHandler. |profile_manager| may be NULL.
29 explicit SyncSetupHandler(ProfileManager* profile_manager);
30 virtual ~SyncSetupHandler();
165 scoped_ptr<base::OneShotTimer<SyncSetupHandler> > backend_start_timer_;
167 DISALLOW_COPY_AND_ASSIGN(SyncSetupHandler);
sync_setup_handler_unittest.cc 246 class TestingSyncSetupHandler : public SyncSetupHandler {
249 : SyncSetupHandler(NULL),
261 using SyncSetupHandler::is_configuring_sync;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc 304 AddOptionsPageUIHandler(localized_strings, new SyncSetupHandler(

Completed in 143 milliseconds