HomeSort by relevance Sort by last modified time
    Searched refs:finished_callback (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/apps/drive/
drive_app_converter.h 34 const FinishedCallback& finished_callback);
drive_app_converter.cc 105 const FinishedCallback& finished_callback)
110 finished_callback_(finished_callback) {
  /external/chromium_org/chrome/browser/media/
webrtc_rtp_dump_writer.h 55 // |finished_callback| will be called to indicate whether the dump is valid.
59 const EndDumpCallback& finished_callback);
webrtc_rtp_dump_handler_unittest.cc 41 const EndDumpCallback& finished_callback) OVERRIDE {
52 base::Bind(finished_callback, incoming_sucess, outgoing_success));
webrtc_rtp_dump_writer.cc 317 const EndDumpCallback& finished_callback) {
323 EndDumpContext context(type, finished_callback);
  /external/chromium_org/components/dom_distiller/standalone/
content_extractor.cc 157 base::Closure finished_callback) {
158 finished_callback_ = finished_callback;
  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl_unittest.cc 109 TestConnectionFactoryImpl(const base::Closure& finished_callback);
157 const base::Closure& finished_callback)
168 finished_callback_(finished_callback),
  /external/chromium_org/chrome/browser/net/
network_stats.cc 146 const net::CompletionCallback& finished_callback) {
152 finished_callback_ = finished_callback;
    [all...]
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 831 base::Callback<void(bool result)> finished_callback = base::Bind( local
840 finished_callback);
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 2535 base::Closure finished_callback = base::Bind(&GLRenderer::FinishedReadback, local
    [all...]

Completed in 805 milliseconds