/external/chromium_org/ppapi/proxy/ |
D | interface_list.cc | 272 PPB_Var_Deprecated_Proxy::GetProxyInterface(), PERMISSION_DEV); in InterfaceList() 279 PPP_ContentDecryptor_Private_Proxy::GetProxyInterface()); in InterfaceList() 283 PPB_Testing_Proxy::GetProxyInterface(), PERMISSION_TESTING); in InterfaceList() 288 AddPPP(PPP_GRAPHICS_3D_INTERFACE, PPP_Graphics3D_Proxy::GetProxyInterface()); in InterfaceList() 290 AddPPP(PPP_INPUT_EVENT_INTERFACE, PPP_InputEvent_Proxy::GetProxyInterface()); in InterfaceList() 298 PPP_Instance_Private_Proxy::GetProxyInterface()); in InterfaceList() 302 AddPPP(PPP_MOUSELOCK_INTERFACE, PPP_MouseLock_Proxy::GetProxyInterface()); in InterfaceList() 304 AddPPP(PPP_PRINTING_DEV_INTERFACE, PPP_Printing_Proxy::GetProxyInterface()); in InterfaceList() 306 AddPPP(PPP_TEXTINPUT_DEV_INTERFACE, PPP_TextInput_Proxy::GetProxyInterface()); in InterfaceList() 309 AddPPP(PPP_PDF_INTERFACE, PPP_Pdf_Proxy::GetProxyInterface()); in InterfaceList() [all …]
|
D | ppp_graphics_3d_proxy.h | 21 static const PPP_Graphics3D* GetProxyInterface();
|
D | ppp_pdf_proxy.h | 20 static const PPP_Pdf* GetProxyInterface();
|
D | ppp_mouse_lock_proxy.h | 21 static const PPP_MouseLock* GetProxyInterface();
|
D | ppp_text_input_proxy.h | 21 static const PPP_TextInput_Dev* GetProxyInterface();
|
D | ppp_instance_private_proxy.h | 25 static const PPP_Instance_Private* GetProxyInterface();
|
D | ppp_input_event_proxy.h | 23 static const PPP_InputEvent* GetProxyInterface();
|
D | ppp_find_proxy.h | 22 static const PPP_Find_Private* GetProxyInterface();
|
D | ppp_video_decoder_proxy.h | 24 static const PPP_VideoDecoder_Dev* GetProxyInterface();
|
D | ppb_testing_proxy.h | 28 static const PPB_Testing_Private* GetProxyInterface();
|
D | ppp_printing_proxy.h | 27 static const PPP_Printing_Dev* GetProxyInterface();
|
D | ppp_graphics_3d_proxy.cc | 47 const PPP_Graphics3D* PPP_Graphics3D_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_Graphics3D_Proxy
|
D | ppp_mouse_lock_proxy.cc | 53 const PPP_MouseLock* PPP_MouseLock_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_MouseLock_Proxy
|
D | ppp_text_input_proxy.cc | 43 const PPP_TextInput_Dev* PPP_TextInput_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_TextInput_Proxy
|
D | ppp_instance_private_proxy.cc | 52 const PPP_Instance_Private* PPP_Instance_Private_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_Instance_Private_Proxy
|
D | ppp_pdf_proxy.cc | 52 const PPP_Pdf* PPP_Pdf_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_Pdf_Proxy
|
D | ppp_find_proxy.cc | 66 const PPP_Find_Private* PPP_Find_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_Find_Proxy
|
D | ppp_input_event_proxy.cc | 72 const PPP_InputEvent* PPP_InputEvent_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_InputEvent_Proxy
|
D | ppp_content_decryptor_private_proxy.h | 27 static const PPP_ContentDecryptor_Private* GetProxyInterface();
|
D | ppb_var_deprecated_proxy.h | 31 static const PPB_Var_Deprecated* GetProxyInterface();
|
D | ppp_video_decoder_proxy.cc | 93 const PPP_VideoDecoder_Dev* PPP_VideoDecoder_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_VideoDecoder_Proxy
|
D | ppp_printing_proxy.cc | 125 const PPP_Printing_Dev* PPP_Printing_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_Printing_Proxy
|
D | ppb_testing_proxy.cc | 163 const PPB_Testing_Private* PPB_Testing_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPB_Testing_Proxy
|
D | ppb_var_deprecated_proxy.cc | 296 const PPB_Var_Deprecated* PPB_Var_Deprecated_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPB_Var_Deprecated_Proxy
|
D | ppp_content_decryptor_private_proxy.cc | 507 PPP_ContentDecryptor_Private_Proxy::GetProxyInterface() { in GetProxyInterface() function in ppapi::proxy::PPP_ContentDecryptor_Private_Proxy
|