Searched defs:finished_callback (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_converter.cc105 const FinishedCallback& finished_callback)
110 finished_callback_(finished_callback) {
103 DriveAppConverter(Profile* profile, const drive::DriveAppInfo& drive_app_info, const FinishedCallback& finished_callback) argument
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer.cc317 const EndDumpCallback& finished_callback) {
323 EndDumpContext context(type, finished_callback);
316 EndDump(RtpDumpType type, const EndDumpCallback& finished_callback) argument
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc157 base::Closure finished_callback) {
158 finished_callback_ = finished_callback;
156 Start(DomDistillerService* service, const gfx::Size& render_view_size, base::Closure finished_callback) argument
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc109 TestConnectionFactoryImpl(const base::Closure& finished_callback);
157 const base::Closure& finished_callback)
168 finished_callback_(finished_callback),
156 TestConnectionFactoryImpl( const base::Closure& finished_callback) argument
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc146 const net::CompletionCallback& finished_callback) {
152 finished_callback_ = finished_callback;
140 Start(net::HostResolver* host_resolver, const net::HostPortPair& server_host_port_pair, uint16 histogram_port, bool has_proxy_server, uint32 probe_bytes, uint32 bytes_for_packet_size_test, const net::CompletionCallback& finished_callback) argument
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc831 base::Callback<void(bool result)> finished_callback = base::Bind( local
840 finished_callback);
/external/chromium_org/cc/output/
H A Dgl_renderer.cc2535 base::Closure finished_callback = base::Bind(&GLRenderer::FinishedReadback, local
2540 // Save the finished_callback so it can be cancelled.
2542 finished_callback);

Completed in 185 milliseconds