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

  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.h 18 class CountingPolicy : public ActivityLogDatabasePolicy {
20 explicit CountingPolicy(Profile* profile);
21 virtual ~CountingPolicy();
counting_policy.cc 151 const char* CountingPolicy::kTableName = "activitylog_compressed";
152 const char* CountingPolicy::kReadViewName = "activitylog_uncompressed";
154 CountingPolicy::CountingPolicy(Profile* profile)
166 CountingPolicy::~CountingPolicy() {}
168 bool CountingPolicy::InitDatabase(sql::Connection* db) {
190 void CountingPolicy::ProcessAction(scoped_refptr<Action> action) {
191 ScheduleAndForget(this, &CountingPolicy::QueueAction, action);
194 void CountingPolicy::QueueAction(scoped_refptr<Action> action)
    [all...]
counting_policy_unittest.cc 175 ActivityLogPolicy* policy = new CountingPolicy(profile_.get());
195 ActivityLogPolicy* policy = new CountingPolicy(profile_.get());
223 CountingPolicy* policy = new CountingPolicy(profile_.get());
284 CountingPolicy* policy = new CountingPolicy(profile_.get());
340 CountingPolicy* policy = new CountingPolicy(profile_.get());
activity_log.cc 245 policy_ = new CountingPolicy(profile_);

Completed in 943 milliseconds