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 286 void NotifyDataReceived(int request_id, std::string data) {
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(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 73 milliseconds