HomeSort by relevance Sort by last modified time
    Searched refs:sent_first_update_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/base/
fakenetwork.h 36 sent_first_update_(false) {
62 if (sent_first_update_)
68 sent_first_update_ = false;
104 if (changed || !sent_first_update_) {
106 sent_first_update_ = true;
114 bool sent_first_update_; member in class:rtc::FakeNetworkManager
network.cc 246 : thread_(NULL), sent_first_update_(false), start_count_(0),
551 if (sent_first_update_)
567 sent_first_update_ = false;
598 if (changed || !sent_first_update_) {
600 sent_first_update_ = true;
network.h 159 bool sent_first_update_; member in class:rtc::BasicNetworkManager

Completed in 1091 milliseconds