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

/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_origin_identifier_value_map.cc23 class RuleIteratorImpl : public RuleIterator { class in namespace:content_settings::__anon3412
25 // |RuleIteratorImpl| takes the ownership of |auto_lock|.
26 RuleIteratorImpl( function in class:content_settings::__anon3412::RuleIteratorImpl
34 virtual ~RuleIteratorImpl() {}
97 // be passed to the |RuleIteratorImpl| in a locked state, so that nobody can
98 // access |entries_| after |find()| but before the |RuleIteratorImpl| is
106 return new RuleIteratorImpl(it->second.begin(),

Completed in 209 milliseconds