Searched defs:ActivityLogPolicy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_policy.h55 class ActivityLogPolicy { class in namespace:extensions
67 explicit ActivityLogPolicy(Profile* profile);
69 // Instead of a public destructor, ActivityLogPolicy objects have a Close()
83 // are all static methods; the ActivityLogPolicy::Util class cannot be
84 // instantiated. This is nested within ActivityLogPolicy to make calling
131 // An ActivityLogPolicy is not directly destroyed. Instead, call Close()
133 virtual ~ActivityLogPolicy();
146 DISALLOW_COPY_AND_ASSIGN(ActivityLogPolicy);
149 // A subclass of ActivityLogPolicy which is designed for policies that use
151 class ActivityLogDatabasePolicy : public ActivityLogPolicy,
[all...]
H A Dactivity_log_policy.cc34 ActivityLogPolicy::ActivityLogPolicy(Profile* profile) {} function in class:extensions::ActivityLogPolicy
36 ActivityLogPolicy::~ActivityLogPolicy() {}
38 void ActivityLogPolicy::SetClockForTesting(scoped_ptr<base::Clock> clock) {
42 base::Time ActivityLogPolicy::Now() const {
52 : ActivityLogPolicy(profile) {
74 std::string ActivityLogPolicy::Util::Serialize(const base::Value* value) {
86 void ActivityLogPolicy::Util::StripPrivacySensitiveFields(
129 void ActivityLogPolicy
[all...]

Completed in 595 milliseconds