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

  /external/chromium_org/content/renderer/p2p/
ipc_network_manager.h 39 int start_count_; member in class:content::IpcNetworkManager
ipc_network_manager.cc 40 start_count_(0),
47 DCHECK(!start_count_);
59 ++start_count_;
63 DCHECK_GT(start_count_, 0);
64 --start_count_;
  /external/chromium_org/remoting/client/plugin/
pepper_network_manager.cc 21 start_count_(0),
32 DCHECK(!start_count_);
42 ++start_count_;
46 DCHECK_GT(start_count_, 0);
47 --start_count_;
pepper_network_manager.h 42 int start_count_; member in class:remoting::PepperNetworkManager
  /external/chromium_org/third_party/webrtc/base/
profiler.cc 46 start_count_(0),
51 if (start_count_ == 0) {
54 ++start_count_;
58 --start_count_;
59 ASSERT(start_count_ >= 0);
60 if (start_count_ == 0) {
profiler.h 101 bool is_started() const { return start_count_ > 0; }
110 int start_count_; member in class:rtc::ProfilerEvent
network.h 125 bool started() { return start_count_ > 0; }
160 int start_count_; member in class:rtc::BasicNetworkManager
network.cc 246 : thread_(NULL), sent_first_update_(false), start_count_(0),
547 if (start_count_) {
556 ++start_count_;
561 if (!start_count_)
564 --start_count_;
565 if (!start_count_) {
587 if (!start_count_)
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 56 int start_count() const { return start_count_; }
69 int start_count_; member in class:cricket::VideoCapturerState
78 : adapter_(adapter), start_count_(1) {}
137 int VideoCapturerState::IncCaptureStartRef() { return ++start_count_; }
140 if (start_count_ > 0) {
142 --start_count_;
144 return start_count_;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
    [all...]
cmap_table.h 360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
    [all...]
cmap_table.h 360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment

Completed in 210 milliseconds