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

  /external/chromium/chrome/browser/extensions/
extension_prefs.h 150 // Returns the last value set via SetLastPingDay. If there isn't such a
156 void SetLastPingDay(const std::string& extension_id, const base::Time& time);
162 // Similar to LastPingDay/SetLastPingDay, but for sending "days since active"
extension_updater_unittest.cc     [all...]
extension_prefs_unittest.cc 110 // Tests the LastPingDay/SetLastPingDay functions.
120 prefs()->SetLastPingDay(extension_id_, extension_time_);
    [all...]
extension_updater.cc 775 extension_prefs_->SetLastPingDay(*i, daystart);
    [all...]
extension_prefs.cc 600 void ExtensionPrefs::SetLastPingDay(const std::string& extension_id,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.h 312 // Returns the last value set via SetLastPingDay. If there isn't such a
318 void SetLastPingDay(const std::string& extension_id, const base::Time& time);
324 // Similar to LastPingDay/SetLastPingDay, but for sending "days since active"
extension_prefs_unittest.cc 68 // Tests the LastPingDay/SetLastPingDay functions.
78 prefs()->SetLastPingDay(extension_id_, extension_time_);
extension_prefs.cc 795 void ExtensionPrefs::SetLastPingDay(const std::string& extension_id,
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_updater.cc 581 extension_prefs_->SetLastPingDay(id, ping_result.day_start);
extension_updater_unittest.cc     [all...]

Completed in 230 milliseconds