HomeSort by relevance Sort by last modified time
    Searched full:notifications_count_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/android/
network_change_notifier_android_unittest.cc 24 NetworkChangeNotifierDelegateAndroidObserver() : notifications_count_(0) {}
28 notifications_count_++;
32 return notifications_count_;
36 int notifications_count_; member in class:net::__anon8848::NetworkChangeNotifierDelegateAndroidObserver
42 NetworkChangeNotifierObserver() : notifications_count_(0) {}
47 notifications_count_++;
51 return notifications_count_;
55 int notifications_count_; member in class:net::__anon8848::NetworkChangeNotifierObserver

Completed in 33 milliseconds