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

  /external/chromium_org/chrome/browser/content_settings/
content_settings_origin_identifier_value_map.cc 27 const OriginIdentifierValueMap::Rules::const_iterator& current_rule,
28 const OriginIdentifierValueMap::Rules::const_iterator& rule_end,
51 OriginIdentifierValueMap::Rules::const_iterator current_rule_;
52 OriginIdentifierValueMap::Rules::const_iterator rule_end_;
58 OriginIdentifierValueMap::EntryMapKey::EntryMapKey(
65 bool OriginIdentifierValueMap::EntryMapKey::operator<(
66 const OriginIdentifierValueMap::EntryMapKey& other) const {
72 OriginIdentifierValueMap::PatternPair::PatternPair(
79 bool OriginIdentifierValueMap::PatternPair::operator<(
80 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 472 milliseconds