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.cc26 SyncSetupHelper::SyncSetupHelper() {} function in class:extensions::SyncSetupHelper
28 SyncSetupHelper::~SyncSetupHelper() {}
30 bool SyncSetupHelper::InitializeSync(Profile* profile) {
50 bool SyncSetupHelper::ReadPasswordFile(const base::FilePath& password_file) {
76 bool SyncSetupHelper::AwaitQuiescence() {
H A Dsync_setup_helper.h20 class SyncSetupHelper { class in namespace:extensions
22 SyncSetupHelper();
24 ~SyncSetupHelper();
73 DISALLOW_COPY_AND_ASSIGN(SyncSetupHelper);
H A Dpush_messaging_canary_test.cc36 sync_setup_helper_.reset(new SyncSetupHelper());
80 const SyncSetupHelper* sync_setup_helper() const {
123 scoped_ptr<SyncSetupHelper> sync_setup_helper_;

Completed in 594 milliseconds