HomeSort by relevance Sort by last modified time
    Searched full:safebrowsingprotocolmanagertest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 33 class SafeBrowsingProtocolManagerTest : public testing::Test {
86 TEST_F(SafeBrowsingProtocolManagerTest, TestBackOffTimes) {
135 TEST_F(SafeBrowsingProtocolManagerTest, TestChunkStrings) {
160 TEST_F(SafeBrowsingProtocolManagerTest, TestGetHashBackOffTimes) {
212 TEST_F(SafeBrowsingProtocolManagerTest, TestGetHashUrl) {
224 TEST_F(SafeBrowsingProtocolManagerTest, TestUpdateUrl) {
236 TEST_F(SafeBrowsingProtocolManagerTest, TestNextChunkUrl) {
310 TEST_F(SafeBrowsingProtocolManagerTest, ProblemAccessingDatabase) {
334 // is covered by SafeBrowsingProtocolManagerTest.TestChunkStrings.
335 TEST_F(SafeBrowsingProtocolManagerTest, ExistingDatabase)
    [all...]
protocol_manager.h 167 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestBackOffTimes);
168 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestChunkStrings);
169 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestGetHashUrl);
170 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest,
172 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestNextChunkUrl);
173 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestUpdateUrl);
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 24 class SafeBrowsingProtocolManagerTest : public testing::Test {
28 TEST_F(SafeBrowsingProtocolManagerTest, TestBackOffTimes) {
67 TEST_F(SafeBrowsingProtocolManagerTest, TestChunkStrings) {
101 TEST_F(SafeBrowsingProtocolManagerTest, TestGetHashBackOffTimes) {
154 TEST_F(SafeBrowsingProtocolManagerTest, TestGetHashUrl) {
175 TEST_F(SafeBrowsingProtocolManagerTest, TestUpdateUrl) {
196 TEST_F(SafeBrowsingProtocolManagerTest, TestSafeBrowsingHitUrl) {
241 TEST_F(SafeBrowsingProtocolManagerTest, TestMalwareDetailsUrl) {
252 TEST_F(SafeBrowsingProtocolManagerTest, TestMacKeyUrl) {
265 TEST_F(SafeBrowsingProtocolManagerTest, TestNextChunkUrl)
    [all...]
protocol_manager.h 67 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestBackOffTimes);
68 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestChunkStrings);
69 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestGetHashUrl);
70 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest,
72 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestMacKeyUrl);
73 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest,
75 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest,
77 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestNextChunkUrl);
78 FRIEND_TEST_ALL_PREFIXES(SafeBrowsingProtocolManagerTest, TestUpdateUrl);

Completed in 1009 milliseconds