/external/chromium_org/ppapi/proxy/ |
ppp_class_proxy.h | 26 class PPP_Class_Proxy : public InterfaceProxy { 35 static InterfaceProxy* Create(Dispatcher* dispatcher); 50 // InterfaceProxy implementation.
|
ppb_audio_proxy.h | 31 class PPB_Audio_Proxy : public InterfaceProxy { 43 // InterfaceProxy implementation.
|
ppb_buffer_proxy.h | 49 class PPB_Buffer_Proxy : public InterfaceProxy { 60 // InterfaceProxy implementation.
|
ppb_message_loop_proxy.h | 103 class PPB_MessageLoop_Proxy : public InterfaceProxy {
|
ppb_video_decoder_proxy.h | 18 class PPB_VideoDecoder_Proxy : public InterfaceProxy { 29 // InterfaceProxy implementation.
|
ppp_content_decryptor_private_proxy.h | 21 class PPP_ContentDecryptor_Private_Proxy : public InterfaceProxy { 29 // InterfaceProxy implementation.
|
ppp_instance_private_proxy.cc | 40 : InterfaceProxy(dispatcher),
|
ppp_pdf_proxy.cc | 40 : InterfaceProxy(dispatcher),
|
ppb_core_proxy.cc | 89 : InterfaceProxy(dispatcher),
|
ppb_var_deprecated_proxy.h | 26 class PPB_Var_Deprecated_Proxy : public InterfaceProxy { 33 // InterfaceProxy implementation.
|
ppp_find_proxy.cc | 54 : InterfaceProxy(dispatcher),
|
ppp_input_event_proxy.cc | 60 : InterfaceProxy(dispatcher),
|
interface_list.cc | 165 InterfaceProxy* ProxyFactory(Dispatcher* dispatcher) { 177 // for each InterfaceProxy type we support. 328 InterfaceProxy::Factory InterfaceList::GetFactoryForID(ApiID id) const { 364 InterfaceProxy::Factory factory) {
|
ppb_buffer_proxy.cc | 68 : InterfaceProxy(dispatcher) {
|
ppb_flash_message_loop_proxy.cc | 77 : InterfaceProxy(dispatcher) {
|
ppb_graphics_3d_proxy.h | 61 class PPB_Graphics3D_Proxy : public InterfaceProxy { 71 // InterfaceProxy implementation.
|
ppb_image_data_proxy.h | 129 class PPB_ImageData_Proxy : public InterfaceProxy { 141 // InterfaceProxy implementation.
|
ppp_messaging_proxy.cc | 59 : InterfaceProxy(dispatcher),
|
resource_creation_proxy.h | 29 class ResourceCreationProxy : public InterfaceProxy, 37 static InterfaceProxy* Create(Dispatcher* dispatcher);
|
ppp_printing_proxy.cc | 113 : InterfaceProxy(dispatcher),
|
ppp_video_decoder_proxy.cc | 81 : InterfaceProxy(dispatcher),
|
ppp_class_proxy.cc | 208 : InterfaceProxy(dispatcher) { 215 InterfaceProxy* PPP_Class_Proxy::Create(Dispatcher* dispatcher) {
|
resource_creation_proxy.cc | 70 : InterfaceProxy(dispatcher) { 77 InterfaceProxy* ResourceCreationProxy::Create(Dispatcher* dispatcher) {
|
ppb_audio_proxy.cc | 131 : InterfaceProxy(dispatcher),
|
ppb_broker_proxy.cc | 115 : InterfaceProxy(dispatcher),
|