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

  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
preload_supplier.h 44 // When using a PreloadSupplier, it becomes possible to do synchronous address
51 class PreloadSupplier : public Supplier {
56 PreloadSupplier(const Source* source, Storage* storage);
57 virtual ~PreloadSupplier();
97 DISALLOW_COPY_AND_ASSIGN(PreloadSupplier);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
preload_supplier.cc 71 const PreloadSupplier::Callback& loaded,
173 * As the PreloadSupplier doesn't contact the metadata server upon each
254 const PreloadSupplier::Callback& loaded_;
274 PreloadSupplier::PreloadSupplier(const Source* source, Storage* storage)
281 PreloadSupplier::~PreloadSupplier() {
288 void PreloadSupplier::Supply(const LookupKey& lookup_key,
295 const Rule* PreloadSupplier::GetRule(const LookupKey& lookup_key) const {
304 void PreloadSupplier::LoadRules(const std::string& region_code
    [all...]

Completed in 200 milliseconds