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

  /external/chromium_org/ppapi/proxy/
plugin_dispatcher_unittest.cc 61 RegisterTestInterface(PPB_AUDIO_INTERFACE, &dummy_audio_interface);
62 RegisterTestInterface(PPP_INSTANCE_INTERFACE, &dummy_ppp_instance_interface);
ppp_instance_private_proxy_unittest.cc 139 plugin().RegisterTestInterface(PPP_INSTANCE_PRIVATE_INTERFACE,
141 plugin().RegisterTestInterface(PPP_INSTANCE_INTERFACE_1_0,
143 host().RegisterTestInterface(PPB_VAR_DEPRECATED_INTERFACE,
ppp_messaging_proxy_perftest.cc 43 plugin().RegisterTestInterface(PPP_MESSAGING_INTERFACE,
ppp_instance_proxy_unittest.cc 113 plugin().RegisterTestInterface(PPP_INSTANCE_INTERFACE_1_0, &ppp_instance_1_0);
114 host().RegisterTestInterface(PPB_FLASHFULLSCREEN_INTERFACE,
116 host().RegisterTestInterface(PPB_FULLSCREEN_INTERFACE,
ppp_messaging_proxy_unittest.cc 49 plugin().RegisterTestInterface(PPP_MESSAGING_INTERFACE,
ppapi_proxy_test.h 69 // RegisterTestInterface();
75 void RegisterTestInterface(const char* name, const void* test_interface);
89 // Stores the data for GetInterface/RegisterTestInterface.
ppapi_proxy_test.cc 118 void ProxyTestHarnessBase::RegisterTestInterface(const char* name,

Completed in 2420 milliseconds