Searched refs:rollcall (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
H A Dmanifest_fetch_data.h36 // The number of days it's been since our last rollcall or active ping,
45 PingData(int rollcall, int active, bool enabled) argument
46 : rollcall_days(rollcall), active_days(active), is_enabled(enabled) {}
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h55 // The number of days it's been since our last rollcall or active ping,
62 PingData(int rollcall, int active) argument
63 : rollcall_days(rollcall), active_days(active) {}

Completed in 137 milliseconds