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

  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_metadata_source.cc 51 ChromeMetadataSource::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,
chrome_metadata_source.h 24 class ChromeMetadataSource : public ::i18n::addressinput::Source,
27 ChromeMetadataSource(const std::string& validation_data_url,
29 virtual ~ChromeMetadataSource();
61 DISALLOW_COPY_AND_ASSIGN(ChromeMetadataSource);

Completed in 284 milliseconds