Searched defs:IsAllowed (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dbroker_resource.cc25 PP_Bool BrokerResource::IsAllowed() { function in class:ppapi::proxy::BrokerResource
/external/chromium_org/chrome/browser/extensions/
H A Dactive_tab_unittest.cc77 bool IsAllowed(const scoped_refptr<const Extension>& extension, function in class:extensions::__anon4750::ActiveTabTest
79 return IsAllowed(extension, url, tab_id());
82 bool IsAllowed(const scoped_refptr<const Extension>& extension, function in class:extensions::__anon4750::ActiveTabTest
146 EXPECT_TRUE(IsAllowed(extension, google));
170 EXPECT_TRUE(IsAllowed(extension, google));
185 EXPECT_TRUE(IsAllowed(extension, google));
186 EXPECT_TRUE(IsAllowed(another_extension, google));
216 EXPECT_TRUE(IsAllowed(extension, chromium));
217 EXPECT_TRUE(IsAllowed(another_extension, chromium));
228 EXPECT_TRUE(IsAllowed(extensio
[all...]
/external/chromium_org/ppapi/c/trusted/
H A Dppb_broker_trusted.h86 PP_Bool (*IsAllowed)(PP_Resource broker); member in struct:PPB_BrokerTrusted_0_3
/external/chromium_org/ppapi/thunk/
H A Dppb_broker_thunk.cc45 PP_Bool IsAllowed(PP_Resource resource) { function in namespace:ppapi::thunk::__anon9587
57 return enter_instance.functions()->IsAllowed();
72 &IsAllowed,
/external/chromium/chrome/browser/chromeos/
H A Dplugin_selection_policy.cc126 if (IsAllowed(url, info[i].path))
132 bool PluginSelectionPolicy::IsAllowed(const GURL& url, function in class:chromeos::PluginSelectionPolicy
/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.cc40 bool IsAllowed(ContentSetting setting) { function in namespace:__anon4682
120 return IsAllowed(setting);
126 return IsAllowed(setting);
/external/chromium_org/android_webview/browser/
H A Din_process_view_renderer.cc159 static bool IsAllowed() { function in class:android_webview::__anon3421::ScopedAllowGL
202 if (ScopedAllowGL::IsAllowed()) {

Completed in 177 milliseconds