SupportsInterface  127 content/renderer/pepper/plugin_module.h   static bool SupportsInterface(const char* name);
SupportsInterface   60 ppapi/proxy/plugin_dispatcher_unittest.cc TEST_F(PluginDispatcherTest, SupportsInterface) {
SupportsInterface   65 ppapi/proxy/plugin_dispatcher_unittest.cc   EXPECT_FALSE(SupportsInterface("Random interface"));
SupportsInterface   68 ppapi/proxy/plugin_dispatcher_unittest.cc   EXPECT_TRUE(SupportsInterface(PPP_INSTANCE_INTERFACE));
SupportsInterface   79 ppapi/proxy/ppapi_proxy_test.h   bool SupportsInterface(const char* name);