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

  /external/chromium_org/content/child/
resource_dispatcher_unittest.cc 287 void NotifyDataReceived(int request_id, std::string data) {
370 NotifyDataReceived(id, std::string(kTestPageContents, kFirstReceiveSize));
374 NotifyDataReceived(id, kTestPageContents + kFirstReceiveSize);
408 NotifyDataReceived(id2, kTestPageContents2);
411 NotifyDataReceived(id1, kTestPageContents);
443 NotifyDataReceived(id, kTestPageContents);
469 NotifyDataReceived(id, kTestPageContents);
497 NotifyDataReceived(id, kTestPageContents);
529 NotifyDataReceived(id, kTestPageContents);
550 NotifyDataReceived(id, kTestPageContents)
    [all...]
  /external/chromium_org/net/base/
network_change_notifier.cc 73 // because the only other interface, |NotifyDataReceived| is also
286 void NotifyDataReceived(const URLRequest& request, int bytes_read) {
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,
577 g_network_change_notifier->histogram_watcher_->NotifyDataReceived(request,

Completed in 179 milliseconds