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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_itunes_library_parser.h 27 // kept alive after Start() is called until the ParserCallback is called.
28 // The ParserCallback is guaranteed to be called eventually either when the
36 typedef base::Callback<void(bool, const parser::Library&)> ParserCallback;
39 const ParserCallback& callback);
86 const ParserCallback callback_;
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
36 const std::vector<AlbumInfo>&)> ParserCallback;
39 const ParserCallback& callback);
80 const ParserCallback callback_;
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_requester.h 116 typedef base::Callback<void(const std::string&)> ParserCallback;
136 const ParserCallback& callback);
142 const ParserCallback& callback);
189 ParserCallback parser_callback_;

Completed in 511 milliseconds