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

  /external/chromium/chrome/browser/extensions/
extension_updater.h 47 ROLLCALL,
55 // The number of days it's been since our last rollcall or active ping,
62 PingData(int rollcall, int active)
63 : rollcall_days(rollcall), active_days(active) {}
extension_updater.cc 120 // Append rollcall and active ping parameters.
168 if (type == ROLLCALL)
771 if (fetch_data.DidPing(*i, ManifestFetchData::ROLLCALL)) {
    [all...]

Completed in 31 milliseconds