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

  /external/chromium_org/components/content_settings/core/browser/
content_settings_origin_identifier_value_map.cc 26 const OriginIdentifierValueMap::Rules::const_iterator& current_rule,
27 const OriginIdentifierValueMap::Rules::const_iterator& rule_end,
50 OriginIdentifierValueMap::Rules::const_iterator current_rule_;
51 OriginIdentifierValueMap::Rules::const_iterator rule_end_;
57 OriginIdentifierValueMap::EntryMapKey::EntryMapKey(
64 bool OriginIdentifierValueMap::EntryMapKey::operator<(
65 const OriginIdentifierValueMap::EntryMapKey& other) const {
71 OriginIdentifierValueMap::PatternPair::PatternPair(
78 bool OriginIdentifierValueMap::PatternPair::operator<(
79 const OriginIdentifierValueMap::PatternPair& other) const
    [all...]
content_settings_origin_identifier_value_map.h 26 class OriginIdentifierValueMap {
34 bool operator<(const OriginIdentifierValueMap::EntryMapKey& other) const;
42 bool operator<(const OriginIdentifierValueMap::PatternPair& other) const;
72 // is not allowed to call functions of |OriginIdentifierValueMap| (also
80 OriginIdentifierValueMap();
81 ~OriginIdentifierValueMap();
122 DISALLOW_COPY_AND_ASSIGN(OriginIdentifierValueMap);

Completed in 162 milliseconds