Home
last modified time | relevance | path

Searched defs:InjectionArc (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/posix/
Dfile_descriptor_shuffle.h57 struct InjectionArc { struct
58 InjectionArc(int in_source, int in_dest, bool in_close) in InjectionArc() function
70 typedef std::vector<InjectionArc> InjectiveMultimap; argument