Lines Matching refs:kAllSchemes
10 static const int kAllSchemes =
26 extent.AddPattern(URLPattern(kAllSchemes, "http://www.google.com/*"));
36 extent.AddPattern(URLPattern(kAllSchemes, "http://www.google.com/*"));
37 extent.AddPattern(URLPattern(kAllSchemes, "http://www.yahoo.com/*"));
46 extent1.AddPattern(URLPattern(kAllSchemes, "http://www.google.com/f*"));
47 extent1.AddPattern(URLPattern(kAllSchemes, "http://www.yahoo.com/b*"));
50 extent2.AddPattern(URLPattern(kAllSchemes, "http://www.reddit.com/f*"));
51 extent2.AddPattern(URLPattern(kAllSchemes, "http://www.yahoo.com/z*"));
54 extent3.AddPattern(URLPattern(kAllSchemes, "http://www.google.com/q/*"));
55 extent3.AddPattern(URLPattern(kAllSchemes, "http://www.yahoo.com/b/*"));