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

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy.cc 68 if (queued_actions_.empty())
83 for (i = 0; i != queued_actions_.size(); ++i) {
84 const Action& action = *queued_actions_[i];
117 queued_actions_.clear();
355 queued_actions_.clear();
377 queued_actions_.clear();
446 queued_actions_.push_back(action);
447 activity_database()->AdviseFlush(queued_actions_.size());
fullstream_ui_policy.h 97 Action::ActionVector queued_actions_; member in class:extensions::FullStreamUIPolicy
100 // Adds an Action to queued_actions_; this should be invoked only on the
counting_policy.cc 215 ActionQueue::iterator queued_entry = queued_actions_.find(action);
216 if (queued_entry == queued_actions_.end()) {
217 queued_actions_[action] = 1;
227 activity_database()->AdviseFlush(queued_actions_.size());
237 queue.swap(queued_actions_);
675 queued_actions_.clear();
755 queued_actions_.clear();
counting_policy.h 130 ActionQueue queued_actions_; member in class:extensions::CountingPolicy
135 // actions in queued_actions_.
counting_policy_unittest.cc 148 ASSERT_LE(policy->queued_actions_.size(), 200U);
    [all...]

Completed in 100 milliseconds