OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterfaceProxy
(Results
1 - 25
of
60
) sorted by null
1
2
3
/external/chromium_org/ppapi/proxy/
interface_proxy.cc
13
InterfaceProxy
::
InterfaceProxy
(Dispatcher* dispatcher)
17
InterfaceProxy
::~
InterfaceProxy
() {
20
bool
InterfaceProxy
::Send(IPC::Message* msg) {
interface_proxy.h
21
class
InterfaceProxy
: public IPC::Listener, public IPC::Sender {
25
typedef
InterfaceProxy
* (*Factory)(Dispatcher* dispatcher);
27
virtual ~
InterfaceProxy
();
40
InterfaceProxy
(Dispatcher* dispatcher);
dispatcher.cc
33
InterfaceProxy
* Dispatcher::GetInterfaceProxy(ApiID id) {
34
InterfaceProxy
* proxy = proxies_[id].get();
37
InterfaceProxy
::Factory factory =
63
InterfaceProxy
* proxy = GetInterfaceProxy(
ppb_core_proxy.h
18
class PPB_Core_Proxy : public
InterfaceProxy
{
25
//
InterfaceProxy
implementation.
ppb_x509_certificate_private_proxy.h
18
: public
InterfaceProxy
{
24
//
InterfaceProxy
implementation.
ppp_graphics_3d_proxy.h
16
class PPP_Graphics3D_Proxy : public
InterfaceProxy
{
23
//
InterfaceProxy
implementation.
ppp_instance_private_proxy.h
20
class PPP_Instance_Private_Proxy : public
InterfaceProxy
{
28
//
InterfaceProxy
implementation.
ppp_mouse_lock_proxy.h
16
class PPP_MouseLock_Proxy : public
InterfaceProxy
{
23
//
InterfaceProxy
implementation.
ppp_pdf_proxy.h
15
class PPP_Pdf_Proxy : public
InterfaceProxy
{
22
//
InterfaceProxy
implementation.
ppp_text_input_proxy.h
16
class PPP_TextInput_Proxy : public
InterfaceProxy
{
23
//
InterfaceProxy
implementation.
dispatcher.h
42
//
InterfaceProxy
---------------------->
InterfaceProxy
46
//
InterfaceProxy
<----------------------
InterfaceProxy
63
InterfaceProxy
* GetInterfaceProxy(ApiID id);
93
scoped_ptr<
InterfaceProxy
> proxies_[API_ID_COUNT];
ppp_find_proxy.h
17
class PPP_Find_Proxy : public
InterfaceProxy
{
24
//
InterfaceProxy
implementation.
ppp_input_event_proxy.h
18
class PPP_InputEvent_Proxy : public
InterfaceProxy
{
25
//
InterfaceProxy
implementation.
ppp_messaging_proxy.h
18
class PPP_Messaging_Proxy : public
InterfaceProxy
{
23
//
InterfaceProxy
implementation.
interface_list.h
40
InterfaceProxy
::Factory GetFactoryForID(ApiID id) const;
75
void AddProxy(ApiID id,
InterfaceProxy
::Factory factory);
91
InterfaceProxy
::Factory id_to_factory_[API_ID_COUNT];
ppb_broker_proxy.h
21
class PPB_Broker_Proxy : public
InterfaceProxy
{
28
//
InterfaceProxy
implementation.
ppb_flash_message_loop_proxy.h
27
: public
InterfaceProxy
,
35
//
InterfaceProxy
implementation.
ppb_testing_proxy.h
23
class PPB_Testing_Proxy : public
InterfaceProxy
{
30
//
InterfaceProxy
implementation.
ppp_printing_proxy.h
22
class PPP_Printing_Proxy : public
InterfaceProxy
{
29
//
InterfaceProxy
implementation.
ppp_video_decoder_proxy.h
19
class PPP_VideoDecoder_Proxy : public
InterfaceProxy
{
26
//
InterfaceProxy
implementation.
ppb_x509_certificate_private_proxy.cc
56
:
InterfaceProxy
(dispatcher) {
ppp_graphics_3d_proxy.cc
35
:
InterfaceProxy
(dispatcher),
ppp_instance_proxy.h
28
class PPP_Instance_Proxy : public
InterfaceProxy
{
39
//
InterfaceProxy
implementation.
ppp_mouse_lock_proxy.cc
41
:
InterfaceProxy
(dispatcher),
ppp_text_input_proxy.cc
48
:
InterfaceProxy
(dispatcher),
Completed in 357 milliseconds
1
2
3