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

  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy_unittest.cc 174 TEST_F(PluginSelectionPolicyTest, IsAllowed) {
180 EXPECT_TRUE(policy1->IsAllowed(GURL("http://www.foo.com/blah.html"),
182 EXPECT_FALSE(policy1->IsAllowed(GURL("http://www.bar.com/blah.html"),
184 EXPECT_FALSE(policy1->IsAllowed(GURL("http://www.baz.com/blah.html"),
186 EXPECT_TRUE(policy1->IsAllowed(GURL("http://www.baz.com/blah.html"),
192 EXPECT_FALSE(policy2->IsAllowed(GURL("http://www.foo.com/blah.html"),
194 EXPECT_FALSE(policy2->IsAllowed(GURL("http://www.bar.com/blah.html"),
196 EXPECT_FALSE(policy2->IsAllowed(GURL("http://www.baz.com/blah.html"),
198 EXPECT_TRUE(policy2->IsAllowed(GURL("http://www.baz.com/blah.html"),
204 EXPECT_TRUE(policy3->IsAllowed(GURL("http://www.foo.com/blah.html")
    [all...]
plugin_selection_policy.h 54 // complete before any calls to IsAllowed happen or it will assert.
55 bool IsAllowed(const GURL& url, const FilePath& path);
62 FRIEND_TEST_ALL_PREFIXES(PluginSelectionPolicyTest, IsAllowed);
76 // This is used to DCHECK if we try and call IsAllowed or
plugin_selection_policy.cc 126 if (IsAllowed(url, info[i].path))
132 bool PluginSelectionPolicy::IsAllowed(const GURL& url,
  /frameworks/base/core/java/android/webkit/
SslClientCertLookupTable.java 59 public boolean IsAllowed(String host_and_port) {
BrowserFrame.java     [all...]

Completed in 3293 milliseconds