Searched defs:ChromeMetadataSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libaddressinput/chromium/
H A Dchrome_metadata_source.cc51 ChromeMetadataSource::ChromeMetadataSource( function in class:autofill::ChromeMetadataSource
57 ChromeMetadataSource::~ChromeMetadataSource() {
61 void ChromeMetadataSource::Get(const std::string& key,
63 const_cast<ChromeMetadataSource*>(this)->Download(key, downloaded);
66 void ChromeMetadataSource::OnURLFetchComplete(const net::URLFetcher* source) {
81 ChromeMetadataSource::Request::Request(const std::string& key,
88 void ChromeMetadataSource::Download(const std::string& key,
H A Dchrome_metadata_source.h24 class ChromeMetadataSource : public ::i18n::addressinput::Source, class in namespace:autofill
27 ChromeMetadataSource(const std::string& validation_data_url,
29 virtual ~ChromeMetadataSource();
61 DISALLOW_COPY_AND_ASSIGN(ChromeMetadataSource);

Completed in 1504 milliseconds