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

  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h 46 // complete before any calls to FindFirstAllowed happen or it will
48 int FindFirstAllowed(const GURL& url,
60 FRIEND_TEST_ALL_PREFIXES(PluginSelectionPolicyTest, FindFirstAllowed);
77 // FindFirstAllowed before we've finished executing InitFromFile.
plugin_selection_policy_unittest.cc 225 TEST_F(PluginSelectionPolicyTest, FindFirstAllowed) {
270 EXPECT_EQ(0, policy->FindFirstAllowed(GURL("http://www.baz.com/blah.html"),
272 EXPECT_EQ(0, policy->FindFirstAllowed(GURL("http://www.foo.com/blah.html"),
274 EXPECT_EQ(0, policy->FindFirstAllowed(GURL("http://www.bling.com/blah.html"),
276 EXPECT_EQ(0, policy->FindFirstAllowed(GURL("http://www.google.com/blah.html"),
289 EXPECT_EQ(1, policy->FindFirstAllowed(GURL("http://www.baz.com/blah.html"),
291 EXPECT_EQ(0, policy->FindFirstAllowed(GURL("http://www.foo.com/blah.html"),
293 EXPECT_EQ(3, policy->FindFirstAllowed(GURL("http://www.bling.com/blah.html"),
295 EXPECT_EQ(3, policy->FindFirstAllowed(GURL("http://www.google.com/blah.html"),
plugin_selection_policy.cc 121 int PluginSelectionPolicy::FindFirstAllowed(

Completed in 247 milliseconds