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.h 177 bool sort_dirty_; // indicates whether another sort is needed right now member in class:cricket::P2PTransportChannel
p2ptransportchannel.cc 168 sort_dirty_(false),
332 sort_dirty_ = false;
846 if (!sort_dirty_) {
848 sort_dirty_ = true;
862 sort_dirty_ = false;
    [all...]

Completed in 61 milliseconds