Searched defs:GCMAccountTracker (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_account_tracker.h19 class GCMAccountTracker : public gaia::AccountTracker::Observer, class in namespace:gcm
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);
H A Dgcm_account_tracker.cc22 GCMAccountTracker::AccountInfo::AccountInfo(const std::string& email,
27 GCMAccountTracker::AccountInfo::~AccountInfo() {
30 GCMAccountTracker::GCMAccountTracker( function in class:gcm::GCMAccountTracker
40 GCMAccountTracker::~GCMAccountTracker() {
44 void GCMAccountTracker::Shutdown() {
50 void GCMAccountTracker::Start() {
72 void GCMAccountTracker::Stop() {
78 void GCMAccountTracker
[all...]

Completed in 535 milliseconds