Searched refs:base_ (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/notifications/
H A Dballoon_collection_impl.cc43 base_.Add(new_balloon);
75 base_.Add(new_balloon);
107 return base_.CloseById(id);
111 return base_.CloseAllBySourceOrigin(origin);
115 base_.CloseAll();
129 base_.Remove(source);
H A Dballoon_collection_impl.h72 virtual const Balloons& GetActiveBalloons() { return base_.balloons(); }
123 BalloonCollectionBase base_; member in class:chromeos::BalloonCollectionImpl
132 return base_.FindBalloon(notification);
/external/chromium/net/socket/
H A Dsocks_client_socket_pool.cc227 base_(max_sockets, max_sockets_per_group, histograms,
247 return base_.RequestSocket(group_name, *casted_socket_params, priority,
259 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
264 base_.CancelRequest(group_name, handle);
269 base_.ReleaseSocket(group_name, socket, id);
273 base_.Flush();
277 base_.CloseIdleSockets();
281 return base_.idle_socket_count();
286 return base_.IdleSocketCountInGroup(group_name);
291 return base_
[all...]
H A Dtcp_client_socket_pool.cc251 : base_(max_sockets, max_sockets_per_group, histograms,
257 base_.EnableConnectBackupJobs();
281 return base_.RequestSocket(group_name, *casted_params, priority, handle,
302 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
308 base_.CancelRequest(group_name, handle);
315 base_.ReleaseSocket(group_name, socket, id);
319 base_.Flush();
323 base_.CloseIdleSockets();
327 return base_.idle_socket_count();
332 return base_
[all...]
H A Dtransport_client_socket_pool.cc429 : base_(max_sockets, max_sockets_per_group, histograms,
435 base_.EnableConnectBackupJobs();
459 return base_.RequestSocket(group_name, *casted_params, priority, handle,
480 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
486 base_.CancelRequest(group_name, handle);
493 base_.ReleaseSocket(group_name, socket, id);
497 base_.Flush();
501 base_.CloseIdleSockets();
505 return base_.idle_socket_count();
510 return base_
[all...]
H A Dssl_client_socket_pool.cc512 base_(max_sockets, max_sockets_per_group, histograms,
556 return base_.RequestSocket(group_name, *casted_socket_params, priority,
568 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
573 base_.CancelRequest(group_name, handle);
578 base_.ReleaseSocket(group_name, socket, id);
582 base_.Flush();
586 base_.CloseIdleSockets();
590 return base_.idle_socket_count();
595 return base_.IdleSocketCountInGroup(group_name);
600 return base_
[all...]
H A Dsocks_client_socket_pool.h194 PoolBase base_; member in class:net::SOCKSClientSocketPool
H A Dtcp_client_socket_pool.h205 PoolBase base_; member in class:net::TCPClientSocketPool
H A Dtransport_client_socket_pool.h226 PoolBase base_; member in class:net::TransportClientSocketPool
H A Dclient_socket_pool_base_unittest.cc382 : base_(max_sockets, max_sockets_per_group, histograms,
397 return base_.RequestSocket(group_name, *casted_socket_params, priority,
408 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
414 base_.CancelRequest(group_name, handle);
421 base_.ReleaseSocket(group_name, socket, id);
425 base_.Flush();
429 base_.CloseIdleSockets();
432 virtual int IdleSocketCount() const { return base_.idle_socket_count(); }
435 return base_.IdleSocketCountInGroup(group_name);
440 return base_
476 TestClientSocketPoolBase base_; member in class:net::__anon2308::TestClientSocketPool
[all...]
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.cc55 int count = base_.count();
57 new_balloon->set_offset(base_.balloons()[count - 1]->offset());
59 base_.Add(new_balloon);
72 return base_.CloseById(id);
76 return base_.CloseAllBySourceOrigin(origin);
80 base_.CloseAll();
84 int count = base_.count();
111 const Balloons& balloons = base_.balloons();
139 base_.Remove(source);
152 return base_
[all...]
H A Dballoon_collection_impl.h167 BalloonCollectionBase base_; member in class:BalloonCollectionImpl
/external/chromium/net/http/
H A Dhttp_proxy_client_socket_pool.cc431 base_(max_sockets, max_sockets_per_group, histograms,
451 return base_.RequestSocket(group_name, *casted_socket_params, priority,
463 base_.RequestSockets(group_name, *casted_params, num_sockets, net_log);
469 base_.CancelRequest(group_name, handle);
474 base_.ReleaseSocket(group_name, socket, id);
478 base_.Flush();
482 base_.CloseIdleSockets();
486 return base_.idle_socket_count();
491 return base_.IdleSocketCountInGroup(group_name);
496 return base_
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc260 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
263 if (NULL == base_)
265 if (HM_RECV == base_->mode_)
272 if (!base_) {
277 if (HM_RECV != base_->mode_) {
293 base_->data_->document.swap(stream);
301 bool complete = base_->DoReceiveLoop(&http_error);
304 base_->data_->document.swap(stream);
335 if (base_) {
346 if (!base_ || HM_REC
367 HttpBase* base_; member in class:talk_base::HttpBase::DocumentStream
[all...]
H A Dhttpclient.cc289 base_.notify(this);
297 base_.notify(NULL);
298 base_.abort(HE_SHUTDOWN);
310 base_.abort(HE_OPERATION_CANCELLED);
321 return base_.GetDocumentStream();
325 if (base_.mode() != HM_NONE) {
393 base_.attach(stream);
395 base_.send(&transaction_->request);
420 if (StreamInterface* stream = base_.detach()) {
675 base_
[all...]
H A Dhttpclient.h186 HttpBase base_; member in class:talk_base::HttpClient
/external/chromium/net/base/
H A Dio_buffer.cc51 base_(base),
72 data_ = base_->data() + used_;
76 // The buffer is owned by the |base_| instance.
H A Dio_buffer.h94 scoped_refptr<IOBuffer> base_; member in class:net::DrainableIOBuffer
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
H A Dgtest-param-util-generated.h2861 : base_(base),
2869 return base_;
2905 : base_(other.base_),
2930 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
2979 : base_(base),
2988 return base_;
3029 : base_(other.base_),
3058 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3205 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3368 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3550 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
3749 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
3967 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4202 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4454 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h221 : base_(base), value_(value), index_(index), step_(step) {}
225 return base_;
248 : base_(other.base_), value_(other.value_), index_(other.index_),
251 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
301 : base_(base), iterator_(iterator) {}
305 return base_;
341 base_(other.base_),
344 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
H A Dgtest-param-util-generated.h2694 : base_(base),
2702 return base_;
2738 : base_(other.base_),
2760 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
2806 : base_(base),
2815 return base_;
2856 : base_(other.base_),
2882 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3023 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3180 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3356 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
3549 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
3761 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
3990 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4236 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h202 : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
H A Dgtest-param-util-generated.h2863 : base_(base),
2871 return base_;
2907 : base_(other.base_),
2932 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
2981 : base_(base),
2990 return base_;
3031 : base_(other.base_),
3060 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator3::Iterator
3207 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator4::Iterator
3370 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator5::Iterator
3552 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator6::Iterator
3751 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator7::Iterator
3969 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator8::Iterator
4204 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator9::Iterator
4456 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h221 : base_(base), value_(value), index_(index), step_(step) {}
225 return base_;
248 : base_(other.base_), value_(other.value_), index_(other.index_),
254 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::RangeGenerator::Iterator
307 : base_(base), iterator_(iterator) {}
311 return base_;
347 base_(other.base_),
350 const ParamGeneratorInterface<T>* const base_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]

Completed in 406 milliseconds

12