OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportsInterface
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/proxy/
plugin_dispatcher_unittest.cc
60
TEST_F(PluginDispatcherTest,
SupportsInterface
) {
65
EXPECT_FALSE(
SupportsInterface
("Random interface"));
68
EXPECT_TRUE(
SupportsInterface
(PPP_INSTANCE_INTERFACE));
ppapi_proxy_test.h
79
bool
SupportsInterface
(const char* name);
ppapi_proxy_test.cc
123
bool ProxyTestHarnessBase::
SupportsInterface
(const char* name) {
/external/chromium_org/content/renderer/pepper/
plugin_module.h
127
static bool
SupportsInterface
(const char* name);
plugin_module.cc
548
bool PluginModule::
SupportsInterface
(const char* name) {
Completed in 1162 milliseconds