Home
last modified time | relevance | path

Searched refs:re_key (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser_unittest.cc19 bool re_key = false; in TEST() local
25 "", "", &re_key, &chunks); in TEST()
27 EXPECT_FALSE(re_key); in TEST()
72 bool re_key = false; in TEST() local
78 "", "", &re_key, &chunks); in TEST()
80 EXPECT_FALSE(re_key); in TEST()
103 bool re_key = false; in TEST() local
109 "", "", &re_key, &chunks); in TEST()
111 EXPECT_FALSE(re_key); in TEST()
165 bool re_key = false; in TEST() local
[all …]
Dprotocol_parser.h70 bool* re_key,
83 bool* re_key,
91 bool* re_key,
Dprotocol_manager.cc246 bool re_key = false; in OnURLFetchComplete() local
251 &re_key, in OnURLFetchComplete()
259 if (re_key) in OnURLFetchComplete()
367 bool re_key = false; in HandleServiceResponse() local
373 &next_update_sec, &re_key, in HandleServiceResponse()
393 if (re_key) in HandleServiceResponse()
422 bool re_key = false; in HandleServiceResponse() local
428 &re_key, chunks.get())) { in HandleServiceResponse()
444 if (re_key) in HandleServiceResponse()
Dprotocol_parser.cc55 bool* re_key, in ParseGetHash() argument
68 *re_key = true; in ParseGetHash()
137 bool* re_key, in ParseUpdate() argument
191 *re_key = true; in ParseUpdate()
256 bool* re_key, in ParseChunk() argument
282 *re_key = true; in ParseChunk()