HomeSort by relevance Sort by last modified time
    Searched defs:EventMatcher (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/common/
event_matcher.h 21 class EventMatcher {
23 EventMatcher(scoped_ptr<base::DictionaryValue> filter,
25 ~EventMatcher();
56 DISALLOW_COPY_AND_ASSIGN(EventMatcher);
event_matcher.cc 17 EventMatcher::EventMatcher(scoped_ptr<base::DictionaryValue> filter,
23 EventMatcher::~EventMatcher() {
26 bool EventMatcher::MatchNonURLCriteria(
37 int EventMatcher::GetURLFilterCount() const {
44 bool EventMatcher::GetURLFilter(int i, base::DictionaryValue** url_filter_out) {
52 int EventMatcher::HasURLFilters() const {
56 std::string EventMatcher::GetServiceTypeFilter() const {
62 int EventMatcher::GetInstanceID() const
    [all...]
  /external/lldb/source/Core/
Listener.cpp 218 class EventMatcher
221 EventMatcher (Broadcaster *broadcaster, const ConstString *broadcaster_names, uint32_t num_broadcaster_names, uint32_t event_type_mask) :
289 pos = std::find_if (m_events.begin(), m_events.end(), EventMatcher (broadcaster, broadcaster_names, num_broadcaster_names, event_type_mask));

Completed in 179 milliseconds