Searched defs:ParserCallback (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_itunes_pref_parser_win.h26 // 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; typedef in class:itunes::SafeITunesPrefParserWin
34 const ParserCallback& callback);
59 const ParserCallback callback_;
H A Dsafe_picasa_album_table_reader.h29 // 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; typedef in class:picasa::SafePicasaAlbumTableReader
42 void Start(const ParserCallback& callback);
81 ParserCallback callback_;
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_requester.h134 typedef base::Callback<void(const std::string&)> ParserCallback; typedef in class:CloudPrintRequester
154 const ParserCallback& callback);
160 const ParserCallback& callback);
213 ParserCallback parser_callback_;

Completed in 672 milliseconds