HomeSort by relevance Sort by last modified time
    Searched refs:base_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 43 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);
balloon_collection_impl.h 72 virtual const Balloons& GetActiveBalloons() { return base_.balloons(); }
123 BalloonCollectionBase base_; member in class:chromeos::BalloonCollectionImpl
132 return base_.FindBalloon(notification);
  /external/chromium/net/socket/
socks_client_socket_pool.cc 227 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_.GetLoadState(group_name, handle)
    [all...]
tcp_client_socket_pool.cc 251 : 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_.IdleSocketCountInGroup(group_name)
    [all...]
transport_client_socket_pool.cc 429 : 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_.IdleSocketCountInGroup(group_name)
    [all...]
ssl_client_socket_pool.cc 512 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_.GetLoadState(group_name, handle)
    [all...]
socks_client_socket_pool.h 194 PoolBase base_; member in class:net::SOCKSClientSocketPool
tcp_client_socket_pool.h 205 PoolBase base_; member in class:net::TCPClientSocketPool
transport_client_socket_pool.h 226 PoolBase base_; member in class:net::TransportClientSocketPool
client_socket_pool_base_unittest.cc 382 : 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_.GetLoadState(group_name, handle)
476 TestClientSocketPoolBase base_; member in class:net::__anon3786::TestClientSocketPool
    [all...]
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 55 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_.balloons()
    [all...]
balloon_collection_impl.h 167 BalloonCollectionBase base_; member in class:BalloonCollectionImpl
  /external/chromium/net/http/
http_proxy_client_socket_pool.cc 431 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_.GetLoadState(group_name, handle)
    [all...]
http_proxy_client_socket_pool.h 255 PoolBase base_; member in class:net::HttpProxyClientSocketPool
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 260 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_RECV != base_->mode_
367 HttpBase* base_; member in class:talk_base::HttpBase::DocumentStream
    [all...]
httpclient.cc 289 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_.set_ignore_data(true)
    [all...]
httpclient.h 186 HttpBase base_; member in class:talk_base::HttpClient
  /external/chromium/net/base/
io_buffer.cc 51 base_(base),
72 data_ = base_->data() + used_;
76 // The buffer is owned by the |base_| instance.
io_buffer.h 94 scoped_refptr<IOBuffer> base_; member in class:net::DrainableIOBuffer
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 202 : 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...]
gtest-param-util-generated.h 2930 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
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/
gtest-param-util.h 221 : 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...]
gtest-param-util-generated.h 2760 const ParamGeneratorInterface<ParamType>* const base_; member in class:testing::internal::CartesianProductGenerator2::Iterator
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/
gtest-param-util.h 202 : 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...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 221 : 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 864 milliseconds

1 2