OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrokerDispatcher
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
broker_dispatcher.h
15
class PPAPI_PROXY_EXPORT
BrokerDispatcher
: public ProxyChannel {
17
virtual ~
BrokerDispatcher
();
32
explicit
BrokerDispatcher
(PP_ConnectInstance_Func connect_instance);
41
DISALLOW_COPY_AND_ASSIGN(
BrokerDispatcher
);
45
class PPAPI_PROXY_EXPORT BrokerHostDispatcher : public
BrokerDispatcher
{
54
class PPAPI_PROXY_EXPORT BrokerSideDispatcher : public
BrokerDispatcher
{
broker_dispatcher.cc
15
BrokerDispatcher
::
BrokerDispatcher
(PP_ConnectInstance_Func connect_instance)
19
BrokerDispatcher
::~
BrokerDispatcher
() {
22
bool
BrokerDispatcher
::InitBrokerWithChannel(
31
bool
BrokerDispatcher
::OnMessageReceived(const IPC::Message& msg) {
35
IPC_BEGIN_MESSAGE_MAP(
BrokerDispatcher
, msg)
45
void
BrokerDispatcher
::OnMsgConnectToPlugin(
69
:
BrokerDispatcher
(NULL) {
74
BrokerDispatcher
::OnChannelError(); // Stop using the channel
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_broker.h
21
class
BrokerDispatcher
;
42
scoped_ptr<ppapi::proxy::
BrokerDispatcher
> dispatcher_;
Completed in 456 milliseconds