OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_first_update_
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
fakenetwork.h
69
sent_first_update_
= false;
72
if (
sent_first_update_
) {
111
if (changed || !
sent_first_update_
) {
113
sent_first_update_
= true;
121
bool
sent_first_update_
= false;
member in class:rtc::FakeNetworkManager
network.cc
369
: thread_(NULL),
sent_first_update_
(false), start_count_(0),
707
if (
sent_first_update_
)
724
sent_first_update_
= false;
800
if (changed || !
sent_first_update_
) {
802
sent_first_update_
= true;
network.h
254
bool
sent_first_update_
;
member in class:rtc::BasicNetworkManager
Completed in 43 milliseconds