Lines Matching full:http
5 #include "net/http/url_security_manager.h"
10 #include "net/http/http_auth_filter.h"
31 { "http://localhost", true, false },
32 { "http://bat", true, false },
33 { "http://www.example.com", false, true },
34 { "http://example.com", false, true },
35 { "http://foobar.com", false, true },
36 { "http://boo.foobar.com", false, true },
37 { "http://baz", true, true },
38 { "http://www.exampl.com", false, false },
39 { "http://example.org", false, false },
40 { "http://foobar.net", false, false },
41 { "http://boo.fubar.com", false, false },