OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gethash_error_count_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
protocol_manager_unittest.cc
106
EXPECT_EQ(pm.
gethash_error_count_
, 0);
113
EXPECT_EQ(pm.
gethash_error_count_
, 1);
121
EXPECT_EQ(pm.
gethash_error_count_
, 2);
127
EXPECT_EQ(pm.
gethash_error_count_
, 3);
133
EXPECT_EQ(pm.
gethash_error_count_
, 4);
139
EXPECT_EQ(pm.
gethash_error_count_
, 5);
145
EXPECT_EQ(pm.
gethash_error_count_
, 6);
150
EXPECT_EQ(pm.
gethash_error_count_
, 7);
protocol_manager.cc
99
gethash_error_count_
(0),
163
if (
gethash_error_count_
&& Time::Now() <= next_gethash_time_) {
244
gethash_error_count_
= 0;
712
int next = GetNextBackOffTime(&
gethash_error_count_
, &gethash_back_off_mult_);
protocol_manager.h
326
int
gethash_error_count_
;
member in class:SafeBrowsingProtocolManager
Completed in 27 milliseconds