Searched defs:NotifyDataReceived (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/
H A Dresource_dispatcher_unittest.cc286 void NotifyDataReceived(int request_id, std::string data) { function in class:content::ResourceDispatcherTest
369 NotifyDataReceived(id, std::string(kTestPageContents, kFirstReceiveSize));
373 NotifyDataReceived(id, kTestPageContents + kFirstReceiveSize);
407 NotifyDataReceived(id2, kTestPageContents2);
410 NotifyDataReceived(id1, kTestPageContents);
442 NotifyDataReceived(id, kTestPageContents);
468 NotifyDataReceived(id, kTestPageContents);
496 NotifyDataReceived(id, kTestPageContents);
528 NotifyDataReceived(id, kTestPageContents);
549 NotifyDataReceived(i
[all...]
/external/chromium_org/net/base/
H A Dnetwork_change_notifier.cc73 // because the only other interface, |NotifyDataReceived| is also
286 void NotifyDataReceived(const URLRequest& request, int bytes_read) { function in class:net::HistogramWatcher
357 // |NetworkChangeNotifier::GetConnectionType| in |NotifyDataReceived|.
359 // Count of how many times NotifyDataReceived() has been called while the
372 // 2) NotifyDataReceived() may be called repeatedly for one URLRequest.
571 void NetworkChangeNotifier::NotifyDataReceived(const URLRequest& request, function in class:net::NetworkChangeNotifier
577 g_network_change_notifier->histogram_watcher_->NotifyDataReceived(request,

Completed in 284 milliseconds