Searched refs:SyncSetupHelper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dsync_setup_helper.cc27 SyncSetupHelper::SyncSetupHelper() {} function in class:extensions::SyncSetupHelper
29 SyncSetupHelper::~SyncSetupHelper() {}
31 bool SyncSetupHelper::InitializeSync(Profile* profile) {
51 bool SyncSetupHelper::ReadPasswordFile(const base::FilePath& password_file) {
77 bool SyncSetupHelper::AwaitQuiescence() {
H A Dsync_setup_helper.h24 class SyncSetupHelper { class in namespace:extensions
26 SyncSetupHelper();
28 ~SyncSetupHelper();
77 DISALLOW_COPY_AND_ASSIGN(SyncSetupHelper);
H A Dpush_messaging_canary_test.cc37 sync_setup_helper_.reset(new SyncSetupHelper());
81 const SyncSetupHelper* sync_setup_helper() const {
124 scoped_ptr<SyncSetupHelper> sync_setup_helper_;

Completed in 119 milliseconds