OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatcherID
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/common/
event_filter.h
23
typedef int
MatcherID
;
29
MatcherID
AddEventMatcher(const std::string& event_name,
33
EventMatcher* GetEventMatcher(
MatcherID
id);
37
const std::string& GetEventName(
MatcherID
id);
40
std::string RemoveEventMatcher(
MatcherID
id);
46
std::set<
MatcherID
> MatchEvent(const std::string& event_name,
90
typedef std::map<
MatcherID
, linked_ptr<EventMatcherEntry> > EventMatcherMap;
98
MatcherID
id,
110
MatcherID
next_id_;
118
std::map<url_matcher::URLMatcherConditionSet::ID,
MatcherID
>
[
all
...]
/external/chromium_org/extensions/browser/
event_listener_map.cc
17
typedef EventFilter::
MatcherID
MatcherID
;
96
MatcherID
id =
228
std::set<
MatcherID
> ids =
231
for (std::set<
MatcherID
>::iterator id = ids.begin(); id != ids.end();
/external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
56
uint64_t
MatcherID
;
61
return std::tie(
MatcherID
, Node, BoundNodes) <
62
std::tie(Other.
MatcherID
, Other.Node, Other.BoundNodes);
380
Key.
MatcherID
= Matcher.getID();
506
Key.
MatcherID
= Matcher.getID();
Completed in 735 milliseconds