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

  /external/chromium_org/components/autofill/content/browser/
autocheckout_statistic.cc 32 AutocheckoutStatistic::AutocheckoutStatistic() : page_number(-1) {
35 AutocheckoutStatistic::~AutocheckoutStatistic() {
38 scoped_ptr<base::DictionaryValue> AutocheckoutStatistic::ToDictionary() const {
autocheckout_statistic.h 21 struct AutocheckoutStatistic {
22 AutocheckoutStatistic();
23 ~AutocheckoutStatistic();
34 // Helper method to convert AutocheckoutStatistic to json representation.

Completed in 29 milliseconds