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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_account_tracker.cc 22 GCMAccountTracker::AccountInfo::AccountInfo(const std::string& email,
27 GCMAccountTracker::AccountInfo::~AccountInfo() {
30 GCMAccountTracker::GCMAccountTracker(
40 GCMAccountTracker::~GCMAccountTracker() {
44 void GCMAccountTracker::Shutdown() {
50 void GCMAccountTracker::Start() {
72 void GCMAccountTracker::Stop() {
78 void GCMAccountTracker::OnAccountAdded(const gaia::AccountIds& ids)
    [all...]
gcm_account_tracker.h 19 class GCMAccountTracker : public gaia::AccountTracker::Observer,
57 // Creates an instance of GCMAccountTracker. |account_tracker| is used to
63 GCMAccountTracker(scoped_ptr<gaia::AccountTracker> account_tracker,
65 virtual ~GCMAccountTracker();
128 DISALLOW_COPY_AND_ASSIGN(GCMAccountTracker);
gcm_profile_service.cc 64 scoped_ptr<GCMAccountTracker> gcm_account_tracker_;
107 gcm_account_tracker_.reset(new GCMAccountTracker(
gcm_account_tracker_unittest.cc 70 GCMAccountTracker* tracker() { return tracker_.get(); }
80 scoped_ptr<GCMAccountTracker> tracker_;
95 tracker_.reset(new GCMAccountTracker(

Completed in 502 milliseconds