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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 153 bool sort_dirty_; // indicates whether another sort is needed right now member in class:cricket::P2PTransportChannel
p2ptransportchannel.cc 174 sort_dirty_(false),
239 sort_dirty_ = false;
524 if (!sort_dirty_) {
526 sort_dirty_ = true;
541 sort_dirty_ = false;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 168 sort_dirty_(false),
332 sort_dirty_ = false;
872 if (!sort_dirty_) {
874 sort_dirty_ = true;
888 sort_dirty_ = false;
    [all...]
p2ptransportchannel.h 237 bool sort_dirty_; // indicates whether another sort is needed right now member in class:cricket::P2PTransportChannel

Completed in 45 milliseconds