HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceProxy (Results 26 - 50 of 64) sorted by null

12 3

  /external/chromium_org/ppapi/proxy/
ppb_tcp_socket_proxy.h 21 class PPB_TCPSocket_Proxy : public InterfaceProxy {
28 // InterfaceProxy implementation.
ppb_x509_certificate_private_proxy.cc 56 : InterfaceProxy(dispatcher) {
ppp_instance_proxy.h 28 class PPP_Instance_Proxy : public InterfaceProxy {
39 // InterfaceProxy implementation.
ppp_text_input_proxy.cc 48 : InterfaceProxy(dispatcher),
ppp_class_proxy.h 26 class PPP_Class_Proxy : public InterfaceProxy {
35 static InterfaceProxy* Create(Dispatcher* dispatcher);
50 // InterfaceProxy implementation.
interface_list.cc 164 InterfaceProxy* ProxyFactory(Dispatcher* dispatcher) {
176 // for each InterfaceProxy type we support.
322 InterfaceProxy::Factory InterfaceList::GetFactoryForID(ApiID id) const {
351 InterfaceProxy::Factory factory) {
381 void InterfaceList::AddPPB(const InterfaceProxy::Info* info, Permission perm) {
386 void InterfaceList::AddPPP(const InterfaceProxy::Info* info) {
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 30 class PPB_Audio_Proxy : public InterfaceProxy {
42 // InterfaceProxy implementation.
ppb_buffer_proxy.h 49 class PPB_Buffer_Proxy : public InterfaceProxy {
60 // InterfaceProxy implementation.
ppb_message_loop_proxy.h 97 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.
ppb_core_proxy.cc 89 : InterfaceProxy(dispatcher),
ppb_var_deprecated_proxy.h 26 class PPB_Var_Deprecated_Proxy : public InterfaceProxy {
33 // InterfaceProxy implementation.
ppb_testing_proxy.cc 142 InterfaceProxy* CreateTestingProxy(Dispatcher* dispatcher) {
149 : InterfaceProxy(dispatcher),
161 const InterfaceProxy::Info* PPB_Testing_Proxy::GetInfo() {
ppb_buffer_proxy.cc 68 : InterfaceProxy(dispatcher) {
ppb_file_ref_proxy.h 31 : public NON_EXPORTED_BASE(InterfaceProxy) {
42 // InterfaceProxy implementation.
ppb_flash_message_loop_proxy.cc 77 : InterfaceProxy(dispatcher) {
ppb_graphics_3d_proxy.h 66 class PPB_Graphics3D_Proxy : public InterfaceProxy {
76 // InterfaceProxy implementation.
ppb_image_data_proxy.h 129 class PPB_ImageData_Proxy : public InterfaceProxy {
141 // InterfaceProxy implementation.
ppb_network_monitor_private_proxy.cc 65 : InterfaceProxy(dispatcher),
resource_creation_proxy.h 29 class ResourceCreationProxy : public InterfaceProxy,
37 static InterfaceProxy* Create(Dispatcher* dispatcher);
ppb_var_deprecated_proxy.cc 279 InterfaceProxy* CreateVarDeprecatedProxy(Dispatcher* dispatcher) {
287 : InterfaceProxy(dispatcher),
300 const InterfaceProxy::Info* PPB_Var_Deprecated_Proxy::GetInfo() {
ppp_printing_proxy.cc 113 : InterfaceProxy(dispatcher),
ppp_class_proxy.cc 208 : InterfaceProxy(dispatcher) {
215 InterfaceProxy* PPP_Class_Proxy::Create(Dispatcher* dispatcher) {

Completed in 366 milliseconds

12 3