HomeSort by relevance Sort by last modified time
    Searched refs:ip_tests (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/src/
gurl_unittest.cc 333 } ip_tests[] = { local
344 for (size_t i = 0; i < ARRAYSIZE(ip_tests); i++) {
345 GURL url(ip_tests[i].spec);
346 EXPECT_EQ(ip_tests[i].expected_ip, url.HostIsIPAddress());
  /external/chromium_org/url/
gurl_unittest.cc 408 } ip_tests[] = { local
419 for (size_t i = 0; i < ARRAYSIZE(ip_tests); i++) {
420 GURL url(ip_tests[i].spec);
421 EXPECT_EQ(ip_tests[i].expected_ip, url.HostIsIPAddress());

Completed in 543 milliseconds