Searched refs:ComponentPattern (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dip_pattern.h35 class ComponentPattern;
37 typedef std::vector<ComponentPattern*> ComponentPatternList;
40 // ComponentPattern is used to define patterns to match individual components.
42 ComponentPattern* pattern) const;
50 // means that an entry from our list of ComponentPattern instances must be
57 // + size(our ComponentPattern list)
H A Dip_pattern.cc18 class IPPattern::ComponentPattern { class in class:net::IPPattern
20 ComponentPattern();
35 DISALLOW_COPY_AND_ASSIGN(ComponentPattern);
38 IPPattern::ComponentPattern::ComponentPattern() {} function in class:net::IPPattern::ComponentPattern
40 void IPPattern::ComponentPattern::AppendRange(uint32 min, uint32 max) {
44 bool IPPattern::ComponentPattern::Match(uint32 value) const {
129 scoped_ptr<ComponentPattern> component_pattern(new ComponentPattern);
142 ComponentPattern* patter
[all...]

Completed in 728 milliseconds