Home
last modified time | relevance | path

Searched refs:EventMatcherEntry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/
Devent_filter.h58 class EventMatcherEntry {
64 EventMatcherEntry(
68 ~EventMatcherEntry();
86 DISALLOW_COPY_AND_ASSIGN(EventMatcherEntry);
90 typedef std::map<MatcherID, linked_ptr<EventMatcherEntry> > EventMatcherMap;
Devent_filter.cc16 EventFilter::EventMatcherEntry::EventMatcherEntry( in EventMatcherEntry() function in extensions::EventFilter::EventMatcherEntry
28 EventFilter::EventMatcherEntry::~EventMatcherEntry() { in ~EventMatcherEntry()
32 void EventFilter::EventMatcherEntry::DontRemoveConditionSetsInDestructor() { in DontRemoveConditionSetsInDestructor()
68 event_matchers_[event_name][id] = linked_ptr<EventMatcherEntry>( in AddEventMatcher()
69 new EventMatcherEntry(matcher.Pass(), &url_matcher_, condition_sets)); in AddEventMatcher()