HomeSort by relevance Sort by last modified time
    Searched full:interfaceproxy (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy.cc 48 InterfaceProxy* CreateMessagingProxy(Dispatcher* dispatcher) {
55 : InterfaceProxy(dispatcher),
67 const InterfaceProxy::Info* PPP_Messaging_Proxy::GetInfo() {
interface_list.h 48 InterfaceProxy::Factory GetFactoryForID(ApiID id) const;
79 void AddProxy(ApiID id, InterfaceProxy::Factory factory);
90 void AddPPP(const InterfaceProxy::Info* info);
97 InterfaceProxy::Factory id_to_factory_[API_ID_COUNT];
ppb_var_deprecated_proxy.h 26 class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
33 // InterfaceProxy implementation.
ppp_video_decoder_proxy.cc 80 InterfaceProxy* CreateVideoDecoderPPPProxy(Dispatcher* dispatcher) {
87 : InterfaceProxy(dispatcher),
99 const InterfaceProxy::Info* PPP_VideoDecoder_Proxy::GetInfo() {
ppb_audio_proxy.h 31 class PPB_Audio_Proxy : public InterfaceProxy {
43 // InterfaceProxy implementation.
ppb_graphics_3d_proxy.h 62 class PPB_Graphics3D_Proxy : public InterfaceProxy {
72 // InterfaceProxy implementation.
ppb_video_decoder_proxy.h 18 class PPB_VideoDecoder_Proxy : public InterfaceProxy {
29 // InterfaceProxy implementation.
ppp_text_input_proxy.cc 48 : InterfaceProxy(dispatcher),
resource_creation_proxy.h 29 class ResourceCreationProxy : public InterfaceProxy,
37 static InterfaceProxy* Create(Dispatcher* dispatcher);
ppb_x509_certificate_private_proxy.cc 56 : InterfaceProxy(dispatcher) {
ppb_core_proxy.cc 89 : InterfaceProxy(dispatcher),
ppb_image_data_proxy.h 129 class PPB_ImageData_Proxy : public InterfaceProxy {
141 // InterfaceProxy implementation.
ppb_instance_proxy.h 36 class PPB_Instance_Proxy : public InterfaceProxy,
44 // InterfaceProxy implementation.
interface_list.cc 163 InterfaceProxy* ProxyFactory(Dispatcher* dispatcher) {
176 // for each InterfaceProxy type we support.
337 InterfaceProxy::Factory InterfaceList::GetFactoryForID(ApiID id) const {
368 InterfaceProxy::Factory factory) {
398 void InterfaceList::AddPPP(const InterfaceProxy::Info* info) {
ppb_buffer_proxy.cc 68 : InterfaceProxy(dispatcher) {
ppb_flash_message_loop_proxy.cc 77 : InterfaceProxy(dispatcher) {
ppb_message_loop_proxy.h 99 class PPB_MessageLoop_Proxy : public InterfaceProxy {
ppp_class_proxy.cc 208 : InterfaceProxy(dispatcher) {
215 InterfaceProxy* PPP_Class_Proxy::Create(Dispatcher* dispatcher) {
resource_creation_proxy.cc 68 : InterfaceProxy(dispatcher) {
75 InterfaceProxy* ResourceCreationProxy::Create(Dispatcher* dispatcher) {
ppb_broker_proxy.cc 115 : InterfaceProxy(dispatcher),
ppb_testing_proxy.cc 145 : InterfaceProxy(dispatcher),
ppp_instance_proxy.cc 108 : InterfaceProxy(dispatcher) {
ppp_printing_proxy.cc 113 : InterfaceProxy(dispatcher),
ppb_graphics_3d_proxy.cc 134 : InterfaceProxy(dispatcher),
ppb_instance_proxy.cc 64 InterfaceProxy* CreateInstanceProxy(Dispatcher* dispatcher) {
81 InterfaceProxy* proxy = dispatcher->GetInterfaceProxy(API_ID_PPP_TEXT_INPUT);
92 : InterfaceProxy(dispatcher),
100 const InterfaceProxy::Info* PPB_Instance_Proxy::GetInfoPrivate() {
    [all...]

Completed in 850 milliseconds

12 3