Searched refs:start_count_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dpepper_network_manager.cc21 start_count_(0),
32 DCHECK(!start_count_);
42 ++start_count_;
46 DCHECK_GT(start_count_, 0);
47 --start_count_;
H A Dpepper_network_manager.h42 int start_count_; member in class:remoting::PepperNetworkManager
/external/chromium_org/content/renderer/p2p/
H A Dipc_network_manager.h39 int start_count_; member in class:content::IpcNetworkManager
H A Dipc_network_manager.cc40 start_count_(0),
47 DCHECK(!start_count_);
59 ++start_count_;
63 DCHECK_GT(start_count_, 0);
64 --start_count_;
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.cc46 start_count_(0),
51 if (start_count_ == 0) {
54 ++start_count_;
58 --start_count_;
59 ASSERT(start_count_ >= 0);
60 if (start_count_ == 0) {
H A Dprofiler.h101 bool is_started() const { return start_count_ > 0; }
110 int start_count_; member in class:rtc::ProfilerEvent
H A Dnetwork.h125 bool started() { return start_count_ > 0; }
160 int start_count_; member in class:rtc::BasicNetworkManager
H A Dnetwork.cc246 : 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/
H A Dcapturemanager.cc56 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/
H A Dcmap_table.cc844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
H A Dcmap_table.h360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc844 : start_count_(other->start_count_),
854 : start_count_(start_count),
863 return start_count_;
868 start_count_ = start_count;
H A Dcmap_table.h360 int32_t start_count_; member in class:sfntly::CMapTable::CMapFormat4::Builder::Segment

Completed in 1523 milliseconds