Searched refs:sent_first_update_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfakenetwork.h53 sent_first_update_(false) {
79 if (sent_first_update_)
85 sent_first_update_ = false;
121 if (changed || !sent_first_update_) {
123 sent_first_update_ = true;
131 bool sent_first_update_; member in class:talk_base::FakeNetworkManager
H A Dnetwork.cc184 : thread_(NULL), sent_first_update_(false), start_count_(0),
478 if (sent_first_update_)
494 sent_first_update_ = false;
525 if (changed || !sent_first_update_) {
527 sent_first_update_ = true;
H A Dnetwork.h162 bool sent_first_update_; member in class:talk_base::BasicNetworkManager

Completed in 84 milliseconds