OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attempts_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/dns/
dns_transaction.cc
589
DCHECK(
attempts_
.empty());
696
unsigned attempt_number =
attempts_
.size();
700
if (
attempts_
.empty()) {
703
query.reset(
attempts_
[0]->GetQuery()->CloneWithNewId(id));
721
attempts_
.push_back(attempt);
759
attempts_
.clear();
761
unsigned attempt_number =
attempts_
.size();
766
attempts_
.push_back(attempt);
793
attempts_
.clear();
801
DCHECK_LT(attempt_number,
attempts_
.size())
948
ScopedVector<DnsAttempt>
attempts_
;
member in class:net::__anon13827::DnsTransactionImpl
[
all
...]
/external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader_browsertest.cc
116
attempts_
.push_back(base::TimeTicks::Now());
117
if (
attempts_
.size() > 1) {
131
if (
attempts_
.size() > require_retries_) {
153
size_t num_attempts() const { return
attempts_
.size(); }
160
std::vector<base::TimeTicks>
attempts_
;
member in class:chromeos::TestWallpaperImageURLFetcherCallback
/external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_unittest.cc
47
attempts_
(0),
67
++
attempts_
;
68
if (
attempts_
> require_retries_) {
90
size_t attempts() const { return
attempts_
; }
98
size_t
attempts_
;
member in class:chromeos::TestGeolocationAPIURLFetcherCallback
/external/chromium_org/chrome/browser/chromeos/timezone/
timezone_unittest.cc
85
attempts_
(0),
105
++
attempts_
;
106
if (
attempts_
> require_retries_) {
128
size_t attempts() const { return
attempts_
; }
136
size_t
attempts_
;
member in class:chromeos::TestTimeZoneAPIURLFetcherCallback
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc
134
relay_token_(relay_token), agent_(user_agent),
attempts_
(0) {
164
if (
attempts_
== HttpPortAllocator::kNumRetries) {
176
std::string host = relay_hosts_[
attempts_
% relay_hosts_.size()];
177
attempts_
++;
httpportallocator.h
147
int
attempts_
;
member in class:cricket::HttpPortAllocatorSessionBase
Completed in 354 milliseconds