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

  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.h 40 ROLLCALL,
48 // The number of days it's been since our last rollcall or active ping,
57 PingData(int rollcall, int active, bool enabled)
58 : rollcall_days(rollcall), active_days(active), is_enabled(enabled) {}
manifest_fetch_data.cc 103 // Append brand code, rollcall and active ping parameters.
159 if (type == ROLLCALL)
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 611 result.did_ping = fetch_data.DidPing(id, ManifestFetchData::ROLLCALL);
    [all...]

Completed in 605 milliseconds