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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_itunes_pref_parser_win.h 26 // kept alive after Start() is called until the ParserCallback is called.
27 // The ParserCallback is guaranteed to be called eventually either when the
31 typedef base::Callback<void(const base::FilePath&)> ParserCallback;
34 const ParserCallback& callback);
59 const ParserCallback callback_;
safe_picasa_album_table_reader.h 29 // and kept alive after Start() is called until the ParserCallback is called.
30 // The ParserCallback is guaranteed to be called eventually either when the
37 ParserCallback;
42 void Start(const ParserCallback& callback);
81 ParserCallback callback_;
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.h 134 typedef base::Callback<void(const std::string&)> ParserCallback;
154 const ParserCallback& callback);
160 const ParserCallback& callback);
213 ParserCallback parser_callback_;

Completed in 307 milliseconds