Home | History | Annotate | Download | only in extensions

Lines Matching full:time

14 #include "base/time.h"
29 // installation time, whether the extension is enabled, etc.
151 // pref, the returned Time will return true for is_null().
152 base::Time LastPingDay(const std::string& extension_id) const;
154 // The time stored is based on the server's perspective of day start time, not
156 void SetLastPingDay(const std::string& extension_id, const base::Time& time);
159 base::Time BlacklistLastPingDay() const;
160 void SetBlacklistLastPingDay(const base::Time& time);
164 base::Time LastActivePingDay(const std::string& extension_id);
166 const base::Time& time);
232 // for idle time to install it.
236 const base::Time& fetch_time);
247 base::Time* fetch_time);
335 // to query the current time, when an extension is installed.
336 virtual base::Time GetCurrentTime() const;
416 // Helper method to acquire the installation time of an extension.
417 // Returns base::Time() if the installation time could not be parsed or
419 base::Time GetInstallTime(const std::string& extension_id) const;