Home | History | Annotate | Download | only in common

Lines Matching defs:ContentSettingsPattern

22 class ContentSettingsPattern {
117 virtual ContentSettingsPattern Build() = 0;
127 static ContentSettingsPattern Wildcard();
131 static ContentSettingsPattern FromURL(const GURL& url);
134 static ContentSettingsPattern FromURLNoWildcard(const GURL& url);
145 static ContentSettingsPattern FromString(const std::string& pattern_spec);
148 // Needs to be called by the embedder before using ContentSettingsPattern.
158 ContentSettingsPattern();
174 Relation Compare(const ContentSettingsPattern& other) const;
177 bool operator==(const ContentSettingsPattern& other) const;
180 bool operator!=(const ContentSettingsPattern& other) const;
183 bool operator<(const ContentSettingsPattern& other) const;
186 bool operator>(const ContentSettingsPattern& other) const;
196 const ContentSettingsPattern::PatternParts& parts,
197 const ContentSettingsPattern::PatternParts& other_parts);
200 const ContentSettingsPattern::PatternParts& parts,
201 const ContentSettingsPattern::PatternParts& other_parts);
204 const ContentSettingsPattern::PatternParts& parts,
205 const ContentSettingsPattern::PatternParts& other_parts);
207 ContentSettingsPattern(const PatternParts& parts, bool valid);