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

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
country_rules_aggregator.cc 36 CountryRulesAggregator::CountryRulesAggregator(scoped_ptr<Retriever> retriever)
46 CountryRulesAggregator::~CountryRulesAggregator() {}
48 void CountryRulesAggregator::AggregateRules(const std::string& country_code,
59 key_, BuildCallback(this, &CountryRulesAggregator::OnDataReady));
62 bool CountryRulesAggregator::OnDataReady(bool success,
84 scoped_ptr<Ruleset> CountryRulesAggregator::Build(
171 scoped_ptr<Rule> CountryRulesAggregator::ParseRule(const std::string& key,
185 void CountryRulesAggregator::Reset()
    [all...]
country_rules_aggregator.h 55 // CountryRulesAggregator aggregator_;
59 class CountryRulesAggregator {
64 explicit CountryRulesAggregator(scoped_ptr<Retriever> retriever);
65 ~CountryRulesAggregator();
121 DISALLOW_COPY_AND_ASSIGN(CountryRulesAggregator);

Completed in 799 milliseconds