Home | History | Annotate | Download | only in proxy

Lines Matching refs:dispatcher

20   proxy::HostDispatcher* dispatcher =
22 if (!dispatcher) {
23 // The dispatcher should always be valid.
28 dispatcher->Send(new PpapiMsg_PPPTextInput_RequestSurroundingText(
47 PPP_TextInput_Proxy::PPP_TextInput_Proxy(Dispatcher* dispatcher)
48 : InterfaceProxy(dispatcher),
50 if (dispatcher->IsPlugin()) {
52 dispatcher->local_get_interface()(PPP_TEXTINPUT_DEV_INTERFACE));
60 if (!dispatcher()->IsPlugin())