Searched defs:GetInterface (Results 1 - 25 of 32) sorted by path

12

/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc348 const PPB_PDF* PPB_PDF_Impl::GetInterface() { function in class:pdf::PPB_PDF_Impl
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc296 // GetInterface ----------------------------------------------------------------
299 // Allow custom interface factories first stab at the GetInterface call.
338 const void* GetInterface(const char* name) { function in namespace:content::__anon7806
631 &GetInterface,
656 int retval = entry_points.initialize_module(pp_module(), &GetInterface);
H A Dppb_proxy_impl.cc68 const PPB_Proxy_Private* PPB_Proxy_Impl::GetInterface() { return &ppb_proxy; } function in class:content::PPB_Proxy_Impl
/external/chromium_org/dbus/
H A Dmessage.cc261 AppendStringHeader("interface", GetInterface(), &headers);
316 std::string Message::GetInterface() { function in class:dbus::Message
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_module.cc22 const void* GetInterface(const char* name) { function in namespace:mojo::examples::__anon8749
104 &GetInterface);
/external/chromium_org/ppapi/cpp/private/
H A Dplatform_verification.cc26 inline const PPB_PlatformVerification_Private_0_2* GetInterface() { function in namespace:pp::__anon10027
34 PassRefFromConstructor(GetInterface()->Create(instance.pp_instance()));
49 return GetInterface()->ChallengePlatform(
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dmodule_instance.cc50 const void* GetInterface(const char* interface_name) { function in class:__anon10086::PluginInterfaceTable
156 const void* ppp = PluginInterfaceTable::Get()->GetInterface(interface_name);
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc57 // We allow multiple harnesses at a time to respond to 'GetInterface' calls.
58 // We assume that only 1 harness's GetInterface function will ever support a
59 // given interface name. In practice, there will either be only 1 GetInterface
61 // GetInterface handlers (for TwoWayTest). In the latter case, one handler is
71 const void* interface = observer->GetInterface(name);
115 const void* ProxyTestHarnessBase::GetInterface(const char* name) { function in class:ppapi::proxy::ProxyTestHarnessBase
H A Dppb_message_loop_proxy.cc279 const PPB_MessageLoop_1_0* PPB_MessageLoop_Proxy::GetInterface() { function in class:ppapi::proxy::PPB_MessageLoop_Proxy
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1609 const PPB_OpenGLES2* PPB_OpenGLES2_Shared::GetInterface() { function in class:ppapi::PPB_OpenGLES2_Shared
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_base_impl.cc36 ViEBase* ViEBase::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViEBase
H A Dvie_capture_impl.cc30 ViECapture* ViECapture::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViECapture
H A Dvie_codec_impl.cc88 ViECodec* ViECodec::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViECodec
H A Dvie_external_codec_impl.cc24 ViEExternalCodec* ViEExternalCodec::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViEExternalCodec
H A Dvie_image_process_impl.cc26 ViEImageProcess* ViEImageProcess::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViEImageProcess
H A Dvie_network_impl.cc30 ViENetwork* ViENetwork::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViENetwork
H A Dvie_render_impl.cc31 ViERender* ViERender::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViERender
H A Dvie_rtp_rtcp_impl.cc77 ViERTP_RTCP* ViERTP_RTCP::GetInterface(VideoEngine* video_engine) { function in class:webrtc::ViERTP_RTCP
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc47 VoEAudioProcessing* VoEAudioProcessing::GetInterface(VoiceEngine* voiceEngine) { function in class:webrtc::VoEAudioProcessing
H A Dvoe_base_impl.cc31 VoEBase* VoEBase::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEBase
H A Dvoe_codec_impl.cc23 VoECodec* VoECodec::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoECodec
H A Dvoe_dtmf_impl.cc23 VoEDtmf* VoEDtmf::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEDtmf
H A Dvoe_external_media_impl.cc23 VoEExternalMedia* VoEExternalMedia::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEExternalMedia
H A Dvoe_file_impl.cc25 VoEFile* VoEFile::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEFile
H A Dvoe_hardware_impl.cc23 VoEHardware* VoEHardware::GetInterface(VoiceEngine* voiceEngine) function in class:webrtc::VoEHardware

Completed in 4847 milliseconds

12