Home
last modified time | relevance | path

Searched refs:SupportsInterface (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dplugin_dispatcher_unittest.cc60 TEST_F(PluginDispatcherTest, SupportsInterface) { in TEST_F() argument
65 EXPECT_FALSE(SupportsInterface("Random interface")); in TEST_F()
68 EXPECT_TRUE(SupportsInterface(PPP_INSTANCE_INTERFACE)); in TEST_F()
Dppapi_proxy_test.h79 bool SupportsInterface(const char* name);
Dppapi_proxy_test.cc123 bool ProxyTestHarnessBase::SupportsInterface(const char* name) { in SupportsInterface() function in ppapi::proxy::ProxyTestHarnessBase
/external/chromium_org/content/renderer/pepper/
Dplugin_module.h127 static bool SupportsInterface(const char* name);
Dplugin_module.cc548 bool PluginModule::SupportsInterface(const char* name) { in SupportsInterface() function in content::PluginModule