Searched refs:start_count_ (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/remoting/client/plugin/ |
D | pepper_network_manager.cc | 21 start_count_(0), in PepperNetworkManager() 32 DCHECK(!start_count_); in ~PepperNetworkManager() 42 ++start_count_; in StartUpdating() 46 DCHECK_GT(start_count_, 0); in StopUpdating() 47 --start_count_; in StopUpdating()
|
D | pepper_network_manager.h | 42 int start_count_; variable
|
/external/chromium_org/third_party/webrtc/base/ |
D | profiler.cc | 46 start_count_(0), in ProfilerEvent() 51 if (start_count_ == 0) { in Start() 54 ++start_count_; in Start() 58 --start_count_; in Stop() 59 ASSERT(start_count_ >= 0); in Stop() 60 if (start_count_ == 0) { in Stop()
|
D | network.cc | 246 : thread_(NULL), sent_first_update_(false), start_count_(0), in BasicNetworkManager() 547 if (start_count_) { in StartUpdating() 556 ++start_count_; in StartUpdating() 561 if (!start_count_) in StopUpdating() 564 --start_count_; in StopUpdating() 565 if (!start_count_) { in StopUpdating() 587 if (!start_count_) in DoUpdateNetworks()
|
D | profiler.h | 101 bool is_started() const { return start_count_ > 0; } in is_started() 110 int start_count_; variable
|
D | network.h | 125 bool started() { return start_count_ > 0; } in started() 160 int start_count_; variable
|
/external/chromium_org/content/renderer/p2p/ |
D | ipc_network_manager.cc | 40 start_count_(0), in IpcNetworkManager() 47 DCHECK(!start_count_); in ~IpcNetworkManager() 59 ++start_count_; in StartUpdating() 63 DCHECK_GT(start_count_, 0); in StopUpdating() 64 --start_count_; in StopUpdating()
|
D | ipc_network_manager.h | 39 int start_count_; variable
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | capturemanager.cc | 56 int start_count() const { return start_count_; } in start_count() 69 int start_count_; member in cricket::VideoCapturerState 78 : adapter_(adapter), start_count_(1) {} in VideoCapturerState() 137 int VideoCapturerState::IncCaptureStartRef() { return ++start_count_; } in IncCaptureStartRef() 140 if (start_count_ > 0) { in DecCaptureStartRef() 142 --start_count_; in DecCaptureStartRef() 144 return start_count_; in DecCaptureStartRef()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 844 : start_count_(other->start_count_), in Segment() 854 : start_count_(start_count), in Segment() 863 return start_count_; in start_count() 868 start_count_ = start_count; in set_start_count()
|
D | cmap_table.h | 360 int32_t start_count_;
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 844 : start_count_(other->start_count_), in Segment() 854 : start_count_(start_count), in Segment() 863 return start_count_; in start_count() 868 start_count_ = start_count; in set_start_count()
|
D | cmap_table.h | 360 int32_t start_count_;
|