OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_TextInput_Proxy
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/proxy/
ppp_text_input_proxy.h
16
class
PPP_TextInput_Proxy
: public InterfaceProxy {
18
PPP_TextInput_Proxy
(Dispatcher* dispatcher);
19
virtual ~
PPP_TextInput_Proxy
();
36
DISALLOW_COPY_AND_ASSIGN(
PPP_TextInput_Proxy
);
ppp_text_input_proxy.cc
43
const PPP_TextInput_Dev*
PPP_TextInput_Proxy
::GetProxyInterface() {
47
PPP_TextInput_Proxy
::
PPP_TextInput_Proxy
(Dispatcher* dispatcher)
56
PPP_TextInput_Proxy
::~
PPP_TextInput_Proxy
() {
59
bool
PPP_TextInput_Proxy
::OnMessageReceived(const IPC::Message& msg) {
64
IPC_BEGIN_MESSAGE_MAP(
PPP_TextInput_Proxy
, msg)
72
void
PPP_TextInput_Proxy
::OnMsgRequestSurroundingText(
interface_list.cc
301
AddProxy(API_ID_PPP_TEXT_INPUT, &ProxyFactory<
PPP_TextInput_Proxy
>);
302
AddPPP(PPP_TEXTINPUT_DEV_INTERFACE,
PPP_TextInput_Proxy
::GetProxyInterface());
Completed in 854 milliseconds